aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/librenms
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-10-19 18:44:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-10-19 18:44:41 +0000
commitf7219dc0a5dd6909b957af0db9371588291a8717 (patch)
treea9c9e5f566ae086d29cbe63e2a19a2a551d4eeda /net-mgmt/librenms
parent670c3111ae9f34e472efc561b3a80a2270b907f3 (diff)
downloadports-f7219dc0a5dd6909b957af0db9371588291a8717.tar.gz
ports-f7219dc0a5dd6909b957af0db9371588291a8717.zip
Notes
Diffstat (limited to 'net-mgmt/librenms')
-rw-r--r--net-mgmt/librenms/Makefile2
-rw-r--r--net-mgmt/librenms/distinfo4
-rw-r--r--net-mgmt/librenms/files/patch-includes_defaults.inc.php11
3 files changed, 10 insertions, 7 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile
index 397fab5b07a3..50a3d8080aff 100644
--- a/net-mgmt/librenms/Makefile
+++ b/net-mgmt/librenms/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= librenms
-PORTVERSION= 201509
+PORTVERSION= 201510
CATEGORIES= net-mgmt
MASTER_SITES= http://www.librenms.org/
diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo
index 14ef3cf92231..612eafdc5159 100644
--- a/net-mgmt/librenms/distinfo
+++ b/net-mgmt/librenms/distinfo
@@ -1,2 +1,2 @@
-SHA256 (librenms-librenms-201509_GH0.tar.gz) = 920f8ede391f532ffb53e9fb481386506d4bfaf211601d5ca3a759e99dccbfea
-SIZE (librenms-librenms-201509_GH0.tar.gz) = 28524457
+SHA256 (librenms-librenms-201510_GH0.tar.gz) = 6e2d2ee4ca8ec0a1bbd6d1fade74934c3422628999bba05f3c27a5b267e3829a
+SIZE (librenms-librenms-201510_GH0.tar.gz) = 28624442
diff --git a/net-mgmt/librenms/files/patch-includes_defaults.inc.php b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
index cc34a3b246c8..da6c70ed7b15 100644
--- a/net-mgmt/librenms/files/patch-includes_defaults.inc.php
+++ b/net-mgmt/librenms/files/patch-includes_defaults.inc.php
@@ -1,22 +1,25 @@
---- includes/defaults.inc.php.orig 2015-09-06 18:47:34 UTC
+--- includes/defaults.inc.php.orig 2015-10-16 23:09:41 UTC
+++ includes/defaults.inc.php
@@ -40,7 +40,7 @@ $config['project_name'] = 'LibreNMS';
$config['project_id'] = strtolower($config['project_name']);
$config['temp_dir'] = '/tmp';
-$config['install_dir'] = '/opt/'.$config['project_id'];
-+$config['install_dir'] = '/usr/local/www/' . $config['project_id'];
++$config['install_dir'] = '/usr/local/www/'.$config['project_id'];
$config['log_dir'] = $config['install_dir'].'/logs';
// MySQL extension to use
-@@ -50,24 +50,24 @@ $config['db']['extension'] = 'mysq
+@@ -50,26 +50,26 @@ $config['db']['extension'] = 'mysq
$config['own_hostname'] = 'localhost';
// Location of executables
-$config['rrdtool'] = '/usr/bin/rrdtool';
--$config['fping'] = '/usr/bin/fping';
+$config['rrdtool'] = '/usr/local/bin/rrdtool';
+ $config['rrdtool_version'] = 1.4; // Doesn't need to contain minor numbers.
+-$config['fping'] = '/usr/bin/fping';
+-$config['fping6'] = 'fping6';
+$config['fping'] = '/usr/local/sbin/fping';
++$config['fping6'] = '/usr/local/sbin/fping6';
$config['fping_options']['retries'] = 3;
$config['fping_options']['timeout'] = 500;
$config['fping_options']['count'] = 3;