svn commit: r419197 - head/devel/py-future

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed Jul 27 20:45:29 UTC 2016


Author: bofh
Date: Wed Jul 27 20:45:27 2016
New Revision: 419197
URL: https://svnweb.freebsd.org/changeset/ports/419197

Log:
  devel/py-future: Allow concurrent installation with different python
  
  Submitted by:	demon

Modified:
  head/devel/py-future/Makefile

Modified: head/devel/py-future/Makefile
==============================================================================
--- head/devel/py-future/Makefile	Wed Jul 27 20:42:46 2016	(r419196)
+++ head/devel/py-future/Makefile	Wed Jul 27 20:45:27 2016	(r419197)
@@ -3,6 +3,7 @@
 
 PORTNAME=	future
 PORTVERSION=	0.15.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 regression-test: build


More information about the svn-ports-head mailing list