pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xenkernel3 Accept Python 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c9715eeade3
branches:  trunk
changeset: 541789:6c9715eeade3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 20:11:17 2008 +0000

description:
Accept Python 2.5.

diffstat:

 sysutils/xenkernel3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76c192064371 -r 6c9715eeade3 sysutils/xenkernel3/Makefile
--- a/sysutils/xenkernel3/Makefile      Fri Apr 25 20:11:11 2008 +0000
+++ b/sysutils/xenkernel3/Makefile      Fri Apr 25 20:11:17 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/02/20 22:48:27 bouyer Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/25 20:11:17 tnn Exp $
 #
 
 VERSION=       3.1.3
@@ -22,7 +22,7 @@
 NO_CONFIGURE=  yes
 USE_TOOLS+=    gmake
 
-PYTHON_VERSIONS_ACCEPTED= 24 23
+PYTHON_VERSIONS_ACCEPTED= 25 24 23
 PY_PATCHPLIST=         NO
 
 SUBST_CLASSES+=                py



Home | Main Index | Thread Index | Old Index