Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 18:44:41 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399711 - in head/net-mgmt/librenms: . files
Message-ID:  <201510191844.t9JIif4l097952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Mon Oct 19 18:44:41 2015
New Revision: 399711
URL: https://svnweb.freebsd.org/changeset/ports/399711

Log:
  net-mgmt/librenms: Update version 201509=>201510

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

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Mon Oct 19 18:41:01 2015	(r399710)
+++ head/net-mgmt/librenms/Makefile	Mon Oct 19 18:44:41 2015	(r399711)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librenms
-PORTVERSION=	201509
+PORTVERSION=	201510
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.librenms.org/
 

Modified: head/net-mgmt/librenms/distinfo
==============================================================================
--- head/net-mgmt/librenms/distinfo	Mon Oct 19 18:41:01 2015	(r399710)
+++ head/net-mgmt/librenms/distinfo	Mon Oct 19 18:44:41 2015	(r399711)
@@ -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

Modified: head/net-mgmt/librenms/files/patch-includes_defaults.inc.php
==============================================================================
--- head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Oct 19 18:41:01 2015	(r399710)
+++ head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Oct 19 18:44:41 2015	(r399711)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191844.t9JIif4l097952>