Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 21:16:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 225052] lang/python: Fix PORTVERSION of this metaport
Message-ID:  <bug-225052-21822-jyJJvyritK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225052-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225052-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225052

Po-Chuan Hsieh <sunpoet@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sunpoet@FreeBSD.org

--- Comment #5 from Po-Chuan Hsieh <sunpoet@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=3D3.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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225052-21822-jyJJvyritK>