diff options
author | perky <perky@FreeBSD.org> | 2006-10-09 22:29:18 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-10-09 22:29:18 +0800 |
commit | d8375e2f132ee1ab132e35b9297f579a306103c0 (patch) | |
tree | 18e859ce440a43ead22e95cbc34b5c77e7997fc7 /lang/Makefile | |
parent | 6d4c50c79be21174771ec26c76d927e4516ce528 (diff) | |
download | freebsd-ports-gnome-d8375e2f132ee1ab132e35b9297f579a306103c0.tar.gz freebsd-ports-gnome-d8375e2f132ee1ab132e35b9297f579a306103c0.tar.zst freebsd-ports-gnome-d8375e2f132ee1ab132e35b9297f579a306103c0.zip |
- 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/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 643b979d72eb..5797a060f5c4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -234,7 +234,6 @@ SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += python - SUBDIR += python-devel SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter @@ -244,6 +243,8 @@ SUBDIR += python21 SUBDIR += python22 SUBDIR += python23 + SUBDIR += python24 + SUBDIR += python25 SUBDIR += q SUBDIR += qscheme SUBDIR += quack |