Date: Tue, 19 Jun 2018 01:55:49 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472744 - head/net/py-coherence Message-ID: <201806190155.w5J1tncf029923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190155.w5J1tncf029923>