svn commit: r472744 - head/net/py-coherence

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 01:55:50 UTC 2018


Author: yuri
Date: Tue Jun 19 01:55:49 2018
New Revision: 472744
URL: https://svnweb.freebsd.org/changeset/ports/472744

Log:
  net/py-coherence: Add USE_PYTHON=concurrent

Modified:
  head/net/py-coherence/Makefile

Modified: head/net/py-coherence/Makefile
==============================================================================
--- head/net/py-coherence/Makefile	Tue Jun 19 01:54:22 2018	(r472743)
+++ head/net/py-coherence/Makefile	Tue Jun 19 01:55:49 2018	(r472744)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Coherence
 PORTVERSION=	0.6.6.2
+PORTREVISION=	1
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -22,7 +23,7 @@ GH_ACCOUNT=	coherence-project
 GH_TAGNAME=	4d5ee5f
 
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list