diff options
author | recht <recht@pkgsrc.org> | 2005-10-01 21:12:05 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-10-01 21:12:05 +0000 |
commit | 5d71b63ce098e1700dd7318591d366b7d5057cdf (patch) | |
tree | 10a5ae81a04b56b5ac3cd380a6cbb58d985124e3 /lang/python24/Makefile | |
parent | 6ed8b4a91ccfd6d57442e15e16fc94588cf3ecf8 (diff) | |
download | pkgsrc-5d71b63ce098e1700dd7318591d366b7d5057cdf.tar.gz |
Update to Python 2.4.2
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.
For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 330a95b9047..6582a2c8f60 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2005/09/01 13:14:35 darcy Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/01 21:12:05 recht Exp $ # -DISTNAME= Python-2.4.1 -PKGNAME= python24-2.4.1 -PKGREVISION= 3 +DISTNAME= Python-2.4.2 +PKGNAME= python24-2.4.2 CATEGORIES= lang python -MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.1/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.2/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org |