From 1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 9 Oct 2006 14:29:18 +0000 Subject: - 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. --- lang/python22/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python22') diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 094b1c6fe70d..4493f6341c9b 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= python +PORTNAME= python22 PORTVERSION= 2.2.3 PORTREVISION= 9 CATEGORIES= lang python ipv6 @@ -16,7 +16,7 @@ DISTFILES= ${PYTHON_DISTFILE} PATCH_SITES= http://www.python.org/security/PSF-2005-001/ PATCHFILES= patch-2.2.txt -MAINTAINER= perky@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python -- cgit v1.2.3