summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-02 22:15:12 +0000
committerwiz <wiz>2008-12-02 22:15:12 +0000
commit6edc1b7fcaedcb415c8c3f42b959c9fb0d935421 (patch)
treec46be6337af60ca30fb1b43ad4c01e8589bc61cf /lang
parent441c4758b2b07b0dbb8f502a0b66b62c7f170496 (diff)
downloadpkgsrc-6edc1b7fcaedcb415c8c3f42b959c9fb0d935421.tar.gz
Fix for python23 update to 2.3.7.
Noted by Robert Elz in PR 40082.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/srcdist.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 3b624625682..1570e284db0 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.23 2008/11/29 18:52:22 snj Exp $
+# $NetBSD: srcdist.mk,v 1.24 2008/12/02 22:15:12 wiz Exp $
.include "../../lang/python/pyversion.mk"
@@ -24,13 +24,13 @@ MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/
.elif ${_PYTHON_VERSION} == "23"
-DISTNAME= Python-2.3.5
+DISTNAME= Python-2.3.7
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python23/patches
-PYSUBDIR= Python-2.3.5
+PYSUBDIR= Python-2.3.7
WRKSRC= ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.7/
.elif ${_PYTHON_VERSION} == "21"