svn commit: r464818 - in head/devel: pecl-svn py-cluster py-mailcap-fix py-pyshp py-pytest-cov py-tblib

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 17 13:52:06 UTC 2018


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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>

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 <bsd.port.mk>


More information about the svn-ports-all mailing list