diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-30 21:56:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-30 21:56:24 +0000 |
commit | 242828df504702320270578cb236c9da28338a80 (patch) | |
tree | 1f51d7c0e82ea1b7817909e30bee563f34af1458 /security | |
parent | a20f7e37b7fb6a0f5829870d3a5cc622b8131895 (diff) | |
download | pkgsrc-242828df504702320270578cb236c9da28338a80.tar.gz |
Commit some fixes from the maintainer:
python-2.4 is not usable for this package.
The python wrapper scripts' names have changed, adapt patch-aa.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/mixminion/Makefile | 5 | ||||
-rw-r--r-- | security/mixminion/distinfo | 4 | ||||
-rw-r--r-- | security/mixminion/patches/patch-aa | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/mixminion/Makefile b/security/mixminion/Makefile index 845e037e7db..49ec3e09984 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/30 21:56:24 wiz Exp $ # DISTNAME= Mixminion-0.0.7.1 PKGNAME= ${DISTNAME:S/M/m/} +PKGREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://mixminion.net/dist/0.0.7.1/ @@ -14,7 +15,7 @@ BUILDLINK_DEPENDS.openssl+= openssl>=0.9.7d CRYPTO= YES USE_BUILDLINK3= YES -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 23 22 21 PYDISTUTILSPKG= YES TEST_TARGET= test diff --git a/security/mixminion/distinfo b/security/mixminion/distinfo index ffbfe770860..fe336ea363a 100644 --- a/security/mixminion/distinfo +++ b/security/mixminion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/12/27 22:58:57 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/01/30 21:56:24 wiz Exp $ SHA1 (Mixminion-0.0.7.1.tar.gz) = 62df7fea95e88267215ed7dc07a1715e099f5312 Size (Mixminion-0.0.7.1.tar.gz) = 437539 bytes -SHA1 (patch-aa) = 2f1c89cf13accdb820636a07f062a8c3f1f6bd0a +SHA1 (patch-aa) = fe3eed950f09db4aa54865ee99bf0965289dac09 SHA1 (patch-ab) = 1882865030d118f220181816c8594011465cdb63 SHA1 (patch-ac) = e6f1dbc080e50feb9174d09df7b22c053c50e540 diff --git a/security/mixminion/patches/patch-aa b/security/mixminion/patches/patch-aa index 40ddadf473f..ed6597c8322 100644 --- a/security/mixminion/patches/patch-aa +++ b/security/mixminion/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/12/27 22:58:57 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2005/01/30 21:56:24 wiz Exp $ --- Makefile.orig 2004-04-04 20:43:33.000000000 +0200 +++ Makefile @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/12/27 22:58:57 wiz Exp $ -PYTHON_CANDIDATES = python python2.3 python2.3x python2.2 python2.2x python2.1\ - python2.1x python2.0 python2.0x python2 -+PYTHON_CANDIDATES = python2p4 python2p3 python2p2 python2p1 ++PYTHON_CANDIDATES = python2.3 python2.2 python2.1 FINDPYTHON = \ if [ "x`which which`" = "x" ]; then \ echo "Ouch! I couldn't run 'which' on your system."; \ |