summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authortsarna <tsarna>2002-10-30 22:36:16 +0000
committertsarna <tsarna>2002-10-30 22:36:16 +0000
commit5272bb49dff7508401d184cdf99d1ae99afb4cc3 (patch)
treefcd12987fe57d4393c26bb2a79de526e6b519954 /lang/python
parent7a0f9dd63138a5148bc3f526b26c69cd33a69f16 (diff)
downloadpkgsrc-5272bb49dff7508401d184cdf99d1ae99afb4cc3.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