svn commit: r502859 - head/net-mgmt/icingaweb2-module-vsphere

Tobias Kortkamp tobik at FreeBSD.org
Tue May 28 06:35:37 UTC 2019


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 at 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


More information about the svn-ports-all mailing list