From 3c8e26a2d7a40324bcb8d167951aa3d842bcade2 Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Tue, 28 Jan 2025 21:46:01 +0300 Subject: [PATCH] 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 --- mail/phplist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile index b7b1fd84d997..5e88fad73a00 100644 --- a/mail/phplist/Makefile +++ b/mail/phplist/Makefile @@ -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