pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python set the default defauly python version to 2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfca74a4aa6a
branches:  trunk
changeset: 517304:cfca74a4aa6a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Aug 08 09:49:57 2006 +0000

description:
set the default defauly python version to 2.4

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 42be9ace5174 -r cfca74a4aa6a lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Tue Aug 08 09:33:58 2006 +0000
+++ b/lang/python/pyversion.mk  Tue Aug 08 09:49:57 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: pyversion.mk,v 1.42 2006/06/30 07:15:30 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.43 2006/08/08 09:49:57 drochner Exp $
 
 .if !defined(PYTHON_PYVERSION_MK)
 PYTHON_PYVERSION_MK=   defined
 
 .include "../../mk/bsd.prefs.mk"
 
-PYTHON_VERSION_DEFAULT?=               23
+PYTHON_VERSION_DEFAULT?=               24
 .if ${OPSYS} == "Darwin"
 PYTHON_VERSIONS_INCOMPATIBLE+=         22 21 20 15
 .endif



Home | Main Index | Thread Index | Old Index