From owner-svn-ports-all@freebsd.org Sat Mar 17 13:52:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BA4AF4A9E1; Sat, 17 Mar 2018 13:52:06 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C149C7CB96; Sat, 17 Mar 2018 13:52:05 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC341133A9; Sat, 17 Mar 2018 13:52:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2HDq5AD057734; Sat, 17 Mar 2018 13:52:05 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2HDq5IE057728; Sat, 17 Mar 2018 13:52:05 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201803171352.w2HDq5IE057728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 17 Mar 2018 13:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464818 - in head/devel: pecl-svn py-cluster py-mailcap-fix py-pyshp py-pytest-cov py-tblib X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: pecl-svn py-cluster py-mailcap-fix py-pyshp py-pytest-cov py-tblib X-SVN-Commit-Revision: 464818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 13:52:06 -0000 Author: dbaio Date: Sat Mar 17 13:52:04 2018 New Revision: 464818 URL: https://svnweb.freebsd.org/changeset/ports/464818 Log: Fix order of variables Ports maintained by me in the devel category. Modified: head/devel/pecl-svn/Makefile head/devel/py-cluster/Makefile head/devel/py-mailcap-fix/Makefile head/devel/py-pyshp/Makefile head/devel/py-pytest-cov/Makefile head/devel/py-tblib/Makefile Modified: head/devel/pecl-svn/Makefile ============================================================================== --- head/devel/pecl-svn/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/pecl-svn/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -11,10 +11,11 @@ COMMENT= PECL extension to the libsvn library LICENSE= PHP301 +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libsvn_client-1.so:devel/subversion -USE_CSTD= c99 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +USE_CSTD= c99 .include Modified: head/devel/py-cluster/Makefile ============================================================================== --- head/devel/py-cluster/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/py-cluster/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -12,14 +12,15 @@ COMMENT= Create several groups (clusters) of objects f LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= skipv:regression +USES= python USE_GITHUB= yes GH_ACCOUNT= exhuma GH_PROJECT= python-cluster -NO_ARCH= yes -USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + +PORTSCOUT= skipv:regression .include Modified: head/devel/py-mailcap-fix/Makefile ============================================================================== --- head/devel/py-mailcap-fix/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/py-mailcap-fix/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -12,11 +12,12 @@ COMMENT= Mailcap module that correctly handles windcar LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE +USES= python + USE_GITHUB= yes GH_ACCOUNT= michael-lazar -NO_ARCH= yes -USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Modified: head/devel/py-pyshp/Makefile ============================================================================== --- head/devel/py-pyshp/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/py-pyshp/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -12,9 +12,8 @@ COMMENT= Pure Python read/write support for ESRI Shape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -NO_ARCH= yes - USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes .include Modified: head/devel/py-pytest-cov/Makefile ============================================================================== --- head/devel/py-pytest-cov/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/py-pytest-cov/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=3.7.1:devel/py-coverage@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.0:devel/py-pytest@${FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes .include Modified: head/devel/py-tblib/Makefile ============================================================================== --- head/devel/py-tblib/Makefile Sat Mar 17 13:48:41 2018 (r464817) +++ head/devel/py-tblib/Makefile Sat Mar 17 13:52:04 2018 (r464818) @@ -12,8 +12,8 @@ COMMENT= Traceback serialization library in Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include