Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 21:21:13 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454581 - in head/net-mgmt/librenms: . files
Message-ID:  <201711202121.vAKLLDcl073498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Mon Nov 20 21:21:13 2017
New Revision: 454581
URL: https://svnweb.freebsd.org/changeset/ports/454581

Log:
  Upgrade to 1.33.01

Deleted:
  head/net-mgmt/librenms/files/patch-daily.sh
  head/net-mgmt/librenms/files/patch-includes_common.php
  head/net-mgmt/librenms/files/patch-validate.php
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 Nov 20 21:05:35 2017	(r454580)
+++ head/net-mgmt/librenms/Makefile	Mon Nov 20 21:21:13 2017	(r454581)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librenms
-PORTVERSION=	1.28
+PORTVERSION=	1.33.01
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 
@@ -15,8 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	librenms
 
 USES=		php:cli python shebangfix
-SHEBANG_FILES=	mibs/process.pl scripts/auth_test.php scripts/deploy-docs.sh \
-		scripts/deploy-schema.sh scripts/github-remove \
+SHEBANG_FILES=	scripts/auth_test.php scripts/deploy-docs.sh scripts/github-remove \
 		scripts/Migration/Standard_Conversion/convert_no_xml.sh \
 		scripts/Migration/Standard_Conversion/destwork_no_xml.sh \
 		scripts/Migration/Standard_Conversion/mkdir.sh \
@@ -87,7 +86,7 @@ ROOT_FILES=	addhost.php adduser.php	alerts.php build-b
 		delhost.php discovery-wrapper.py discovery.php dist-pollers.php irc.php \
 		mkdocs.yml pbin.sh phpunit.xml poll-billing.php poller.php poller-service.py \
 		poller-wrapper.py readmegen.yml renamehost.php services-wrapper.py \
-		snmp-scan.php snmptrap.php syslog.php validate.php
+		snmptrap.php syslog.php validate.php
 
 ROOT_DIRS=	LibreNMS contrib doc html includes lib mibs misc scripts sql-schema tests vendor
 

Modified: head/net-mgmt/librenms/distinfo
==============================================================================
--- head/net-mgmt/librenms/distinfo	Mon Nov 20 21:05:35 2017	(r454580)
+++ head/net-mgmt/librenms/distinfo	Mon Nov 20 21:21:13 2017	(r454581)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496573562
-SHA256 (librenms-librenms-1.28_GH0.tar.gz) = ef77dbbbd90c67f2620f1eb2ff57d07903faca9e2a54b20e5fbe9cc247fe4a91
-SIZE (librenms-librenms-1.28_GH0.tar.gz) = 57805277
+TIMESTAMP = 1511119483
+SHA256 (librenms-librenms-1.33.01_GH0.tar.gz) = ca5f3d5a606efd445291c14126c9216d1a595dc37f330cc00284d5d42f6bf5e9
+SIZE (librenms-librenms-1.33.01_GH0.tar.gz) = 60473613

Modified: head/net-mgmt/librenms/files/patch-includes_defaults.inc.php
==============================================================================
--- head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Nov 20 21:05:35 2017	(r454580)
+++ head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Mon Nov 20 21:21:13 2017	(r454581)
@@ -1,17 +1,6 @@
---- includes/defaults.inc.php.orig	2017-03-26 12:06:00 UTC
-+++ includes/defaults.inc.php
-@@ -41,26 +41,26 @@ $config['db_port']               = 3306;
- $config['own_hostname'] = 'localhost';
- 
- // Location of executables
--$config['rrdtool']                  = '/usr/bin/rrdtool';
-+$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;
+--- 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 @@
  $config['fping_options']['timeout'] = 500;
  $config['fping_options']['count']   = 3;
  $config['fping_options']['millisec'] = 200;
@@ -21,21 +10,21 @@
 +$config['snmpwalk']                  = '/usr/local/bin/snmpwalk';
 +$config['snmpget']                   = '/usr/local/bin/snmpget';
 +$config['snmpbulkwalk']              = '/usr/local/bin/snmpbulkwalk';
+ $config['snmptranslate']             = '/usr/bin/snmptranslate';
  $config['whois']          = '/usr/bin/whois';
 -$config['ping']           = '/bin/ping';
 -$config['mtr']            = '/usr/bin/mtr';
 -$config['nmap']           = '/usr/bin/nmap';
--$config['nagios_plugins'] = '/usr/lib/nagios/plugins';
++$config['ping']           = '/sbin/ping';
++$config['mtr']            = '/usr/local/bin/mtr';
++$config['nmap']           = '/usr/local/bin/nmap';
+ $config['nagios_plugins'] = '/usr/lib/nagios/plugins';
 -$config['ipmitool']       = '/usr/bin/ipmitool';
 -$config['virsh']          = '/usr/bin/virsh';
 -$config['dot']            = '/usr/bin/dot';
 -$config['sfdp']           = '/usr/bin/sfdp';
-+$config['ping']           = '/sbin/ping';
-+$config['mtr']            = '/usr/local/bin/mtr';
-+$config['nmap']           = '/usr/local/bin/nmap';
-+$config['nagios_plugins'] = '/usr/local/libexec/nagios';
 +$config['ipmitool']       = '/usr/local/bin/ipmitool';
-+$config['virsh']          = '/usr/local/bin/virsh';
++$config['virsh']          = '/usr/lacal/bin/virsh';
 +$config['dot']            = '/usr/local/bin/dot';
 +$config['sfdp']           = '/usr/local/bin/sfdp';
  



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