diff options
author | drochner <drochner@pkgsrc.org> | 2006-04-12 20:21:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-04-12 20:21:48 +0000 |
commit | a8e1710951b0443baf2638e9fe1588472334fea1 (patch) | |
tree | 5502bb39d43be57b190d1c23e3aec0182531ca9b /lang/python24/Makefile | |
parent | 52e4e5d4b83e6f720b519b5986300d8136337a4f (diff) | |
download | pkgsrc-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/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 1bc46b3a4fb..947626beecf 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2006/03/13 12:59:08 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/12 20:21:48 drochner Exp $ # -DISTNAME= Python-2.4.2 -PKGNAME= python24-2.4.2 -PKGREVISION= 5 +DISTNAME= Python-2.4.3 +PKGNAME= python24-2.4.3 CATEGORIES= lang python -MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.2/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.3/ \ + http://www.python.org/ftp/python/2.4.3/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org |