Created attachment 257056 [details] poudriere testport log Hello, This is cosmetic change. According to documentation of phplist php81+ is supported, so phplist should work with php83 and php84. Also I've checked requierements for phplist, so Makefile is updated with needed php-modules. I've checked these changes with poudriere - test port logfile is attached also.
Created attachment 257057 [details] patch which enables support of PHP83+ adding patch file
Link to phplist requierements: https://resources.phplist.com/system/start?s[]=requirements
A commit in branch main references this bug: 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(-)
Thanks.