Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2018 00:03:19 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466194 - head/net-mgmt/py-ciscoconfparse
Message-ID:  <201804020003.w3203Jcu059598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <freebsd_ports@k-worx.org> (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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddr>=2.1.11:devel/py-ipaddr@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

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



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