Date: Thu, 11 Jan 2018 03:32:12 +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-Aa0coMURD2@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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225052 --- Comment #4 from Kyle Evans <kevans@freebsd.org> --- (In reply to Kyle Evans from comment #2) (Sorry, ended prematurely) The problem being that USES= python does it's "default version" selection with this: _PYTHON_DEFAULT_VERSION!= (${LOCALBASE}/bin/python -c \ 'import sys; print("%d.%d" % sys.version_info[:2])' 2> /dev/null \ || ${ECHO_CMD} ${_PYTHON_PORTBRANCH}) | ${TAIL} -1 If lang/python is installed, which is bad if you're trying to upgrade. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225052-21822-Aa0coMURD2>
