Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2017 12:52:23 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448305 - head/net/py-pcs
Message-ID:  <201708191252.v7JCqN7g019723@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708191252.v7JCqN7g019723>