diff options
author | tsarna <tsarna@pkgsrc.org> | 2002-10-15 16:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2002-10-15 16:16:34 +0000 |
commit | edf2d3d71d3ddba5b9ed9ababc271de61c67a691 (patch) | |
tree | 3f06e49f5779fd301d59b86ba1d66cb9b7658d5e /lang/python22/Makefile | |
parent | e468a71b96d1b87f59cd6632e378bccb70f0d273 (diff) | |
download | pkgsrc-edf2d3d71d3ddba5b9ed9ababc271de61c67a691.tar.gz |
Upgrade python22 package from 2.2.1 to 2.2.2.
Mostly bug fixes, a few enhancements, notably in the email package.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index ab2066ff64a..b26ae04d479 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2002/10/10 17:45:55 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/15 16:16:34 tsarna Exp $ # -DISTNAME= Python-2.2.1 -PKGNAME= python22-2.2.1 +DISTNAME= Python-2.2.2 +PKGNAME= python22-2.2.2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.1/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.2/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org |