diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2008-12-04 11:21:22 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2008-12-04 11:21:22 +0000 |
commit | b7df3263eefd8e239ece5c93c523fc442d1c91a2 (patch) | |
tree | 36fc08b76dbef14adbebe5aeb66cb6dc39f814f5 /lang/python32/Makefile | |
parent | Update to 0.9.4 (diff) |
Welcome to the new era of Python 3, with antigravity support!
Update to Python 3.0.
Diffstat (limited to '')
-rw-r--r-- | lang/python32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 3d0f7707b54c..5d48f41315b6 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= python30 -PORTVERSION= 3.0.rc1 +PORTVERSION= 3.0 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} |