Date: Wed, 27 Jul 2016 20:45:28 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419197 - head/devel/py-future Message-ID: <201607272045.u6RKjSnf093723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607272045.u6RKjSnf093723>