From owner-freebsd-python@freebsd.org Wed Feb 14 21:16:23 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19163F20F8F for ; Wed, 14 Feb 2018 21:16:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A5D8B6DC0D for ; Wed, 14 Feb 2018 21:16:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 64A6AF20F7F; Wed, 14 Feb 2018 21:16:22 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5270BF20F7D for ; Wed, 14 Feb 2018 21:16:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E51176DC09 for ; Wed, 14 Feb 2018 21:16:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1611817CB2 for ; Wed, 14 Feb 2018 21:16:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1ELGKXK068628 for ; Wed, 14 Feb 2018 21:16:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1ELGKi3068627 for python@FreeBSD.org; Wed, 14 Feb 2018 21:16:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 225052] lang/python: Fix PORTVERSION of this metaport Date: Wed, 14 Feb 2018 21:16:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2018 21:16:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225052 Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunpoet@FreeBSD.org --- Comment #5 from Po-Chuan Hsieh --- (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.=