svn commit: r427604 - head/databases/py-pgcli

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 08:32:28 UTC 2016


Author: sunpoet
Date: Sat Dec  3 08:32:26 2016
New Revision: 427604
URL: https://svnweb.freebsd.org/changeset/ports/427604

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Bump PORTREVISION for package change

Modified:
  head/databases/py-pgcli/Makefile

Modified: head/databases/py-pgcli/Makefile
==============================================================================
--- head/databases/py-pgcli/Makefile	Sat Dec  3 08:32:22 2016	(r427603)
+++ head/databases/py-pgcli/Makefile	Sat Dec  3 08:32:26 2016	(r427604)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pgcli
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clic
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.6:devel/py-wcwidth
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		pgsql python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list