summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-06-08 18:50:05 +0000
committertron <tron@pkgsrc.org>2007-06-08 18:50:05 +0000
commit8ebe653aaf876f844878e2a34d993f3ddc422de1 (patch)
tree93868fefcb73a8c4ab2177903c71338b3801689f /lang
parent1830c36f4ce9e5299cf75eabe5fa9fdd5528fe25 (diff)
downloadpkgsrc-8ebe653aaf876f844878e2a34d993f3ddc422de1.tar.gz
Correct version number for Python 2.4.x.
Diffstat (limited to 'lang')
-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 38fd99b24de..aaafe9e7d7b 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.18 2006/04/12 20:21:48 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.19 2007/06/08 18:50:05 tron Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
-DISTNAME= Python-2.4.3
+DISTNAME= Python-2.4.4
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR= Python-2.4.3
+PYSUBDIR= Python-2.4.4
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/