From e363d94fd6c7bddfc8922577423398df39d5c9b8 Mon Sep 17 00:00:00 2001 From: rafan Date: Wed, 21 May 2008 01:58:49 +0000 Subject: - Add missing file - Bump PORTREVISION PR: ports/123834 Submitted by: salexanov at gmail.com (maintainer) --- net-mgmt/fetchconfig/Makefile | 3 ++- net-mgmt/fetchconfig/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'net-mgmt/fetchconfig') diff --git a/net-mgmt/fetchconfig/Makefile b/net-mgmt/fetchconfig/Makefile index 5de805d0b458..1c2aff7c231a 100644 --- a/net-mgmt/fetchconfig/Makefile +++ b/net-mgmt/fetchconfig/Makefile @@ -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: diff --git a/net-mgmt/fetchconfig/pkg-plist b/net-mgmt/fetchconfig/pkg-plist index 1f9175dfde27..bc20346c94ba 100644 --- a/net-mgmt/fetchconfig/pkg-plist +++ b/net-mgmt/fetchconfig/pkg-plist @@ -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 -- cgit