diff options
author | tg <tg@FreeBSD.org> | 2002-04-12 18:33:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-04-12 18:33:42 +0800 |
commit | 6931bbe81993f916c47c47556348f76cd1b1ba65 (patch) | |
tree | 91138405cd591b1ed66a5767299176b496dce344 /lang/python26/Makefile | |
parent | 44c42805911927583c39eb1fe2b5eaa6cef940f2 (diff) | |
download | freebsd-ports-gnome-6931bbe81993f916c47c47556348f76cd1b1ba65.tar.gz freebsd-ports-gnome-6931bbe81993f916c47c47556348f76cd1b1ba65.tar.zst freebsd-ports-gnome-6931bbe81993f916c47c47556348f76cd1b1ba65.zip |
Upgrade to Python-2.2.
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index a854209d72d8..82dcf8db72d2 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -6,8 +6,7 @@ # PORTNAME= python -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.2.1 CATEGORIES= lang python ipv6 MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |