svn commit: r446018 - head/net-mgmt/p5-Cisco-Reconfig
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 16 16:09:53 UTC 2017
Author: sunpoet
Date: Sun Jul 16 16:09:51 2017
New Revision: 446018
URL: https://svnweb.freebsd.org/changeset/ports/446018
Log:
Update to 0.912
- Reformat pkg-descr
Changes: http://search.cpan.org/dist/Cisco-Reconfig/Changes
Modified:
head/net-mgmt/p5-Cisco-Reconfig/Makefile
head/net-mgmt/p5-Cisco-Reconfig/distinfo
head/net-mgmt/p5-Cisco-Reconfig/pkg-descr
Modified: head/net-mgmt/p5-Cisco-Reconfig/Makefile
==============================================================================
--- head/net-mgmt/p5-Cisco-Reconfig/Makefile Sun Jul 16 16:09:46 2017 (r446017)
+++ head/net-mgmt/p5-Cisco-Reconfig/Makefile Sun Jul 16 16:09:51 2017 (r446018)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Cisco-Reconfig
-PORTVERSION= 0.911
-PORTREVISION= 1
+PORTVERSION= 0.912
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,9 +12,6 @@ COMMENT= Parse and generate Cisco configuration files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-
-BUILD_DEPENDS= p5-IO-String>=0:devel/p5-IO-String
-RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
Modified: head/net-mgmt/p5-Cisco-Reconfig/distinfo
==============================================================================
--- head/net-mgmt/p5-Cisco-Reconfig/distinfo Sun Jul 16 16:09:46 2017 (r446017)
+++ head/net-mgmt/p5-Cisco-Reconfig/distinfo Sun Jul 16 16:09:51 2017 (r446018)
@@ -1,2 +1,3 @@
-SHA256 (Cisco-Reconfig-0.911.tar.gz) = c9529bc0e77b8cc56ee12422ce82696513efdaab85bb76bca47f9d7dadaeb2d9
-SIZE (Cisco-Reconfig-0.911.tar.gz) = 25452
+TIMESTAMP = 1500204191
+SHA256 (Cisco-Reconfig-0.912.tar.gz) = 8d01f557ca25e9ada9ac348938939f715f34b398893025cf6b996d3fd89fda3a
+SIZE (Cisco-Reconfig-0.912.tar.gz) = 25818
Modified: head/net-mgmt/p5-Cisco-Reconfig/pkg-descr
==============================================================================
--- head/net-mgmt/p5-Cisco-Reconfig/pkg-descr Sun Jul 16 16:09:46 2017 (r446017)
+++ head/net-mgmt/p5-Cisco-Reconfig/pkg-descr Sun Jul 16 16:09:51 2017 (r446018)
@@ -1,15 +1,14 @@
Cisco::Reconfig makes it easier to write programs to generate changes to Cisco
configuration files.
-Cisco::Reconfig is a module that parses Cisco router configuration files. It
-doesn't have any real understanding of Cisco configurations so it might be
-useful for other similar configuration languages. It knows that nesting is shown
-by indentation. It knows that ! means a comment. It knows that no may proceed a
-line without changing where that line exists in the hierarchy. It doesn't know
-much else.
+Cisco::Reconfig is a module that parses Cisco router configuration files. It doesn't
+have any real understanding of Cisco configurations so it might be useful for other
+similar configuration languages. It knows that nesting is shown by indentation.
+It knows that ! means a comment. It knows that no may proceed a line without
+changing where that line exists in the hierarchy. It doesn't know much else.
-Cisco::Reconfig can be used to modify configurations. The set() method will
-check the current configruation and return commands to change it if it is other
-than what is wanted (as passed to the set() method).
+Cisco::Reconfig can be used to modify configurations. The set() method will check
+the current configruation and return commands to change it if it is other than
+what is wanted (as passed to the set() method).
WWW: http://search.cpan.org/dist/Cisco-Reconfig/
More information about the svn-ports-head
mailing list