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 | 4656f67ae754d3ab7e69566e5073979295be4871 (patch) | |
tree | 1f51d7c0e82ea1b7817909e30bee563f34af1458 /security/mixminion/patches | |
parent | 0dfef04fbdcfe1da7a0221d5f1feee164cec9a78 (diff) | |
download | pkgsrc-4656f67ae754d3ab7e69566e5073979295be4871.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/mixminion/patches')
-rw-r--r-- | security/mixminion/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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."; \ |