diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-17 11:14:17 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-17 11:14:17 +0000 |
commit | 72143e1b7cd9f097545d988aafb242476c6be547 (patch) | |
tree | 997ce84ff61307356485ab1f4973a5e7b2bca8ac /lang/python22/Makefile | |
parent | Upgrade to 0.5.2. (diff) |
Upgrade to Python-2.2.2.
Approved by: tg
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index c0af2958abb7..6697e8002170 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |