summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-09 22:56:21 +0000
committerjoerg <joerg>2009-02-09 22:56:21 +0000
commitf924822c130c51be136909680525539e680962b9 (patch)
tree1bcb6950318fcb7cb60eb9b7184e085ec6937037 /lang
parent124ec3c6a06916c1d94bcc43b55da9242d82db45 (diff)
downloadpkgsrc-f924822c130c51be136909680525539e680962b9.tar.gz
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'lang')
-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 ea1ad0739c7..9705d21ea8d 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.63 2009/02/09 21:09:21 joerg Exp $
+# $NetBSD: pyversion.mk,v 1.64 2009/02/09 22:56:24 joerg Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -58,7 +58,7 @@ PYTHON_PYVERSION_MK= defined
BUILD_DEFS+= PYTHON_VERSION_DEFAULT
BUILD_DEFS_EFFECTS+= PYPACKAGE
-PYTHON_VERSION_DEFAULT?= 24
+PYTHON_VERSION_DEFAULT?= 25
PYTHON_VERSIONS_ACCEPTED?= 25 24 23
PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default