pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/zope29 Limit PYTHON_VERSIONS_ACCEPTED to 24 since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23a9826f5619
branches:  trunk
changeset: 518376:23a9826f5619
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 07 16:14:16 2006 +0000

description:
Limit PYTHON_VERSIONS_ACCEPTED to 24 since Zope 2.9 requires Python 2.4.3
(2.4.2 is acceptable) according to Zope 2.9.4's Web page.

        http://zope.org/Products/Zope/2.9.4/Zope-2_9_4-released

diffstat:

 www/zope29/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0aab8a1025ce -r 23a9826f5619 www/zope29/Makefile
--- a/www/zope29/Makefile       Thu Sep 07 16:02:23 2006 +0000
+++ b/www/zope29/Makefile       Thu Sep 07 16:14:16 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/08/27 01:47:03 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2006/09/07 16:14:16 taca Exp $
 # FreeBSD Id: ports/www/zope29/Makefile,v 1.86 2006/08/03 15:53:04 garga Exp
 
 DISTNAME=      Zope-2.9.4-final
@@ -16,7 +16,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
 
 DIST_SUBDIR=    zope
-PYTHON_VERSIONS_ACCEPTED=   21 22 23 24
+PYTHON_VERSIONS_ACCEPTED=   24
 RCD_SCRIPTS=   ${PKGBASE}29.sh zeo29.sh
 
 # Change these, if you like, via the environment.



Home | Main Index | Thread Index | Old Index