Date: Mon, 10 Jan 2022 18:33:56 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 66a1aa908200 - main - Mark ports to IGNORE with new php81 Message-ID: <202201101833.20AIXupZ003128@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=66a1aa908200ac56e7cbc86aaffb6e0073b95674 commit 66a1aa908200ac56e7cbc86aaffb6e0073b95674 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-01-10 18:33:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-01-10 18:33:12 +0000 Mark ports to IGNORE with new php81 Approved by: portmgr (infrastructure blanket) Sponsored by: Bounce Experts --- dns/dns-ui/Makefile | 2 +- www/ilias/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/dns-ui/Makefile b/dns/dns-ui/Makefile index 21bc44490967..667802901c5d 100644 --- a/dns/dns-ui/Makefile +++ b/dns/dns-ui/Makefile @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= pgsql php:mod,cli -IGNORE_WITH_PHP= 80 +IGNORE_WITH_PHP= 80 81 SUB_FILES= pkg-message diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 664b3320565f..54bd367e63f5 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -26,7 +26,7 @@ GH_ACCOUNT= ILIAS-eLearning GH_PROJECT= ILIAS USES= cpe jpeg magick:6,run php -IGNORE_WITH_PHP= 80 +IGNORE_WITH_PHP= 80 81 NO_BUILD= yes PLIST= ${WRKDIR}/plist USE_PHP= pdo_mysql session zlib gd pdf dom xsl pcre simplexml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201101833.20AIXupZ003128>