Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 18:17:40 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440642 - head/security/py-gixy
Message-ID:  <201705111817.v4BIHeRN065166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705111817.v4BIHeRN065166>