pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mixminion Commit some fixes from the maintainer:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d57bf9d0507b
branches:  trunk
changeset: 488409:d57bf9d0507b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 30 21:56:24 2005 +0000

description:
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:

 security/mixminion/Makefile         |  5 +++--
 security/mixminion/distinfo         |  4 ++--
 security/mixminion/patches/patch-aa |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 5369e7e2e117 -r d57bf9d0507b security/mixminion/Makefile
--- a/security/mixminion/Makefile       Sun Jan 30 21:36:53 2005 +0000
+++ b/security/mixminion/Makefile       Sun Jan 30 21:56:24 2005 +0000
@@ -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 @@
 
 CRYPTO=                                YES
 USE_BUILDLINK3=                YES
-PYTHON_VERSIONS_ACCEPTED=       24 23 22 21
+PYTHON_VERSIONS_ACCEPTED=       23 22 21
 PYDISTUTILSPKG=                        YES
 
 TEST_TARGET=                   test
diff -r 5369e7e2e117 -r d57bf9d0507b security/mixminion/distinfo
--- a/security/mixminion/distinfo       Sun Jan 30 21:36:53 2005 +0000
+++ b/security/mixminion/distinfo       Sun Jan 30 21:56:24 2005 +0000
@@ -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 -r 5369e7e2e117 -r d57bf9d0507b security/mixminion/patches/patch-aa
--- a/security/mixminion/patches/patch-aa       Sun Jan 30 21:36:53 2005 +0000
+++ b/security/mixminion/patches/patch-aa       Sun Jan 30 21:56:24 2005 +0000
@@ -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 @@
  
 -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.";                \



Home | Main Index | Thread Index | Old Index