svn commit: r462373 - head/security/py-stem

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 20 06:48:59 UTC 2018


Author: yuri
Date: Tue Feb 20 06:48:59 2018
New Revision: 462373
URL: https://svnweb.freebsd.org/changeset/ports/462373

Log:
  security/py-stem: Added USE_PYTHON=concurrent
  
  PR:		225542
  Submitted by:	myself
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/security/py-stem/Makefile

Modified: head/security/py-stem/Makefile
==============================================================================
--- head/security/py-stem/Makefile	Tue Feb 20 06:39:09 2018	(r462372)
+++ head/security/py-stem/Makefile	Tue Feb 20 06:48:59 2018	(r462373)
@@ -3,6 +3,7 @@
 
 PORTNAME=	stem
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +20,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-m
 		${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist concurrent
 NO_ARCH=	yes
 
 do-test:


More information about the svn-ports-all mailing list