Date: Sat, 11 Jan 2020 12:18:08 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522681 - in branches/2020Q1/net-mgmt/observium: . files Message-ID: <202001111218.00BCI8ig003102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Sat Jan 11 12:18:08 2020 New Revision: 522681 URL: https://svnweb.freebsd.org/changeset/ports/522681 Log: MFH: r522628 net-mgmt/observium: unbreak and update to 19.8 community release Community edition release 19.8 from 2019-08-22 PR: 243031 Submitted by: fluffy Approved by: maintainer timeout (>1w) Approved by: ports-secteam (joneum) Modified: branches/2020Q1/net-mgmt/observium/Makefile branches/2020Q1/net-mgmt/observium/distinfo branches/2020Q1/net-mgmt/observium/files/patch-includes_defaults.inc.php Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/net-mgmt/observium/Makefile ============================================================================== --- branches/2020Q1/net-mgmt/observium/Makefile Sat Jan 11 12:16:33 2020 (r522680) +++ branches/2020Q1/net-mgmt/observium/Makefile Sat Jan 11 12:18:08 2020 (r522681) @@ -3,8 +3,8 @@ # Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php PORTNAME= observium -PORTVERSION= 0.18.9.1 -PORTREVISION= 1 +PORTVERSION= 0.19.8 +PORTREVISION= 0 CATEGORIES= net-mgmt MASTER_SITES= http://www.observium.org/ DISTNAME= ${PORTNAME}-community-latest @@ -12,8 +12,6 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= feld@FreeBSD.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring - -BROKEN= unfetchable LICENSE= EULA LICENSE_NAME= "Observium License Version 1.0" Modified: branches/2020Q1/net-mgmt/observium/distinfo ============================================================================== --- branches/2020Q1/net-mgmt/observium/distinfo Sat Jan 11 12:16:33 2020 (r522680) +++ branches/2020Q1/net-mgmt/observium/distinfo Sat Jan 11 12:18:08 2020 (r522681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556045788 -SHA256 (observium-0.18.9.1/observium-community-latest.tar.gz) = b182abb41483389b2e18e8d336560733680f38d66b1dc2f291cbf113a7e1f4d7 -SIZE (observium-0.18.9.1/observium-community-latest.tar.gz) = 76524711 +TIMESTAMP = 1577933625 +SHA256 (observium-0.19.8/observium-community-latest.tar.gz) = 0603cc81c1fede6b87b187fde64843e11d6ed44f32705c68c41ddccf05d90d5b +SIZE (observium-0.19.8/observium-community-latest.tar.gz) = 85994042 Modified: branches/2020Q1/net-mgmt/observium/files/patch-includes_defaults.inc.php ============================================================================== --- branches/2020Q1/net-mgmt/observium/files/patch-includes_defaults.inc.php Sat Jan 11 12:16:33 2020 (r522680) +++ branches/2020Q1/net-mgmt/observium/files/patch-includes_defaults.inc.php Sat Jan 11 12:18:08 2020 (r522681) @@ -1,6 +1,6 @@ ---- includes/defaults.inc.php.orig 2017-09-07 22:26:04 UTC +--- includes/defaults.inc.php.orig 2019-08-23 07:09:46 UTC +++ includes/defaults.inc.php -@@ -36,7 +36,7 @@ $config['db']['debug'] = TRUE; +@@ -57,7 +57,7 @@ $config['db']['debug'] = TRUE; // If TRUE // Default directories @@ -9,7 +9,7 @@ #$config['html_dir'] = $config['install_dir'] . "/html"; #$config['rrd_dir'] = $config['install_dir'] . "/rrd"; #$config['template_dir'] = $config['install_dir'] . "/templates"; -@@ -50,29 +50,29 @@ $config['db']['debug'] = TRUE; +@@ -71,30 +71,30 @@ $config['db']['debug'] = TRUE; // If TRUE // Location of executables @@ -18,6 +18,7 @@ -$config['fping6'] = "/usr/bin/fping6"; -$config['snmpwalk'] = "/usr/bin/snmpwalk"; -$config['snmpget'] = "/usr/bin/snmpget"; +-$config['snmpgetnext'] = "/usr/bin/snmpgetnext"; -$config['snmpbulkget'] = "/usr/bin/snmpbulkget"; -$config['snmpbulkwalk'] = "/usr/bin/snmpbulkwalk"; -$config['snmptranslate'] = "/usr/bin/snmptranslate"; @@ -26,6 +27,7 @@ +$config['fping6'] = "/usr/local/sbin/fping6"; +$config['snmpwalk'] = "/usr/local/bin/snmpwalk"; +$config['snmpget'] = "/usr/local/bin/snmpget"; ++$config['snmpgetnext'] = "/usr/local/bin/snmpgetnext"; +$config['snmpbulkget'] = "/usr/local/bin/snmpbulkget"; +$config['snmpbulkwalk'] = "/usr/local/bin/snmpbulkwalk"; +$config['snmptranslate'] = "/usr/local/bin/snmptranslate";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001111218.00BCI8ig003102>