summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-02 12:30:55 +0000
committerrecht <recht@pkgsrc.org>2004-06-02 12:30:55 +0000
commit3878bc7011f30364c305d2816e1c4187b07f0c06 (patch)
tree38284ba1eafa7ab14a52fe9faff4909726e28f3c /lang/python
parentbb50a9cc2dd39d902220e317b900bddf2963e43d (diff)
downloadpkgsrc-3878bc7011f30364c305d2816e1c4187b07f0c06.tar.gz
catch up with the Python 2.3.4 update
Diffstat (limited to 'lang/python')
-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"