summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-04-12 20:21:48 +0000
committerdrochner <drochner@pkgsrc.org>2006-04-12 20:21:48 +0000
commita8e1710951b0443baf2638e9fe1588472334fea1 (patch)
tree5502bb39d43be57b190d1c23e3aec0182531ca9b /lang/python
parent52e4e5d4b83e6f720b519b5986300d8136337a4f (diff)
downloadpkgsrc-a8e1710951b0443baf2638e9fe1588472334fea1.tar.gz
update python24 to 2.4.3
Python 2.4 is now in bugfix-only mode, no new features are being added. At least 50 bugs have been squashed since Python 2.4.2, including a number of bugs and potential bugs found by Coverity.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/srcdist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 195caf99e77..38fd99b24de 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,14 +1,14 @@
-# $NetBSD: srcdist.mk,v 1.17 2005/10/02 10:50:57 recht Exp $
+# $NetBSD: srcdist.mk,v 1.18 2006/04/12 20:21:48 drochner Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
-DISTNAME= Python-2.4.2
+DISTNAME= Python-2.4.3
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
-PYSUBDIR= Python-2.4.2
+PYSUBDIR= Python-2.4.3
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/