mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 2.033004
PR: 204753 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4341
This commit is contained in:
parent
fe8c540d4f
commit
0d9b97c607
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403325
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netdisco
|
||||
PORTVERSION= 2.032005
|
||||
PORTVERSION= 2.033004
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:OLIVER
|
||||
@ -77,7 +77,7 @@ USERS= netdisco
|
||||
GROUPS= netdisco
|
||||
|
||||
SUB_FILES= pkg-message netdiscologs.conf.sample localenv
|
||||
SUB_LIST= SITE_PERL=${STAGEDIR}${SITE_PERL} \
|
||||
SUB_LIST= SITE_PERL=${STAGEDIR}${PREFIX}/${SITE_PERL_REL} \
|
||||
NETDISCO_USER=${USERS} \
|
||||
NETDISCO_GROUP=${GROUPS} \
|
||||
ETCDIR=${ETCDIR} \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (App-Netdisco-2.032005.tar.gz) = c35d6b7d6c45a98ae0f6334d5552415ff0856e4617d6ecf8a77c46ff4322d183
|
||||
SIZE (App-Netdisco-2.032005.tar.gz) = 778348
|
||||
SHA256 (App-Netdisco-2.033004.tar.gz) = cb14b17940b4d8983bceb60498363015c281e5f8e64c3782e4e5063b66b8ccef
|
||||
SIZE (App-Netdisco-2.033004.tar.gz) = 773871
|
||||
|
21
net-mgmt/netdisco/files/patch-Makefile.PL
Normal file
21
net-mgmt/netdisco/files/patch-Makefile.PL
Normal file
@ -0,0 +1,21 @@
|
||||
--- Makefile.PL.orig 2015-09-17 12:02:49 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -69,12 +69,12 @@ if ( $^O eq 'linux' ) {
|
||||
}
|
||||
|
||||
configure_requires 'DBIx::Class' => '0.082801';
|
||||
-require DBIx::Class::Optional::Dependencies;
|
||||
-
|
||||
-my $deploy_deps = DBIx::Class::Optional::Dependencies->req_list_for('deploy');
|
||||
-foreach my $k (keys %$deploy_deps) {
|
||||
- requires $k => $deploy_deps->{$k};
|
||||
-}
|
||||
+#require DBIx::Class::Optional::Dependencies;
|
||||
+#
|
||||
+#my $deploy_deps = DBIx::Class::Optional::Dependencies->req_list_for('deploy');
|
||||
+#foreach my $k (keys %$deploy_deps) {
|
||||
+# requires $k => $deploy_deps->{$k};
|
||||
+#}
|
||||
|
||||
recommends 'Graph' => 0;
|
||||
recommends 'GraphViz' => 0;
|
@ -116,6 +116,8 @@ bin/netdisco-web-fg
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/DevicePoeStatus.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/GenericReport.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodeIp4.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodeIp6.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodeMonitor.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm
|
||||
%%SITE_PERL%%/App/Netdisco/DB/Result/Virtual/NodesDiscovered.pm
|
||||
@ -435,6 +437,8 @@ bin/netdisco-web-fg
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/ajax/search/vlan_csv.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/sidebar/report/generic_report.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/sidebar/report/nodesdiscovered.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/sidebar/report/portmultinodes.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/ajax/admintask/users_csv.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/ajax/statistics.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/device.tt
|
||||
%%SITE_PERL%%/auto/share/dist/App-Netdisco/views/index.tt
|
||||
|
Loading…
Reference in New Issue
Block a user