FreeBSD Bugzilla – Attachment 163437 Details for
Bug 204753
[MAINTAINER UPDATE] net-mgmt/netdisco: update to 2.033004
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff net-mgmt/netdisco to 2.033004
netdisco-2.033004.diff (text/plain), 4.46 KB, created by
geoffroy desvernay
on 2015-11-22 18:33:20 UTC
(
hide
)
Description:
svn diff net-mgmt/netdisco to 2.033004
Filename:
MIME Type:
Creator:
geoffroy desvernay
Created:
2015-11-22 18:33:20 UTC
Size:
4.46 KB
patch
obsolete
>Index: net-mgmt/netdisco/Makefile >=================================================================== >--- net-mgmt/netdisco/Makefile (revision 402224) >+++ net-mgmt/netdisco/Makefile (working copy) >@@ -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 @@ > 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} \ >Index: net-mgmt/netdisco/distinfo >=================================================================== >--- net-mgmt/netdisco/distinfo (revision 402224) >+++ net-mgmt/netdisco/distinfo (working copy) >@@ -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 >Index: net-mgmt/netdisco/files/netdiscologs.conf.sample.in >=================================================================== >--- net-mgmt/netdisco/files/netdiscologs.conf.sample.in (revision 402224) >+++ net-mgmt/netdisco/files/netdiscologs.conf.sample.in (working copy) >@@ -1,2 +1,2 @@ >-/var/log/netdisco/netdisco-web.log %%NETDISCO_USER%%:%%NETDISCO_GROUP%% 640 7 1000 * JC /var/run/netdisco/netdisco-web.log >-/var/log/netdisco/netdisco-daemon.log %%NETDISCO_USER%%:%%NETDISCO_GROUP%% 640 7 1000 * JC /var/run/netdisco/netdisco-daemon.log >+/var/log/netdisco/netdisco-web.log %%NETDISCO_USER%%:%%NETDISCO_GROUP%% 640 7 1000 * JC /var/run/netdisco/netdisco-web.pid >+/var/log/netdisco/netdisco-daemon.log %%NETDISCO_USER%%:%%NETDISCO_GROUP%% 640 7 1000 * JC /var/run/netdisco/netdisco-daemon.pid >Index: net-mgmt/netdisco/files/patch-Makefile.PL >=================================================================== >--- net-mgmt/netdisco/files/patch-Makefile.PL (nonexistent) >+++ net-mgmt/netdisco/files/patch-Makefile.PL (working copy) >@@ -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; > >Property changes on: net-mgmt/netdisco/files/patch-Makefile.PL >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net-mgmt/netdisco/pkg-plist >=================================================================== >--- net-mgmt/netdisco/pkg-plist (revision 402224) >+++ net-mgmt/netdisco/pkg-plist (working copy) >@@ -116,6 +116,8 @@ > %%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 @@ > %%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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204753
: 163437