summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrecht <recht>2004-06-02 12:30:55 +0000
committerrecht <recht>2004-06-02 12:30:55 +0000
commit9e1b1627f66f9a34162d6730e9fdcab2da1a43c5 (patch)
tree38284ba1eafa7ab14a52fe9faff4909726e28f3c /lang
parent2a61891dfaf2f2b048e253893a2a2666c211bfc1 (diff)
downloadpkgsrc-9e1b1627f66f9a34162d6730e9fdcab2da1a43c5.tar.gz
catch up with the Python 2.3.4 update
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 51aa46c4982..9a08a4bd097 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,16 +1,16 @@
-# $NetBSD: srcdist.mk,v 1.10 2003/12/23 17:24:42 recht Exp $
+# $NetBSD: srcdist.mk,v 1.11 2004/06/02 12:30:55 recht Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "23" || ${_PYTHON_VERSION} == "23pth"
-DISTNAME= Python-2.3.3
+DISTNAME= Python-2.3.4
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python23/patches
-PYSUBDIR= Python-2.3.3
+PYSUBDIR= Python-2.3.4
WRKSRC= ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.3/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.4/
.elif ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth"