svn commit: r499800 - head/net-mgmt/observium

Mark Felder feld at FreeBSD.org
Tue Apr 23 21:57:59 UTC 2019


Author: feld
Date: Tue Apr 23 21:57:57 2019
New Revision: 499800
URL: https://svnweb.freebsd.org/changeset/ports/499800

Log:
  net-mgmt/observium: Minor improvements
  
  pkg-message was giving wrong cron advice

Modified:
  head/net-mgmt/observium/Makefile

Modified: head/net-mgmt/observium/Makefile
==============================================================================
--- head/net-mgmt/observium/Makefile	Tue Apr 23 21:43:17 2019	(r499799)
+++ head/net-mgmt/observium/Makefile	Tue Apr 23 21:57:57 2019	(r499800)
@@ -4,7 +4,7 @@
 
 PORTNAME=	observium
 PORTVERSION=	0.18.9.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.observium.org/
 DISTNAME=	${PORTNAME}-community-latest
@@ -62,7 +62,7 @@ WMIC_RUN_DEPENDS=	wmic:net-mgmt/wmi-client
 .include <bsd.port.options.mk>
 
 SUB_FILES+=	pkg-message observium.conf.sample
-SUB_LIST+=	PHP="${PHPBASE}/bin/php" PYTHON=${PHPBASE}/bin/python
+SUB_LIST+=	PHP="${PREFIX}/bin/php" PYTHON="${PYTHON_CMD}"
 
 ROOT_FILES=	add_device.php adduser.php alerter.php \
 		check-errors.php check-services.php config_to_json.php \


More information about the svn-ports-head mailing list