svn commit: r448305 - head/net/py-pcs
Kubilay Kocak
koobs at FreeBSD.org
Sat Aug 19 12:52:24 UTC 2017
Author: koobs
Date: Sat Aug 19 12:52:23 2017
New Revision: 448305
URL: https://svnweb.freebsd.org/changeset/ports/448305
Log:
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)
MFH: 2017Q3
Modified:
head/net/py-pcs/Makefile
Modified: head/net/py-pcs/Makefile
==============================================================================
--- head/net/py-pcs/Makefile Sat Aug 19 12:44:42 2017 (r448304)
+++ head/net/py-pcs/Makefile Sat Aug 19 12:52:23 2017 (r448305)
@@ -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-head
mailing list