From owner-svn-ports-head@freebsd.org Thu May 11 18:17:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62F65D68877; Thu, 11 May 2017 18:17:41 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34CE81E14; Thu, 11 May 2017 18:17:41 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4BIHehK065167; Thu, 11 May 2017 18:17:40 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4BIHeRN065166; Thu, 11 May 2017 18:17:40 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201705111817.v4BIHeRN065166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Thu, 11 May 2017 18:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440642 - head/security/py-gixy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2017 18:17:41 -0000 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