summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordrochner <drochner>2008-04-11 10:44:48 +0000
committerdrochner <drochner>2008-04-11 10:44:48 +0000
commit72ca67ad657b6ed2a19a1e24d026ff061295adc5 (patch)
tree30a527325668a71ad217106566682d02ec4e961f /lang/python
parent798171e8ea0428e296e68b0849aa3d4dee37e0ee (diff)
downloadpkgsrc-72ca67ad657b6ed2a19a1e24d026ff061295adc5.tar.gz
update for 2.4.5
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 aaafe9e7d7b..0cc53999454 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.19 2007/06/08 18:50:05 tron Exp $
+# $NetBSD: srcdist.mk,v 1.20 2008/04/11 10:44:48 drochner Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
-DISTNAME= Python-2.4.4
+DISTNAME= Python-2.4.5
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR= Python-2.4.4
+PYSUBDIR= Python-2.4.5
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/