[Midnightbsd-cvs] mports [22041] trunk/net-mgmt/p5-Cisco-Reconfig: update to 911

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 30 14:22:06 EDT 2016


Revision: 22041
          http://svnweb.midnightbsd.org/mports/?rev=22041
Author:   laffer1
Date:     2016-10-30 14:22:06 -0400 (Sun, 30 Oct 2016)
Log Message:
-----------
update to 911

Modified Paths:
--------------
    trunk/net-mgmt/p5-Cisco-Reconfig/Makefile
    trunk/net-mgmt/p5-Cisco-Reconfig/distinfo
    trunk/net-mgmt/p5-Cisco-Reconfig/pkg-descr
    trunk/net-mgmt/p5-Cisco-Reconfig/pkg-plist

Modified: trunk/net-mgmt/p5-Cisco-Reconfig/Makefile
===================================================================
--- trunk/net-mgmt/p5-Cisco-Reconfig/Makefile	2016-10-30 18:21:08 UTC (rev 22040)
+++ trunk/net-mgmt/p5-Cisco-Reconfig/Makefile	2016-10-30 18:22:06 UTC (rev 22041)
@@ -1,7 +1,7 @@
 # $MidnightBSD$ 
 
 PORTNAME=	Cisco-Reconfig
-PORTVERSION=	0.91
+PORTVERSION=	0.911
 PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
@@ -9,6 +9,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Parse and generate Cisco configuration files
+
 LICENSE=	perl
 
 RUN_DEPENDS=	${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
@@ -16,6 +17,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Cisco::Reconfig.3
-
 .include <bsd.port.mk>

Modified: trunk/net-mgmt/p5-Cisco-Reconfig/distinfo
===================================================================
--- trunk/net-mgmt/p5-Cisco-Reconfig/distinfo	2016-10-30 18:21:08 UTC (rev 22040)
+++ trunk/net-mgmt/p5-Cisco-Reconfig/distinfo	2016-10-30 18:22:06 UTC (rev 22041)
@@ -1,2 +1,2 @@
-SHA256 (Cisco-Reconfig-0.91.tar.gz) = 10b3bc3b458bf05d7d34c73b41c767d094a2d497f168184666bc2fe938b6ed58
-SIZE (Cisco-Reconfig-0.91.tar.gz) = 21465
+SHA256 (Cisco-Reconfig-0.911.tar.gz) = c9529bc0e77b8cc56ee12422ce82696513efdaab85bb76bca47f9d7dadaeb2d9
+SIZE (Cisco-Reconfig-0.911.tar.gz) = 25452

Modified: trunk/net-mgmt/p5-Cisco-Reconfig/pkg-descr
===================================================================
--- trunk/net-mgmt/p5-Cisco-Reconfig/pkg-descr	2016-10-30 18:21:08 UTC (rev 22040)
+++ trunk/net-mgmt/p5-Cisco-Reconfig/pkg-descr	2016-10-30 18:22:06 UTC (rev 22041)
@@ -1,15 +1,15 @@
-Cisco::Reconfig makes it easier to write programs to generate changes
-to Cisco configuration files.
+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/
+WWW: http://search.cpan.org/dist/Cisco-Reconfig/

Modified: trunk/net-mgmt/p5-Cisco-Reconfig/pkg-plist
===================================================================
--- trunk/net-mgmt/p5-Cisco-Reconfig/pkg-plist	2016-10-30 18:21:08 UTC (rev 22040)
+++ trunk/net-mgmt/p5-Cisco-Reconfig/pkg-plist	2016-10-30 18:22:06 UTC (rev 22041)
@@ -1,5 +1,3 @@
 %%SITE_PERL%%/Cisco/Reconfig.pm
 %%SITE_PERL%%/Cisco/Reconfig.pod
- at dirrmtry %%SITE_PERL%%/Cisco
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco
+%%PERL5_MAN3%%/Cisco::Reconfig.3.gz



More information about the Midnightbsd-cvs mailing list