aboutsummaryrefslogtreecommitdiff
path: root/security/py-gixy
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2017-05-11 18:17:40 +0000
committerDan Langille <dvl@FreeBSD.org>2017-05-11 18:17:40 +0000
commit365ccee1dc10d5ddf8bf14e1883a25e9d1dc0bdb (patch)
tree238b21e42370b7d21e1e38e3ad764f76631b93d5 /security/py-gixy
parentcd4259e24f168837c84045f5dc076f3489332f7a (diff)
downloadports-365ccee1dc10d5ddf8bf14e1883a25e9d1dc0bdb.tar.gz
ports-365ccee1dc10d5ddf8bf14e1883a25e9d1dc0bdb.zip
add missing RUN_DEPENDS: devel/py-argparse
bump PORTVERSION
Notes
Notes: svn path=/head/; revision=440642
Diffstat (limited to 'security/py-gixy')
-rw-r--r--security/py-gixy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-gixy/Makefile b/security/py-gixy/Makefile
index f93bc716b12f..29958dca2f03 100644
--- a/security/py-gixy/Makefile
+++ b/security/py-gixy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gixy
PORTVERSION= 0.1.3
+PORTREVISION= 1
CATEGORIES= security www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,6 +18,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.2.0:devel/py-cached-prop
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configargparse>=0.11.0:devel/py-configargparse
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>=1.4.0:devel/py-argparse
NO_ARCH= yes
USES= python