git: 3c8e26a2d7a4 - main - mail/phplist: Enable support for PHP83+, update dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 18:53:36 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c8e26a2d7a40324bcb8d167951aa3d842bcade2 commit 3c8e26a2d7a40324bcb8d167951aa3d842bcade2 Author: Krzysztof <ports@bsdserwis.com> AuthorDate: 2025-01-28 18:46:01 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-28 18:53:10 +0000 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