svn commit: r440642 - head/security/py-gixy

Dan Langille dvl at FreeBSD.org
Thu May 11 18:17:41 UTC 2017


Author: dvl
Date: Thu May 11 18:17:40 2017
New Revision: 440642
URL: https://svnweb.freebsd.org/changeset/ports/440642

Log:
  add missing RUN_DEPENDS: devel/py-argparse
  bump PORTVERSION

Modified:
  head/security/py-gixy/Makefile

Modified: head/security/py-gixy/Makefile
==============================================================================
--- head/security/py-gixy/Makefile	Thu May 11 18:14:51 2017	(r440641)
+++ head/security/py-gixy/Makefile	Thu May 11 18:17:40 2017	(r440642)
@@ -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}cac
 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


More information about the svn-ports-all mailing list