summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorgdt <gdt>2010-04-07 22:20:54 +0000
committergdt <gdt>2010-04-07 22:20:54 +0000
commitcaba68c25241ea5b3dd217cd59ea34ee48a793f2 (patch)
treed7c79c52d2b506c0369436f34cd8ce00fb51915c /lang/python
parent2f27ddc5404c971c529e857743b55c5e356ce508 (diff)
downloadpkgsrc-caba68c25241ea5b3dd217cd59ea34ee48a793f2.tar.gz
Adjust to new version of Python 2.5 (pointed out by Dennis den Brok in
private mail).
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/srcdist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 490a2760e7f..7ce7a0d00d9 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.30 2009/11/03 02:21:05 wiz Exp $
+# $NetBSD: srcdist.mk,v 1.31 2010/04/07 22:20:54 gdt Exp $
.include "../../lang/python/pyversion.mk"
@@ -14,11 +14,11 @@ MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/
.elif ${_PYTHON_VERSION} == "25"
-DISTNAME= Python-2.5.4
+DISTNAME= Python-2.5.5
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python25/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python25/patches
-PYSUBDIR= Python-2.5.4
+PYSUBDIR= Python-2.5.5
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.5/