diff options
author | rafan <rafan@FreeBSD.org> | 2008-05-21 09:58:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-05-21 09:58:49 +0800 |
commit | e363d94fd6c7bddfc8922577423398df39d5c9b8 (patch) | |
tree | 00dfa522554809a20e48a6f021a5c077f4e1596e /net-mgmt/fetchconfig | |
parent | 24ec7bcb51ae5216bd622aa153f976cbf05a03b7 (diff) | |
download | freebsd-ports-gnome-e363d94fd6c7bddfc8922577423398df39d5c9b8.tar.gz freebsd-ports-gnome-e363d94fd6c7bddfc8922577423398df39d5c9b8.tar.zst freebsd-ports-gnome-e363d94fd6c7bddfc8922577423398df39d5c9b8.zip |
- Add missing file
- Bump PORTREVISION
PR: ports/123834
Submitted by: salexanov at gmail.com (maintainer)
Diffstat (limited to 'net-mgmt/fetchconfig')
-rw-r--r-- | net-mgmt/fetchconfig/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/fetchconfig/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
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 |