summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-02-16 10:38:02 +0000
committertron <tron@pkgsrc.org>2005-02-16 10:38:02 +0000
commit00386ce424abdfa8a28820cda6aca9e87ff0d2af (patch)
treebb9ffcb14b4467e610dcd0ef5c575e6595aa263b /lang
parent679546f54b9928dae4417526f425a8036a360801 (diff)
downloadpkgsrc-00386ce424abdfa8a28820cda6aca9e87ff0d2af.tar.gz
Update Python 2.3.x version number here, too.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/srcdist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 1b611230e50..9cc93c04dc1 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.13 2005/01/23 20:41:46 recht Exp $
+# $NetBSD: srcdist.mk,v 1.14 2005/02/16 10:38:02 tron Exp $
.include "../../lang/python/pyversion.mk"
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/
.elif ${_PYTHON_VERSION} == "23"
-DISTNAME= Python-2.3.4
+DISTNAME= Python-2.3.5
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python23/patches