summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-06-28 00:13:13 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-06-28 00:13:13 +0000
commit608f82ea252fe932c2b9d10c4a9d9419df183be9 (patch)
treec9b6d274f41d4e76b32ef8a5aeb8330af286bef3 /net-mgmt
parent- Update to 1.2.0. (diff)
- Update to 0.20.
- Add LICENSE. PR: ports/157850 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=276534
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/fetchconfig/Makefile8
-rw-r--r--net-mgmt/fetchconfig/distinfo4
-rw-r--r--net-mgmt/fetchconfig/pkg-plist1
3 files changed, 9 insertions, 4 deletions
diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile
index 6bc9ecd07b60..530560a5e509 100644
--- a/net-mgmt/fetchconfig/Makefile
+++ b/net-mgmt/fetchconfig/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fetchconfig
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= net-mgmt
MASTER_SITES= SAVANNAH
@@ -23,9 +23,13 @@ MODULES= model/Abstract.pm model/CiscoCAT.pm model/CiscoIOS.pm \
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
diff --git a/net-mgmt/fetchconfig/distinfo b/net-mgmt/fetchconfig/distinfo
index 34c7452e999d..2104c763ae77 100644
--- a/net-mgmt/fetchconfig/distinfo
+++ b/net-mgmt/fetchconfig/distinfo
@@ -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
diff --git a/net-mgmt/fetchconfig/pkg-plist b/net-mgmt/fetchconfig/pkg-plist
index f182680b25a5..e68a4de7b770 100644
--- a/net-mgmt/fetchconfig/pkg-plist
+++ b/net-mgmt/fetchconfig/pkg-plist
@@ -4,6 +4,7 @@ bin/fetchconfig
%%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