svn commit: r427603 - head/databases/py-mycli

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


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

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

Modified:
  head/databases/py-mycli/Makefile

Modified: head/databases/py-mycli/Makefile
==============================================================================
--- head/databases/py-mycli/Makefile	Sat Dec  3 08:31:50 2016	(r427602)
+++ head/databases/py-mycli/Makefile	Sat Dec  3 08:32:22 2016	(r427603)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mycli
 PORTVERSION=	1.8.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clic
 		${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		mysql python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list