diff options
author | recht <recht@pkgsrc.org> | 2004-06-02 12:30:55 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-02 12:30:55 +0000 |
commit | 94c050ddd1293ec12a6b58cbf5ca9d334c3ca449 (patch) | |
tree | 38284ba1eafa7ab14a52fe9faff4909726e28f3c /lang | |
parent | 9a20add490f60efdacdcbd1416132e5eecbc7e20 (diff) | |
download | pkgsrc-94c050ddd1293ec12a6b58cbf5ca9d334c3ca449.tar.gz |
catch up with the Python 2.3.4 update
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/srcdist.mk | 8 |
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" |