Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 21:57:58 +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: r499800 - head/net-mgmt/observium
Message-ID:  <201904232157.x3NLvwiH050309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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