svn commit: r447685 - branches/2017Q3/www/glpi
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Aug 10 15:25:10 UTC 2017
Author: tz
Date: Thu Aug 10 15:25:09 2017
New Revision: 447685
URL: https://svnweb.freebsd.org/changeset/ports/447685
Log:
MFH: r447631
www/glpi: Add dom to PHP dependency list
Without the extension the port is not functional
PR: 220842
Reported by: dasti <stievenard.david at gmail.com>
Approved by: ports-secteam (zi)
Modified:
branches/2017Q3/www/glpi/Makefile
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/www/glpi/Makefile
==============================================================================
--- branches/2017Q3/www/glpi/Makefile Thu Aug 10 15:19:06 2017 (r447684)
+++ branches/2017Q3/www/glpi/Makefile Thu Aug 10 15:25:09 2017 (r447685)
@@ -3,7 +3,7 @@
PORTNAME= glpi
PORTVERSION= 9.1.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/
@@ -15,7 +15,7 @@ LICENSE= GPLv2
USES= cpe gettext php tar:tgz
CPE_VENDOR= glpi-project
-USE_PHP= ctype curl fileinfo filter gd json mbstring mysqli \
+USE_PHP= ctype curl dom fileinfo filter gd json mbstring mysqli \
pcre session simplexml wddx xml xmlrpc zlib
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list