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/python23/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python23') diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 0b4c45cd0b32..33d646e8aaad 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= python +PORTNAME= python23 PORTVERSION= 2.3.5 PORTREVISION= 1 CATEGORIES= lang python ipv6 @@ -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 CONFLICTS= stackless_python-* -- cgit v1.2.3