Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2019 06:35:36 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502859 - head/net-mgmt/icingaweb2-module-vsphere
Message-ID:  <201905280635.x4S6ZafA021638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue May 28 06:35:36 2019
New Revision: 502859
URL: https://svnweb.freebsd.org/changeset/ports/502859

Log:
  net-mgmt/icingaweb2-module-vsphere: Spell USE_PHP correctly

Modified:
  head/net-mgmt/icingaweb2-module-vsphere/Makefile

Modified: head/net-mgmt/icingaweb2-module-vsphere/Makefile
==============================================================================
--- head/net-mgmt/icingaweb2-module-vsphere/Makefile	Tue May 28 06:15:12 2019	(r502858)
+++ head/net-mgmt/icingaweb2-module-vsphere/Makefile	Tue May 28 06:35:36 2019	(r502859)
@@ -3,7 +3,7 @@
 PORTNAME=	icingaweb2-module-vsphere
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	lme@FreeBSD.org
@@ -15,7 +15,7 @@ RUN_DEPENDS=	icingaweb2>=2.4.1:net-mgmt/icingaweb2 \
 USE_GITHUB=	yes
 GH_ACCOUNT=	icinga
 
-USES_PHP=	posix soap
+USE_PHP=	posix soap
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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