aboutsummaryrefslogtreecommitdiff
path: root/databases/py-mycli
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-03 08:32:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-03 08:32:22 +0000
commita4359324aeb5e37e5a26a526c59538f5bfe8a2b6 (patch)
tree37ae587519f14f1f66079fc2bd0322f808c1c9f4 /databases/py-mycli
parent0ba0392f6a536f2abfc464f09af729c08523e8c9 (diff)
downloadports-a4359324aeb5e37e5a26a526c59538f5bfe8a2b6.tar.gz
ports-a4359324aeb5e37e5a26a526c59538f5bfe8a2b6.zip
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=427603
Diffstat (limited to 'databases/py-mycli')
-rw-r--r--databases/py-mycli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-mycli/Makefile b/databases/py-mycli/Makefile
index 91df72d357e6..0869cd9d0ae8 100644
--- a/databases/py-mycli/Makefile
+++ b/databases/py-mycli/Makefile
@@ -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}click>=4.1:devel/py-click \
${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>