diff options
author | perky <perky@FreeBSD.org> | 2002-10-17 19:14:17 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-10-17 19:14:17 +0800 |
commit | 45320f7f2da5a94f92884c95d5c04253fc548d5a (patch) | |
tree | 21b0b41bfd447acce9ff9e43d9335afce71ac14c /lang/python26/Makefile | |
parent | 7478600944c753e2d9864c65982c8bb59477f519 (diff) | |
download | freebsd-ports-graphics-45320f7f2da5a94f92884c95d5c04253fc548d5a.tar.gz freebsd-ports-graphics-45320f7f2da5a94f92884c95d5c04253fc548d5a.tar.zst freebsd-ports-graphics-45320f7f2da5a94f92884c95d5c04253fc548d5a.zip |
Upgrade to Python-2.2.2.
Approved by: tg
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index c0af2958abb..6697e800217 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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} \ |