From owner-svn-ports-branches@freebsd.org Sat Aug 19 12:54:36 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28311DE80D2; Sat, 19 Aug 2017 12:54:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E92BA73896; Sat, 19 Aug 2017 12:54:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7JCsZlX019951; Sat, 19 Aug 2017 12:54:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7JCsZZs019950; Sat, 19 Aug 2017 12:54:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201708191254.v7JCsZZs019950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 19 Aug 2017 12:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r448306 - branches/2017Q3/net/py-pcs X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2017Q3/net/py-pcs X-SVN-Commit-Revision: 448306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2017 12:54:36 -0000 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: 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