svn commit: r448306 - branches/2017Q3/net/py-pcs
Kubilay Kocak
koobs at FreeBSD.org
Sat Aug 19 12:54:36 UTC 2017
Author: koobs
Date: Sat Aug 19 12:54:34 2017
New Revision: 448306
URL: https://svnweb.freebsd.org/changeset/ports/448306
Log:
MFH: r448305
net/py-pcs: Limit USES=python (actually)
Actually change the value of USES=python:<version-spec> that was
supposed to land in ports r448303
It was reverted during QA and the final diff was not reviewed prior to commit.
Pointyhat me.
PR: 219325
Approved by: portmgr (blanket)
Approved by: portmgr (blanket)
Modified:
branches/2017Q3/net/py-pcs/Makefile
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/net/py-pcs/Makefile
==============================================================================
--- branches/2017Q3/net/py-pcs/Makefile Sat Aug 19 12:52:23 2017 (r448305)
+++ branches/2017Q3/net/py-pcs/Makefile Sat Aug 19 12:54:34 2017 (r448306)
@@ -19,7 +19,7 @@ BUILD_DEPENDS= cython>=0.11.2:lang/cython
PORTDOCS= pcs.pdf
PORTEXAMPLES= *
-USES= python
+USES= python:2.7
USE_PYTHON= distutils pythonprefix
OPTIONS_DEFINE= DOCS EXAMPLES
More information about the svn-ports-all
mailing list