svn commit: r511563 - head/net-mgmt/py-ciscoconfparse

Kai Knoblich kai at FreeBSD.org
Sun Sep 8 11:59:46 UTC 2019


Author: kai
Date: Sun Sep  8 11:59:45 2019
New Revision: 511563
URL: https://svnweb.freebsd.org/changeset/ports/511563

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.4.5
  
  Changelog since 1.4.3:
  
  * Add support for NXOS in "find_interface_objects()" method
  * Fix "append_line()" function when parsing ASA configurations
  * Fix broken regular expressions in "has_ip_pim()" methods

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	Sun Sep  8 10:48:19 2019	(r511562)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Sun Sep  8 11:59:45 2019	(r511563)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.4.3
+DISTVERSION=	1.4.5
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Sun Sep  8 10:48:19 2019	(r511562)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Sun Sep  8 11:59:45 2019	(r511563)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566645333
-SHA256 (ciscoconfparse-1.4.3.tar.gz) = 1ce7a137eefab4e3b69a650df6fde8b027fabacc272e201a08f57f6d0860256b
-SIZE (ciscoconfparse-1.4.3.tar.gz) = 127472
+TIMESTAMP = 1567933659
+SHA256 (ciscoconfparse-1.4.5.tar.gz) = 7c72b749830858b8b5a6c7424ce48e21bd5d9e504330a96593b682d3db4d2cbe
+SIZE (ciscoconfparse-1.4.5.tar.gz) = 127507


More information about the svn-ports-all mailing list