Date: Fri, 29 Mar 2019 11:41:41 +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: r497107 - head/net-mgmt/glpi-plugins-fusioninventory-server Message-ID: <201903291141.x2TBffh1056962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903291141.x2TBffh1056962>