Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2017 12:54:35 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r448306 - branches/2017Q3/net/py-pcs
Message-ID:  <201708191254.v7JCsZZs019950@repo.freebsd.org>

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



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