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/python27/pkg-plist | |
parent | a109e33441e4540e21473b7b27b9c549e09d3c0e (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.
Notes
Notes:
svn path=/head/; revision=175093
Diffstat (limited to 'lang/python27/pkg-plist')
-rw-r--r-- | lang/python27/pkg-plist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/python27/pkg-plist b/lang/python27/pkg-plist index 6526f34bc484..3fe55a543fbe 100644 --- a/lang/python27/pkg-plist +++ b/lang/python27/pkg-plist @@ -1,10 +1,17 @@ +bin/idle bin/idle%%PYVER%% +bin/pydoc bin/pydoc%%PYVER%% +bin/python bin/python%%PYVER%% bin/python%%PYVER%%-config +bin/python-config +bin/python-shared bin/python-shared%%PYVER%% bin/python-shared%%PYVER%%-config +bin/python-shared-config bin/smtpd%%PYVER%%.py +bin/smtpd.py %%PYTHON_INCLUDEDIR%%/Python-ast.h %%PYTHON_INCLUDEDIR%%/Python.h %%PYTHON_INCLUDEDIR%%/abstract.h |