[Bug 225052] lang/python: Fix PORTVERSION of this metaport
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 14 21:16:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225052
Po-Chuan Hsieh <sunpoet at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sunpoet at FreeBSD.org
--- Comment #5 from Po-Chuan Hsieh <sunpoet at FreeBSD.org> ---
(In reply to Kyle Evans from comment #4)
I did a test as follows:
% cd /usr/ports/lang/python
% make -V DEFAULT_VERSIONS
python=3.6
% pkg info -x python
python-3.6_3,2
python2-2_3
python27-2.7.14_1
python3-3_3
python36-3.6.4
% ls -l /usr/local/bin/python
lrwxr-xr-x 1 root wheel 7 Dec 20 23:00:37 2017 /usr/local/bin/python@ ->
python3
% ln -fs python2 /usr/local/bin/python
% ls -l /usr/local/bin/python
lrwxr-xr-x 1 root wheel 7 Feb 15 04:30 /usr/local/bin/python@ -> python2
% make -V PKGNAME
python-3.6_3,2
% make run-depends-list
/usr/ports/lang/python3
/usr/ports/lang/python36
% make -V RUN_DEPENDS
python3:lang/python3 /usr/local/bin/python3.6:lang/python36
The result seems correct.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list