mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
net-mgmt/netdisco: upgrade to 2.044015
PR: 244009 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
This commit is contained in:
parent
a79ba37548
commit
aecc00f3ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528015
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netdisco
|
||||
DISTVERSION= 2.044004
|
||||
DISTVERSION= 2.044015
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:OLIVER
|
||||
@ -25,6 +25,8 @@ RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
|
||||
p5-App-cpanminus>=1.6108:devel/p5-App-cpanminus \
|
||||
p5-App-local-lib-helper>=0.07:devel/p5-App-local-lib-helper \
|
||||
p5-Archive-Extract>=0:archivers/p5-Archive-Extract \
|
||||
p5-Authen-Radius>=0:security/p5-Authen-Radius \
|
||||
p5-Authen-TacacsPlus>=0:security/p5-Authen-TacacsPlus \
|
||||
p5-CGI-Expand>=2.05:www/p5-CGI-Expand \
|
||||
p5-Data-Printer>=0:devel/p5-Data-Printer \
|
||||
p5-DBIx-Class-Helpers>=2.033004:databases/p5-DBIx-Class-Helpers \
|
||||
@ -62,6 +64,7 @@ RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
|
||||
p5-Plack-Middleware-Debug>=0:www/p5-Plack-Middleware-Debug \
|
||||
p5-Plack-Middleware-Expires>=0.03:www/p5-Plack-Middleware-Expires \
|
||||
p5-Plack-Middleware-ReverseProxy>=0.15:www/p5-Plack-Middleware-ReverseProxy \
|
||||
p5-Regexp-Common>=0:textproc/p5-Regexp-Common \
|
||||
p5-Role-Tiny>=1.002005:devel/p5-Role-Tiny \
|
||||
p5-Sereal>=0:converters/p5-Sereal \
|
||||
p5-Socket6>=0.23:net/p5-Socket6 \
|
||||
@ -70,6 +73,7 @@ RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg \
|
||||
p5-SNMP-Info>=3.64:net-mgmt/p5-SNMP-Info \
|
||||
p5-SQL-Translator>=0.11018:databases/p5-SQL-Translator \
|
||||
p5-Template-Toolkit>=2.24:www/p5-Template-Toolkit \
|
||||
p5-Template-AutoFilter>=0:textproc/p5-Template-AutoFilter \
|
||||
p5-Template-Plugin-CSV>=0.04:textproc/p5-Template-Plugin-CSV \
|
||||
p5-Template-Plugin-Number-Format>=1.02:www/p5-Template-Plugin-Number-Format \
|
||||
p5-Term-UI>=0:devel/p5-Term-UI \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574793717
|
||||
SHA256 (App-Netdisco-2.044004.tar.gz) = 2353b09affa53f34ac9a51f5adab8e839807752e2be92d442862594408c7d0f9
|
||||
SIZE (App-Netdisco-2.044004.tar.gz) = 3816009
|
||||
TIMESTAMP = 1581668264
|
||||
SHA256 (App-Netdisco-2.044015.tar.gz) = c4af13d81d28aded190db2fe6c81ecdb42476e607f252264b3e24bdffc4c00cf
|
||||
SIZE (App-Netdisco-2.044015.tar.gz) = 3819596
|
||||
|
@ -69,6 +69,7 @@ bin/netdisco-web-fg
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodesDiscovered.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/OrphanedDevices.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/PollerPerformance.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/PortMacs.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/PortUtilization.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/PortVLANMismatch.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/SlowDevices.pm
|
||||
@ -108,6 +109,7 @@ bin/netdisco-web-fg
|
||||
%%SITE_PERL%%/App/Netdisco/SSHCollector/Platform/Linux.pm
|
||||
%%SITE_PERL%%/App/Netdisco/SSHCollector/Platform/NXOS.pm
|
||||
%%SITE_PERL%%/App/Netdisco/SSHCollector/Platform/PaloAlto.pm
|
||||
%%SITE_PERL%%/App/Netdisco/SSHCollector/Platform/VOSS.pm
|
||||
%%SITE_PERL%%/App/Netdisco/Transport/SNMP.pm
|
||||
%%SITE_PERL%%/App/Netdisco/Transport/SSH.pm
|
||||
%%SITE_PERL%%/App/Netdisco/Util/DNS.pm
|
||||
@ -561,6 +563,7 @@ bin/netdisco-web-fg
|
||||
%%PERL5_MAN3%%/App::Netdisco::SSHCollector::Platform::Linux.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::SSHCollector::Platform::NXOS.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::SSHCollector::Platform::PaloAlto.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::SSHCollector::Platform::VOSS.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::Transport::SNMP.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::Transport::SSH.3.gz
|
||||
%%PERL5_MAN3%%/App::Netdisco::Util::DNS.3.gz
|
||||
@ -586,3 +589,4 @@ bin/netdisco-web-fg
|
||||
@owner netdisco
|
||||
@mode 0750
|
||||
%%ETCDIR%%/perl5/bin/localenv
|
||||
@dir %%ETCDIR%%/perl5
|
||||
|
Loading…
Reference in New Issue
Block a user