svn commit: r454583 - in head/net-mgmt/librenms: . files

Dan Langille dvl at FreeBSD.org
Mon Nov 20 23:33:38 UTC 2017


Author: dvl
Date: Mon Nov 20 23:33:36 2017
New Revision: 454583
URL: https://svnweb.freebsd.org/changeset/ports/454583

Log:
  Set path to rrdtool

Modified:
  head/net-mgmt/librenms/Makefile
  head/net-mgmt/librenms/files/patch-includes_defaults.inc.php

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Mon Nov 20 22:23:37 2017	(r454582)
+++ head/net-mgmt/librenms/Makefile	Mon Nov 20 23:33:36 2017	(r454583)
@@ -3,6 +3,7 @@
 
 PORTNAME=	librenms
 PORTVERSION=	1.33.01
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 

Modified: head/net-mgmt/librenms/files/patch-includes_defaults.inc.php
==============================================================================
--- head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Nov 20 22:23:37 2017	(r454582)
+++ head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Nov 20 23:33:36 2017	(r454583)
@@ -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';


More information about the svn-ports-head mailing list