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

Kai Knoblich kai at FreeBSD.org
Wed Apr 10 07:37:15 UTC 2019


Author: kai
Date: Wed Apr 10 07:37:14 2019
New Revision: 498534
URL: https://svnweb.freebsd.org/changeset/ports/498534

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.3.33
  
  Changelog:
  
  * Fix bug with parse.delete_lines() where only every second sequential match
    was deleted.
  
  Approved by:	mentors (implicit)

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	Wed Apr 10 07:29:47 2019	(r498533)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Wed Apr 10 07:37:14 2019	(r498534)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.3.32
+DISTVERSION=	1.3.33
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Wed Apr 10 07:29:47 2019	(r498533)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Wed Apr 10 07:37:14 2019	(r498534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553285542
-SHA256 (ciscoconfparse-1.3.32.tar.gz) = 03aa8e39a3dacb199a30edfea119d1ed963b87f7db6df25ba23cfa306c5d7be4
-SIZE (ciscoconfparse-1.3.32.tar.gz) = 93857
+TIMESTAMP = 1554810654
+SHA256 (ciscoconfparse-1.3.33.tar.gz) = 23b04ec4d392484db3cdc512b7b131020b57d23856f0cb205100695a30735552
+SIZE (ciscoconfparse-1.3.33.tar.gz) = 93836


More information about the svn-ports-head mailing list