diff options
author | drochner <drochner> | 2003-06-06 17:31:17 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-06-06 17:31:17 +0000 |
commit | e0c9f22e4eb6ddbc3ee3a15fdfb08e9161078e20 (patch) | |
tree | 3436133b61ac3cff4a12bb731ba48527fce29267 /lang/python | |
parent | fecd433f1436f661fac775d3f0ff06fa5ccc2210 (diff) | |
download | pkgsrc-e0c9f22e4eb6ddbc3ee3a15fdfb08e9161078e20.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.mk | 8 |
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" |