Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 21:49:41 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157850: [update] net-mgmt/fetchconfig to 0.20
Message-ID:  <201106132149.p5DLnfGC047388@red.freebsd.org>
Resent-Message-ID: <201106132150.p5DLoCtu092546@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157850
>Category:       ports
>Synopsis:       [update] net-mgmt/fetchconfig to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 21:50:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 0.20
--Add support for Cisco PIX
-Add LICENSE

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/fetchconfig/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	3 Jun 2011 11:23:46 -0000	1.5
+++ Makefile	13 Jun 2011 21:46:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fetchconfig
-PORTVERSION=	0.19
+PORTVERSION=	0.20
 CATEGORIES=	net-mgmt
 MASTER_SITES=	SAVANNAH
 
@@ -23,9 +23,13 @@
 		model/Dell.pm model/Detector.pm model/FortiGate.pm \
 		model/Parks.pm model/ProCurve.pm model/Riverstone.pm \
 		model/DmSwitch.pm model/Terayon.pm Constants.pm Logger.pm \
-		model/3ComMSR.pm model/CiscoASA.pm model/MikroTik.pm
+		model/3ComMSR.pm model/CiscoASA.pm model/MikroTik.pm \
+		model/CiscoPIX.pm
 PORTDOCS=	CHANGES README device_table.example
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 post-patch:
 	@${REINPLACE_CMD} -e '1s|.*|#!${PERL} -w|' ${WRKSRC}/${PORTNAME}.pl
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/fetchconfig/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	3 Jun 2011 11:23:46 -0000	1.5
+++ distinfo	13 Jun 2011 21:46:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (fetchconfig-0.19.tar.gz) = ef3cc41291d0d4ef6fd926b26bedc7e3f24d48671ba9e3d3c5c4545ecc20c885
-SIZE (fetchconfig-0.19.tar.gz) = 25700
+SHA256 (fetchconfig-0.20.tar.gz) = 5f036e5330af8324e5b604a752571ea83d23fdc0501f03173017f0fddaaebce6
+SIZE (fetchconfig-0.20.tar.gz) = 26105
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/fetchconfig/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	3 Jun 2011 11:23:46 -0000	1.3
+++ pkg-plist	13 Jun 2011 21:46:47 -0000
@@ -4,6 +4,7 @@
 %%SITE_PERL%%/fetchconfig/model/CiscoASA.pm
 %%SITE_PERL%%/fetchconfig/model/CiscoCAT.pm
 %%SITE_PERL%%/fetchconfig/model/CiscoIOS.pm
+%%SITE_PERL%%/fetchconfig/model/CiscoPIX.pm
 %%SITE_PERL%%/fetchconfig/model/Dell.pm
 %%SITE_PERL%%/fetchconfig/model/Detector.pm
 %%SITE_PERL%%/fetchconfig/model/DmSwitch.pm


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106132149.p5DLnfGC047388>