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

Mikael Urankar mikael at FreeBSD.org
Thu Dec 24 10:22:40 UTC 2020


Author: mikael
Date: Thu Dec 24 10:22:39 2020
New Revision: 559061
URL: https://svnweb.freebsd.org/changeset/ports/559061

Log:
  net-mgmt/glpi-plugins-fusioninventory-server: remove wddx extension
  
  It doesn't exist with php 7.4
  
  PR:		251864
  Reported by:	O. Hartmann

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	Thu Dec 24 10:15:59 2020	(r559060)
+++ head/net-mgmt/glpi-plugins-fusioninventory-server/Makefile	Thu Dec 24 10:22:39 2020	(r559061)
@@ -20,7 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	fusioninventory
 GH_PROJECT=	fusioninventory-for-glpi
 GH_TAGNAME=	glpi090+${FUNV_VER}
-USE_PHP=	fileinfo simplexml wddx
+USE_PHP=	fileinfo simplexml
 
 GLPI_VER=	0.90
 FUNV_VER=	1.3


More information about the svn-ports-all mailing list