From nobody@FreeBSD.org  Mon Jun 13 21:49:41 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 94521106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Jun 2011 21:49:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6AE7A8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Jun 2011 21:49:41 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5DLnfoF047389
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 13 Jun 2011 21:49:41 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p5DLnfGC047388;
	Mon, 13 Jun 2011 21:49:41 GMT
	(envelope-from nobody)
Message-Id: <201106132149.p5DLnfGC047388@red.freebsd.org>
Date: Mon, 13 Jun 2011 21:49:41 GMT
From: Ryan Steinmetz <rpsfa@rit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] net-mgmt/fetchconfig to 0.20
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: salexanov@gmail.com

>Number:         157850
>Category:       ports
>Synopsis:       [update] net-mgmt/fetchconfig to 0.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 21:50:12 UTC 2011
>Closed-Date:    Tue Jun 28 00:15:39 UTC 2011
>Last-Modified:  Tue Jun 28 00:20:08 UTC 2011
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 13 21:50:21 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157850 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Mon Jun 13 21:51:17 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157850 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: salexanov@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157850: [update] net-mgmt/fetchconfig to 0.20
Date: Mon, 13 Jun 2011 21:50:20 UT

 Maintainer of net-mgmt/fetchconfig,
 
 Please note that PR ports/157850 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157850
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Jun 28 00:15:38 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157850 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157850: commit references a PR
Date: Tue, 28 Jun 2011 00:13:22 +0000 (UTC)

 wxs         2011-06-28 00:13:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/fetchconfig Makefile distinfo pkg-plist 
   Log:
   - Update to 0.20.
   - Add LICENSE.
   
   PR:             ports/157850
   Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.6       +6 -2      ports/net-mgmt/fetchconfig/Makefile
   1.6       +2 -2      ports/net-mgmt/fetchconfig/distinfo
   1.4       +1 -0      ports/net-mgmt/fetchconfig/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
