summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2015-12-08 18:06:08 +0000
committermiwi <miwi@FreeBSD.org>2015-12-08 18:06:08 +0000
commit309aabd0f5fa93b312d640615196b88d7bf27648 (patch)
treef483fe13ea5a06177f44c98b100e304357fe5ef1
parent41217907f1bf0624bdba501120e43cfd02e595cb (diff)
downloadFreeBSD-ports-309aabd0f5fa93b312d640615196b88d7bf27648.zip
FreeBSD-ports-309aabd0f5fa93b312d640615196b88d7bf27648.tar.gz
- Update to 2.033004
PR: 204753 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4341
-rw-r--r--net-mgmt/netdisco/Makefile4
-rw-r--r--net-mgmt/netdisco/distinfo4
-rw-r--r--net-mgmt/netdisco/files/patch-Makefile.PL21
-rw-r--r--net-mgmt/netdisco/pkg-plist4
4 files changed, 29 insertions, 4 deletions
diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile
index 9c76696..451fdb1 100644
--- a/net-mgmt/netdisco/Makefile
+++ b/net-mgmt/netdisco/Makefile
@@ -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} \
diff --git a/net-mgmt/netdisco/distinfo b/net-mgmt/netdisco/distinfo
index 310fb05..c53ca33 100644
--- a/net-mgmt/netdisco/distinfo
+++ b/net-mgmt/netdisco/distinfo
@@ -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
diff --git a/net-mgmt/netdisco/files/patch-Makefile.PL b/net-mgmt/netdisco/files/patch-Makefile.PL
new file mode 100644
index 0000000..1900186
--- /dev/null
+++ b/net-mgmt/netdisco/files/patch-Makefile.PL
@@ -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;
diff --git a/net-mgmt/netdisco/pkg-plist b/net-mgmt/netdisco/pkg-plist
index 390d35f..9520bc2 100644
--- a/net-mgmt/netdisco/pkg-plist
+++ b/net-mgmt/netdisco/pkg-plist
@@ -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
OpenPOWER on IntegriCloud