svn commit: r497107 - head/net-mgmt/glpi-plugins-fusioninventory-server

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 29 11:41:42 UTC 2019


Author: tobik
Date: Fri Mar 29 11:41:41 2019
New Revision: 497107
URL: https://svnweb.freebsd.org/changeset/ports/497107

Log:
  net-mgmt/glpi-plugins-fusioninventory-server: Fix USES=php usage after r424988

Modified:
  head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile

Modified: head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile
==============================================================================
--- head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile	Fri Mar 29 11:35:15 2019	(r497106)
+++ head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile	Fri Mar 29 11:41:41 2019	(r497107)
@@ -3,6 +3,7 @@
 
 PORTNAME=	server
 PORTVERSION=	${GLPI_VER}.${FUNV_VER}
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 PKGNAMEPREFIX=	glpi-plugins-fusioninventory-
@@ -14,12 +15,13 @@ LICENSE=	AGPLv3
 
 RUN_DEPENDS=	glpi>=0.90:www/glpi
 
+USES=		gettext php shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	fusioninventory
 GH_PROJECT=	fusioninventory-for-glpi
 GH_TAGNAME=	glpi090+${FUNV_VER}
+USE_PHP=	fileinfo simplexml wddx
 
-USES=		gettext php:fileinfo php:simplexml php:wddx shebangfix
 GLPI_VER=	0.90
 FUNV_VER=	1.3
 NO_BUILD=	yes


More information about the svn-ports-all mailing list