svn commit: r472745 - head/devel/py-Faker

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


Author: yuri
Date: Tue Jun 19 01:58:17 2018
New Revision: 472745
URL: https://svnweb.freebsd.org/changeset/ports/472745

Log:
  devel/py-Faker: Add USE_PYTHON=concurrent
  
  Approved by:	portmgr

Modified:
  head/devel/py-Faker/Makefile

Modified: head/devel/py-Faker/Makefile
==============================================================================
--- head/devel/py-Faker/Makefile	Tue Jun 19 01:55:49 2018	(r472744)
+++ head/devel/py-Faker/Makefile	Tue Jun 19 01:58:17 2018	(r472745)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Faker
 PORTVERSION=	0.8.15
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,6 @@ COMMENT=	Generate fake data using python
 LICENSE=	MIT
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list