mail/phplist: Enable support for PHP83+, update dependencies

According to documentation of phplist:
 - php81+ is supported;
 - needed php-module simplexml.
https://resources.phplist.com/system/start?s[]=requirements

PR:	284406
This commit is contained in:
Krzysztof 2025-01-28 21:46:01 +03:00 committed by Vladimir Druzenko
parent cbffd4e553
commit 3c8e26a2d7

View file

@ -1,5 +1,6 @@
PORTNAME= phplist
DISTVERSION= 3.6.15
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
@ -14,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
USES= cpe tar:tgz php:web,flavors
USE_PHP= curl gd gettext iconv imap mbstring mysqli session xml zlib
IGNORE_WITH_PHP= 83 84
USE_PHP= curl gd gettext iconv imap mbstring mysqli session simplexml xml zlib
NO_ARCH= yes
NO_BUILD= yes