diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 02:46:25 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 02:46:25 +0000 |
commit | 7d915fd3f142f44e52525753c98fb542635bd895 (patch) | |
tree | 192d139227ec47c358b217ccc6489e3656b32e68 /net | |
parent | c6ee0099f143d6e583a044e5d333a81d4d7a046d (diff) | |
download | pkgsrc-7d915fd3f142f44e52525753c98fb542635bd895.tar.gz |
(pkgsrc)
- Add editting on EGG_NAME to drop the third part ( 3.2.1 -> 3.2 etc)
(upstream)
- Update 3.2 to 3.2.1
-------------------
mimms 3.2.1 released 2008-05-11
-----------
* Correctly use filename argument; it was ignored because of a bug.
Diffstat (limited to 'net')
-rw-r--r-- | net/mimms/Makefile | 8 | ||||
-rw-r--r-- | net/mimms/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net/mimms/Makefile b/net/mimms/Makefile index fc19a11968e..5c51782da36 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/29 02:46:25 mef Exp $ -DISTNAME= mimms-3.2 +DISTNAME= mimms-3.2.1 CATEGORIES= net multimedia MASTER_SITES= http://download.savannah.gnu.org/releases/mimms/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,10 @@ HOMEPAGE= http://savannah.nongnu.org/projects/mimms/ COMMENT= MMS (e.g. mms://) stream downloader LICENSE= gnu-gpl-v3 +# default is at lang/python/distutils.mk, but +# drop the third digit from DISTNAME. Is it too tricky ? +EGG_NAME?= ${DISTNAME:C/-([^0-9])/_\1/gC/([0-9])\.([0-9])\.([0-9])/\1.\2/} + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2 diff --git a/net/mimms/distinfo b/net/mimms/distinfo index 5a2d04ac568..5a2b6d774dd 100644 --- a/net/mimms/distinfo +++ b/net/mimms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/06/16 21:21:15 wiz Exp $ +$NetBSD: distinfo,v 1.2 2015/01/29 02:46:25 mef Exp $ -SHA1 (mimms-3.2.tar.bz2) = e8ddf9905919e7eb6602e2c9547ba537e2f69d88 -RMD160 (mimms-3.2.tar.bz2) = 3189b6974e42159183c0e031b86e440e19aaecc8 -Size (mimms-3.2.tar.bz2) = 18217 bytes +SHA1 (mimms-3.2.1.tar.bz2) = 279eee76dd4032cd2c1dddf1d49292a952c57b80 +RMD160 (mimms-3.2.1.tar.bz2) = 669d5d80ae9bd318bf98c032197fa6980622182e +Size (mimms-3.2.1.tar.bz2) = 18224 bytes |