svn commit: r458907 - head/devel/py-tabulate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 13 08:13:43 UTC 2018


Author: sunpoet
Date: Sat Jan 13 08:13:40 2018
New Revision: 458907
URL: https://svnweb.freebsd.org/changeset/ports/458907

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Bump PORTREVISION for package change
  
  PR:		224689
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 14 days)

Modified:
  head/devel/py-tabulate/Makefile

Modified: head/devel/py-tabulate/Makefile
==============================================================================
--- head/devel/py-tabulate/Makefile	Sat Jan 13 08:13:35 2018	(r458906)
+++ head/devel/py-tabulate/Makefile	Sat Jan 13 08:13:40 2018	(r458907)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tabulate
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list