From 9ca7c2ced81df8a25cd2131184083067f09d50ca Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Mon, 9 May 2022 11:27:30 +0800 Subject: www/ilias6: Add missing PHP modules Adjust CONFLICTS --- www/ilias6/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/ilias6/Makefile b/www/ilias6/Makefile index 19e14e4b1629..8e64f96af3cc 100644 --- a/www/ilias6/Makefile +++ b/www/ilias6/Makefile @@ -2,6 +2,7 @@ PORTNAME= ilias PORTVERSION= 6.17 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www education PKGNAMESUFFIX= 6${PHP_PKGNAMESUFFIX} @@ -11,7 +12,7 @@ COMMENT= Powerful, dynamic, PHP and MySQL based e-learning platform LICENSE= GPLv2 -CONFLICTS= ilias-5.4.[0-9]* +CONFLICTS= ilias-7.[0-9]* DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 EXPIRATION_DATE=2022-11-28 @@ -34,8 +35,9 @@ IGNORE_WITH_PHP= 80 81 NO_BUILD= yes PLIST= ${WRKDIR}/plist -USE_PHP= curl ldap pdo_mysql gd pdf dom pcre session simplexml \ - soap xmlrpc xmlwriter xsl zlib +USE_PHP= curl dom fileinfo gd iconv ldap pdo_mysql \ + pdf pcre session simplexml \ + soap tokenizer xmlrpc xmlreader xmlwriter xsl zlib ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata PLIST_SUB= ILIASDATADIR=${ILIASDATADIR} -- cgit v1.2.3