Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 17:50:43 +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: r512912 - in head/net-mgmt/librenms: . files
Message-ID:  <201909261750.x8QHohub031156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Thu Sep 26 17:50:43 2019
New Revision: 512912
URL: https://svnweb.freebsd.org/changeset/ports/512912

Log:
  Update to 1.55
  
  re: https://github.com/librenms/librenms/releases/tag/1.55

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	Thu Sep 26 17:42:25 2019	(r512911)
+++ head/net-mgmt/librenms/Makefile	Thu Sep 26 17:50:43 2019	(r512912)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librenms
-PORTVERSION=	1.54
+PORTVERSION=	1.55
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -18,7 +18,7 @@ USES=		python${PY_MYSQL} shebangfix
 # RELEASE_TIMESTAMP is used for a patch inside the vendor code
 # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01
 # It sits here so you remember to update it with each release
-RELEASE_TIMESTAMP=	1564368454
+RELEASE_TIMESTAMP=	1567484342
 
 # perhaps we also need python-memcache python-mysqldb
 RUN_DEPENDS+=	rrdtool:databases/rrdtool \
@@ -77,7 +77,6 @@ SHEBANG_FILES=	scripts/auth_test.php scripts/deploy-do
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/flush-definition-cache.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/old-remove-require-once.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/config-scanner.php \
-		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/flush.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/add-vimline.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/remove-trailing-whitespace.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/merge-library.php \
@@ -87,7 +86,6 @@ SHEBANG_FILES=	scripts/auth_test.php scripts/deploy-do
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/generate-schema-cache.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/old-remove-schema-def.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/generate-entity-file.php \
-		../${PORTNAME}-vendor-${PORTVERSION}/ezyang/htmlpurifier/maintenance/update-config.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php \
 		../${PORTNAME}-vendor-${PORTVERSION}/tecnickcom/tcpdf/tools/tcpdf_addfont.php
 

Modified: head/net-mgmt/librenms/distinfo
==============================================================================
--- head/net-mgmt/librenms/distinfo	Thu Sep 26 17:42:25 2019	(r512911)
+++ head/net-mgmt/librenms/distinfo	Thu Sep 26 17:50:43 2019	(r512912)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1567343557
-SHA256 (librenms-vendor-1.54.tar.gz) = 4ec8ae34494ae3239878e31abec9d35e507d17364457fce9a8c07ad3ba95b1bc
-SIZE (librenms-vendor-1.54.tar.gz) = 32803235
-SHA256 (librenms-librenms-1.54_GH0.tar.gz) = 1bf8b092086c570005223d004e44ca6813c8c73b0d6ecb5b79f85f704c96d2f9
-SIZE (librenms-librenms-1.54_GH0.tar.gz) = 38085800
+TIMESTAMP = 1569512374
+SHA256 (librenms-vendor-1.55.tar.gz) = 134da418c83ffd4b3704c378d1ca3804c49ce1d3c599835742f1425065a347f1
+SIZE (librenms-vendor-1.55.tar.gz) = 32947502
+SHA256 (librenms-librenms-1.55_GH0.tar.gz) = 1d38138f6c9a1ee9c14da4d829121485786629ffef422d6acd45efc5bb0b6e9b
+SIZE (librenms-librenms-1.55_GH0.tar.gz) = 39969023

Modified: head/net-mgmt/librenms/files/patch-includes_defaults.inc.php
==============================================================================
--- head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Thu Sep 26 17:42:25 2019	(r512911)
+++ head/net-mgmt/librenms/files/patch-includes_defaults.inc.php	Thu Sep 26 17:50:43 2019	(r512912)
@@ -1,6 +1,6 @@
---- includes/defaults.inc.php.orig	2018-10-17 10:33:28 UTC
+--- includes/defaults.inc.php.orig	2019-09-03 04:19:02 UTC
 +++ includes/defaults.inc.php
-@@ -49,19 +49,19 @@ $config['own_hostname'] = 'localhost';
+@@ -49,20 +49,20 @@ $config['own_hostname'] = 'localhost';
  $config['fping_options']['timeout'] = 500;
  $config['fping_options']['count']   = 3;
  $config['fping_options']['interval'] = 500;
@@ -16,19 +16,20 @@
 -$config['ping']           = '/bin/ping';
 -$config['mtr']            = '/usr/bin/mtr';
 -$config['nmap']           = '/usr/bin/nmap';
--$config['nagios_plugins'] = '/usr/lib/nagios/plugins';
++$config['ping']           = '/dbin/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/sbin/mtr';
-+$config['nmap']           = '/usr/local/bin/nmap';
-+$config['nagios_plugins'] = '/usr/local/libexec/nagios';
+-$config['nfdump']         = '/usr/bin/nfdump';
 +$config['ipmitool']       = '/usr/local/bin/ipmitool';
 +$config['virsh']          = '/usr/local/bin/virsh';
 +$config['dot']            = '/usr/local/bin/dot';
 +$config['sfdp']           = '/usr/local/bin/sfdp';
++$config['nfdump']         = '/usr/local/bin/nfdump';
  
  $config['slow_statistics'] = true;
  // THIS WILL CHANGE TO FALSE IN FUTURE



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