diff options
author | kai <kai@FreeBSD.org> | 2019-02-09 02:32:52 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-02-09 02:32:52 +0800 |
commit | 5ce345e472bf9bfa1800f71888741082a4e26f11 (patch) | |
tree | c01fda1b514b8f3673d30ed4253838f8e92195bd /net-mgmt | |
parent | 421620aae7f04e9c9c666bafdb56ab1ea327100d (diff) | |
download | freebsd-ports-gnome-5ce345e472bf9bfa1800f71888741082a4e26f11.tar.gz freebsd-ports-gnome-5ce345e472bf9bfa1800f71888741082a4e26f11.tar.zst freebsd-ports-gnome-5ce345e472bf9bfa1800f71888741082a4e26f11.zip |
net-mgmt/py-ciscoconfparse: Update to 1.3.29
Notable changes since 1.3.20:
* Fix open() syntax with Python 3.5
* Add IP helper-address parsing in models_cisco.py
Reviewed by: tcberner (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19121
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-ciscoconfparse/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/py-ciscoconfparse/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/py-ciscoconfparse/Makefile b/net-mgmt/py-ciscoconfparse/Makefile index bc390eb55315..d81910ccef4c 100644 --- a/net-mgmt/py-ciscoconfparse/Makefile +++ b/net-mgmt/py-ciscoconfparse/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ciscoconfparse -DISTVERSION= 1.3.20 +DISTVERSION= 1.3.29 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.pre.mk> diff --git a/net-mgmt/py-ciscoconfparse/distinfo b/net-mgmt/py-ciscoconfparse/distinfo index 9d74e0380310..53963d48dee1 100644 --- a/net-mgmt/py-ciscoconfparse/distinfo +++ b/net-mgmt/py-ciscoconfparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530600124 -SHA256 (ciscoconfparse-1.3.20.tar.gz) = 0abb2895cf301c061f698810c44f93a0b61eef0bbe15d1abe4c1ff2dd9abbad2 -SIZE (ciscoconfparse-1.3.20.tar.gz) = 91854 +TIMESTAMP = 1549636282 +SHA256 (ciscoconfparse-1.3.29.tar.gz) = ac2420a4e50103b1206f9f03cec21f5802b4c16438f980b589756aa1ecd9484d +SIZE (ciscoconfparse-1.3.29.tar.gz) = 93105 |