summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2002-10-30 22:36:16 +0000
committertsarna <tsarna@pkgsrc.org>2002-10-30 22:36:16 +0000
commit73dec61f672d798c1357d333f483eb34fcbbde36 (patch)
treefcd12987fe57d4393c26bb2a79de526e6b519954 /lang/python
parent46baa0342192fcdf543f90d95906267c8590a0a6 (diff)
downloadpkgsrc-73dec61f672d798c1357d333f483eb34fcbbde36.tar.gz
Make default version of Python 2.2.x instead of 2.1.x. Since multiple
versions of Python may be installed, and packages that require an earlier version can always specify that, this should cause no problem, and it seems sensible that people who don't care should get the latest. (drochner concurs)
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index a0107b13826..ba6bbe4a81c 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,11 +1,11 @@
-# $NetBSD: pyversion.mk,v 1.15 2002/10/25 10:52:24 drochner Exp $
+# $NetBSD: pyversion.mk,v 1.16 2002/10/30 22:36:16 tsarna Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
.include "../../mk/bsd.prefs.mk"
-PYTHON_VERSION_DEFAULT?= 21
+PYTHON_VERSION_DEFAULT?= 22
PYTHON_VERSIONS_ACCEPTED?= 22 21 20
BUILDLINK_DEPENDS.python15?= python15>=1.5