svn commit: r460022 - head/devel/py-foolscap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 26 18:11:45 UTC 2018


Author: sunpoet
Date: Fri Jan 26 18:11:44 2018
New Revision: 460022
URL: https://svnweb.freebsd.org/changeset/ports/460022

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/py-foolscap/Makefile

Modified: head/devel/py-foolscap/Makefile
==============================================================================
--- head/devel/py-foolscap/Makefile	Fri Jan 26 18:11:17 2018	(r460021)
+++ head/devel/py-foolscap/Makefile	Fri Jan 26 18:11:44 2018	(r460022)
@@ -3,6 +3,7 @@
 
 PORTNAME=	foolscap
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0:securit
 
 NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 do-test:
 	cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test


More information about the svn-ports-head mailing list