summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authortron <tron>2005-02-16 10:38:02 +0000
committertron <tron>2005-02-16 10:38:02 +0000
commit3014c334b7a77a0f9a93392e768ec56f074e809d (patch)
treebb9ffcb14b4467e610dcd0ef5c575e6595aa263b /lang/python
parent67ca6d02351bd35009a6c6d7f648cfdc03df9a2a (diff)
downloadpkgsrc-3014c334b7a77a0f9a93392e768ec56f074e809d.tar.gz
Update Python 2.3.x version number here, too.
Diffstat (limited to 'lang/python')
-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