Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 10:22:40 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559061 - head/net-mgmt/glpi-plugins-fusioninventory-server
Message-ID:  <202012241022.0BOAMeZj094000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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