aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/librenms
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2017-11-20 23:33:36 +0000
committerDan Langille <dvl@FreeBSD.org>2017-11-20 23:33:36 +0000
commit2751f7e4c63eac3b3b3f36d112cb33cfea0dd663 (patch)
tree943f71957bf3a19173ea6c06ddb3a539538f8fdf /net-mgmt/librenms
parent0dcfa619d3e2a194e74a12725a7765b8bc0b76f4 (diff)
downloadports-2751f7e4c63eac3b3b3f36d112cb33cfea0dd663.tar.gz
ports-2751f7e4c63eac3b3b3f36d112cb33cfea0dd663.zip
Set path to rrdtool
Notes
Notes: svn path=/head/; revision=454583
Diffstat (limited to 'net-mgmt/librenms')
-rw-r--r--net-mgmt/librenms/Makefile1
-rw-r--r--net-mgmt/librenms/files/patch-includes_defaults.inc.php6
2 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index a92f45805fff..0146b26974b6 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -3,6 +3,7 @@
PORTNAME= librenms
PORTVERSION= 1.33.01
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
diff --git a/net-mgmt/librenms/files/patch-includes_defaults.inc.php b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
index 759fd6bad45e..27ade5e35b20 100644
--- a/net-mgmt/librenms/files/patch-includes_defaults.inc.php
+++ b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
@@ -1,6 +1,6 @@
--- includes/defaults.inc.php.orig 2017-11-01 17:55:06.000000000 +0000
-+++ includes/defaults.inc.php 2017-11-20 21:06:51.816968000 +0000
-@@ -48,19 +48,19 @@
++++ includes/defaults.inc.php 2017-11-20 23:16:29.419902000 +0000
+@@ -48,19 +48,21 @@
$config['fping_options']['timeout'] = 500;
$config['fping_options']['count'] = 3;
$config['fping_options']['millisec'] = 200;
@@ -23,6 +23,8 @@
-$config['virsh'] = '/usr/bin/virsh';
-$config['dot'] = '/usr/bin/dot';
-$config['sfdp'] = '/usr/bin/sfdp';
++$config['rrdtool'] = '/usr/local/bin/rrdtool';
++$config['rrdtool_version'] = 1.7;
+$config['ipmitool'] = '/usr/local/bin/ipmitool';
+$config['virsh'] = '/usr/lacal/bin/virsh';
+$config['dot'] = '/usr/local/bin/dot';