aboutsummaryrefslogtreecommitdiff
path: root/lang/python27/pkg-plist
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2012-12-23 17:52:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2012-12-23 17:52:46 +0000
commit6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555 (patch)
tree7b7863a91726bf0c0cdaa1808b76f78087314103 /lang/python27/pkg-plist
parent0c590e6c7a2c631472317099f0d2b647fd7ac6ac (diff)
downloadports-6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555.tar.gz
ports-6e2fa0573bdbe896a47e2e1d3e49cd84e62d1555.zip
- Remove "first-installed-win" logic for automatically setting
${PYTHON_DEFAULT_VERSION}, this generates conflicting packages. - Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION} will create python and python${MAJOR_VERSION} links. In current default, lang/python27 will create: python -> python2 -> python2.7 - Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link. At this point, lang/python33 will create python3 -> python3.3 - Minor cleanups * Trim Makefile headers * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ [1] http://www.python.org/dev/peps/pep-0394/
Notes
Notes: svn path=/head/; revision=309444
Diffstat (limited to 'lang/python27/pkg-plist')
-rw-r--r--lang/python27/pkg-plist10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/python27/pkg-plist b/lang/python27/pkg-plist
index 28e2f38fd799..a5bcfbb33235 100644
--- a/lang/python27/pkg-plist
+++ b/lang/python27/pkg-plist
@@ -1,21 +1,27 @@
libdata/pkgconfig/python-2.7.pc
%%IF_DEFAULT%%bin/2to3
+%%IF_DEFAULT%%bin/2to3-%%PYMAJOR%%
bin/2to3-%%PYVER%%
%%IF_DEFAULT%%bin/idle
+%%IF_DEFAULT%%bin/idle%%PYMAJOR%%
bin/idle%%PYVER%%
%%IF_DEFAULT%%bin/pydoc
+%%IF_DEFAULT%%bin/pydoc%%PYMAJOR%%
bin/pydoc%%PYVER%%
%%IF_DEFAULT%%bin/python
-bin/python%%PYMAJOR%%
+%%IF_DEFAULT%%bin/python%%PYMAJOR%%
bin/python%%PYVER%%
%%IF_DEFAULT%%bin/python-config
-bin/python%%PYMAJOR%%-config
+%%IF_DEFAULT%%bin/python%%PYMAJOR%%-config
bin/python%%PYVER%%-config
%%IF_DEFAULT%%bin/python-shared
+%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%%
bin/python-shared%%PYVER%%
%%IF_DEFAULT%%bin/python-shared-config
+%%IF_DEFAULT%%bin/python-shared%%PYMAJOR%%-config
bin/python-shared%%PYVER%%-config
%%IF_DEFAULT%%bin/smtpd.py
+%%IF_DEFAULT%%bin/smtpd%%PYMAJOR%%.py
bin/smtpd%%PYVER%%.py
%%PYTHON_INCLUDEDIR%%/Python-ast.h
%%PYTHON_INCLUDEDIR%%/Python.h