summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
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 e96ad4ac255..18b06799840 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.25 2009/02/09 21:09:21 joerg Exp $
+# $NetBSD: srcdist.mk,v 1.26 2009/04/11 19:42:23 snj Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "25"
-DISTNAME= Python-2.5.2
+DISTNAME= Python-2.5.4
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python25/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python25/patches
-PYSUBDIR= Python-2.5.2
+PYSUBDIR= Python-2.5.4
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.5/