From owner-svn-ports-head@freebsd.org Mon Apr 2 00:03:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A77DEF85155; Mon, 2 Apr 2018 00:03:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46D3684796; Mon, 2 Apr 2018 00:03:19 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4162C62FD; Mon, 2 Apr 2018 00:03:19 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3203JtY059600; Mon, 2 Apr 2018 00:03:19 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3203Jcu059598; Mon, 2 Apr 2018 00:03:19 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201804020003.w3203Jcu059598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 2 Apr 2018 00:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466194 - head/net-mgmt/py-ciscoconfparse X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-mgmt/py-ciscoconfparse X-SVN-Commit-Revision: 466194 X-SVN-Commit-Repository: ports 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.25 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: Mon, 02 Apr 2018 00:03:19 -0000 Author: dbaio Date: Mon Apr 2 00:03:18 2018 New Revision: 466194 URL: https://svnweb.freebsd.org/changeset/ports/466194 Log: net-mgmt/py-ciscoconfparse: Update to 1.3.11 Dependency devel/py-ipaddr is only necessary with Python 2. While here, update LICENSE. PR: 227162 Submitted by: Kai (maintainer) Modified: head/net-mgmt/py-ciscoconfparse/Makefile head/net-mgmt/py-ciscoconfparse/distinfo Modified: head/net-mgmt/py-ciscoconfparse/Makefile ============================================================================== --- head/net-mgmt/py-ciscoconfparse/Makefile Mon Apr 2 00:01:13 2018 (r466193) +++ head/net-mgmt/py-ciscoconfparse/Makefile Mon Apr 2 00:03:18 2018 (r466194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ciscoconfparse -DISTVERSION= 1.3.10 +DISTVERSION= 1.3.11 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,16 +9,23 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= freebsd_ports@k-worx.org COMMENT= Parse, audit, query, build and modify Cisco IOS-style configurations -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR} +.endif + +.include Modified: head/net-mgmt/py-ciscoconfparse/distinfo ============================================================================== --- head/net-mgmt/py-ciscoconfparse/distinfo Mon Apr 2 00:01:13 2018 (r466193) +++ head/net-mgmt/py-ciscoconfparse/distinfo Mon Apr 2 00:03:18 2018 (r466194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521923586 -SHA256 (ciscoconfparse-1.3.10.tar.gz) = e4b69af27501b2d16e1deb55661733113b083999bff68ed836b38acd10d504fe -SIZE (ciscoconfparse-1.3.10.tar.gz) = 91396 +TIMESTAMP = 1522624592 +SHA256 (ciscoconfparse-1.3.11.tar.gz) = e49f4104bf34029b3d58004e04a1c62e7977b5bcfe68c9869668005fa900261b +SIZE (ciscoconfparse-1.3.11.tar.gz) = 91393