diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-08-17 19:10:59 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-08-17 19:10:59 +0000 |
commit | 7452555915d18a48268c714a4a4b2510a9fa721c (patch) | |
tree | 5fb4dff170d638784a5c9228ee0855dbe6de4641 /lang/python31/pkg-plist | |
parent | 2f894d23880be6411437df3696181abcb0ec51ce (diff) |
- Move the symlink magic for the default python version into lang/python
and lang/python2 and lang/python3. This change brings us closer to the goal
of making Python ports usable with different Python versions at the same
time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Notes
Notes:
svn path=/head/; revision=324864
Diffstat (limited to 'lang/python31/pkg-plist')
-rw-r--r-- | lang/python31/pkg-plist | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/python31/pkg-plist b/lang/python31/pkg-plist index f64379eb1ee0..dc929e8f878c 100644 --- a/lang/python31/pkg-plist +++ b/lang/python31/pkg-plist @@ -1,18 +1,9 @@ -%%IF_DEFAULT%%bin/2to3 bin/2to3-%%PYVER%% -%%IF_DEFAULT%%bin/idle3 bin/idle3-%%PYVER%% -%%IF_DEFAULT%%bin/pydoc3 bin/pydoc3-%%PYVER%% -%%IF_DEFAULT%%bin/python -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%% bin/python%%PYVER%% -%%IF_DEFAULT%%bin/python-config -%%IF_DEFAULT_MAJOR%%bin/python%%PYMAJOR%%-config bin/python%%PYVER%%-config -%%IF_DEFAULT%%bin/python-shared bin/python-shared%%PYVER%% -%%IF_DEFAULT%%bin/python-shared-config bin/python-shared%%PYVER%%-config lib/lib%%PYTHON_VERSION%%.a lib/lib%%PYTHON_VERSION%%.so |