1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Add missing file

- Bump PORTREVISION

PR:		ports/123834
Submitted by:	salexanov at gmail.com (maintainer)
This commit is contained in:
Rong-En Fan 2008-05-21 01:58:49 +00:00
parent b908a40f65
commit 3ad02154fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213435
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= fetchconfig
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= SAVANNAH
@ -22,7 +23,7 @@ NO_BUILD= yes
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/Terayon.pm Constants.pm Logger.pm
model/DmSwitch.pm model/Terayon.pm Constants.pm Logger.pm
PORTDOCS= CHANGES README device_table.example
post-patch:

View File

@ -4,6 +4,7 @@ bin/fetchconfig
%%SITE_PERL%%/fetchconfig/model/CiscoIOS.pm
%%SITE_PERL%%/fetchconfig/model/Dell.pm
%%SITE_PERL%%/fetchconfig/model/Detector.pm
%%SITE_PERL%%/fetchconfig/model/DmSwitch.pm
%%SITE_PERL%%/fetchconfig/model/FortiGate.pm
%%SITE_PERL%%/fetchconfig/model/Parks.pm
%%SITE_PERL%%/fetchconfig/model/ProCurve.pm