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/Makefile | |
parent | a109e33441e4540e21473b7b27b9c549e09d3c0e (diff) | |
download | ports-1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f.tar.gz ports-1d18bb4fff9ca7e0fca8452b1874fe1f58ffca6f.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.
Notes
Notes:
svn path=/head/; revision=175093
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 |