summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-06-06 17:31:17 +0000
committerdrochner <drochner@pkgsrc.org>2003-06-06 17:31:17 +0000
commit52947f7d708fea02ee9faea140a1bd00b4ee12ea (patch)
tree3436133b61ac3cff4a12bb731ba48527fce29267 /lang/python
parent1afb6de11e7eafc3d8b0d54bac5180a0d971a1f0 (diff)
downloadpkgsrc-52947f7d708fea02ee9faea140a1bd00b4ee12ea.tar.gz
update Python22 to 2.2.3
This is a bugfix release. Also, use the LINK_ALL_LIBGCC_HACK just introduced to link the interpreter against libgcc. This should fix PR pkg/16144 in the Python2.2 (and NetBSD-1.5) case.
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 d49127a047d..cdb26575f88 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,16 +1,16 @@
-# $NetBSD: srcdist.mk,v 1.6 2002/10/25 10:52:25 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.7 2003/06/06 17:31:17 drochner Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth"
-DISTNAME= Python-2.2.2
+DISTNAME= Python-2.2.3
EXTRACT_SUFX= .tgz
DISTINFO_FILE= ${.CURDIR}/../../lang/python22/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python22/patches
-PYSUBDIR= Python-2.2.2
+PYSUBDIR= Python-2.2.3
WRKSRC= ${WRKDIR}/${PYSUBDIR}
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.3/
.elif ${_PYTHON_VERSION} == "21" || ${_PYTHON_VERSION} == "21pth"