diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 14:29:18 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-09 14:29:18 +0000 |
commit | 1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f (patch) | |
tree | 147f92d454787d912bee658515932bf0eeae4d6c /lang/python21 | |
parent | - Update the main python version to 2.5. (diff) |
- Update the main python version to 2.5.
- Now, lang/python is just a meta-port which depends on lang/python25.
- And all versions of Python ports have short version identifier in its
package name; python25-2.5, python24-2.4.3 and etc.
- Also you must upgrade all python modules after lang/python updated,
cd /usr/ports/lang/python && make upgrade-site-packages
- Give maintainership of Python ports to the new python@ group which
includes me, alexbl@ and others.
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 83057b44f949..958b5378caa4 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= python +PORTNAME= python21 PORTVERSION= 2.1.3 PORTREVISION= 8 CATEGORIES= lang python @@ -13,7 +13,7 @@ MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} -MAINTAINER= perky@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python |