Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 21:43:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499799 - in head/net-mgmt/observium: . files
Message-ID:  <201904232143.x3NLhH0q044889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Apr 23 21:43:17 2019
New Revision: 499799
URL: https://svnweb.freebsd.org/changeset/ports/499799

Log:
  net-mgmt/observium: Update to 0.18.9.1

Modified:
  head/net-mgmt/observium/Makefile
  head/net-mgmt/observium/distinfo
  head/net-mgmt/observium/files/observium.conf.sample.in

Modified: head/net-mgmt/observium/Makefile
==============================================================================
--- head/net-mgmt/observium/Makefile	Tue Apr 23 21:39:37 2019	(r499798)
+++ head/net-mgmt/observium/Makefile	Tue Apr 23 21:43:17 2019	(r499799)
@@ -3,8 +3,8 @@
 # Observium version can be found by looking at ${WRKSRC}/includes/definitions/version.inc.php
 
 PORTNAME=	observium
-PORTVERSION=	0.17.9.8859
-PORTREVISION=	1
+PORTVERSION=	0.18.9.1
+PORTREVISION=	0
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.observium.org/
 DISTNAME=	${PORTNAME}-community-latest
@@ -22,7 +22,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		php:cli python${PY_MYSQL} shebangfix
 SHEBANG_FILES=	\
-		mibs/process.pl \
 		poller-wrapper.py \
 		poller.php \
 		scripts/
@@ -65,11 +64,12 @@ WMIC_RUN_DEPENDS=	wmic:net-mgmt/wmi-client
 SUB_FILES+=	pkg-message observium.conf.sample
 SUB_LIST+=	PHP="${PHPBASE}/bin/php" PYTHON=${PHPBASE}/bin/python
 
-ROOT_FILES=	add_device.php adduser.php alerter.php alerts.php \
+ROOT_FILES=	add_device.php adduser.php alerter.php \
 		check-errors.php check-services.php config_to_json.php \
 		config.php.default delete_device.php discovery.php housekeeping.php \
 		irc.php poller-wrapper.py poller.php rename_device.php \
-		snmptrap.php snmptrap.php syslog.php test_alert.php
+		snmp.conf.example snmpd.conf.example \
+		snmptrap.php snmptrap.php syslog.php test_alert.php test_code.php VERSION
 ROOT_DIRS=	html includes libs logs mibs rrd scripts templates tests update
 
 PORTDOCS=	INSTALL README VERSION

Modified: head/net-mgmt/observium/distinfo
==============================================================================
--- head/net-mgmt/observium/distinfo	Tue Apr 23 21:39:37 2019	(r499798)
+++ head/net-mgmt/observium/distinfo	Tue Apr 23 21:43:17 2019	(r499799)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513523116
-SHA256 (observium-0.17.9.8859/observium-community-latest.tar.gz) = dcf2f72b1a1389d523f44bba31bccf72598bb5014c2850f8f3f70a30f0cc05ac
-SIZE (observium-0.17.9.8859/observium-community-latest.tar.gz) = 71030546
+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

Modified: head/net-mgmt/observium/files/observium.conf.sample.in
==============================================================================
--- head/net-mgmt/observium/files/observium.conf.sample.in	Tue Apr 23 21:39:37 2019	(r499798)
+++ head/net-mgmt/observium/files/observium.conf.sample.in	Tue Apr 23 21:43:17 2019	(r499799)
@@ -5,8 +5,16 @@
 #
 # Replace the '*:8080' by the actual virtual host(name)
 # you will be using; and consider enabling SSL. An example 
-# can be fund at e /usr/local/etc/apache24/extra/httpd-ssl.conf
+# can be found at /usr/local/etc/apache24/extra/httpd-ssl.conf
 #
+
+<IfModule !rewrite_module>
+LoadModule rewrite_module libexec/apache24/mod_rewrite.so
+</IfModule>
+
+<IfModule !php7_module>
+LoadModule php7_module        libexec/apache24/libphp7.so
+</IfModule>
 
 Listen *:8080
 <VirtualHost *:8080>



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