diff options
author | recht <recht@pkgsrc.org> | 2003-12-08 21:13:56 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-08 21:13:56 +0000 |
commit | d5dc8a4e54a19470f02f1b7f76da73f4000c0776 (patch) | |
tree | 70f4cf85affe88fccec44ff34b037ea0db35eb45 /lang/python | |
parent | 53ea1a025305bb572a58900ddd2bcd8cb020005d (diff) | |
download | pkgsrc-d5dc8a4e54a19470f02f1b7f76da73f4000c0776.tar.gz |
Update to Python 2.3.2
Changes in Python:
Quite a few fixes.. See NEWS for details.
Changes in the pkg:
- add FreeBSD patches from the FreeBSD port
- add fix for a fatal bug in type's GC handling causes segfaults
(via FreeBSD port)
see http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
- always build the db 1.85 module (on all platforms)
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 79effe9c54e..51d82f2bee2 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,16 +1,16 @@ -# $NetBSD: srcdist.mk,v 1.8 2003/08/04 08:15:47 drochner Exp $ +# $NetBSD: srcdist.mk,v 1.9 2003/12/08 21:13:56 recht Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "23" || ${_PYTHON_VERSION} == "23pth" -DISTNAME= Python-2.3 +DISTNAME= Python-2.3.2 EXTRACT_SUFX= .tgz DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo PATCHDIR= ${.CURDIR}/../../lang/python23/patches -PYSUBDIR= Python-2.3 +PYSUBDIR= Python-2.3.2 WRKSRC= ${WRKDIR}/${PYSUBDIR} -MASTER_SITES= ftp://ftp.python.org/pub/python/2.3/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.2/ .elif ${_PYTHON_VERSION} == "22" || ${_PYTHON_VERSION} == "22pth" |