diff options
author | tsarna <tsarna> | 2002-10-15 16:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna> | 2002-10-15 16:16:34 +0000 |
commit | aebf160ebce630a69d3769a72cee3470ba0f2f9b (patch) | |
tree | 3f06e49f5779fd301d59b86ba1d66cb9b7658d5e /lang/python22/Makefile | |
parent | ad37328f31db07e30cced08c412014822742cb9b (diff) | |
download | pkgsrc-aebf160ebce630a69d3769a72cee3470ba0f2f9b.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 |