git: 64aadd615ca1 - main - www/dokuwiki: Mark IGNORE with PHP 8.0 or later
Date: Wed, 02 Feb 2022 15:02:26 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=64aadd615ca1e29800ab74601c423206e9241940 commit 64aadd615ca1e29800ab74601c423206e9241940 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-02-01 16:28:51 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-02-02 14:59:29 +0000 www/dokuwiki: Mark IGNORE with PHP 8.0 or later Current latest release of DokuWiki isn't compatible with PHP 8. Development is currently underway by upstream, and it seems to be expected that new version that supports PHP 8 will be released before the EoL of PHP 7.4. But anyway mark IGNORE with PHP 8.0 or later for now. PR: 261656 Approved by: delphij (maintainer) --- www/dokuwiki/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index ef96ce15a18e..a499e96b22dc 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -20,6 +20,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE DIST_VER= ${PORTNAME}-2020-07-29 USES= cpe php:web shebangfix tar:tgz USE_PHP= gd hash json mbstring openssl pcre session xml zlib +IGNORE_WITH_PHP= 80 81 NO_ARCH= YES NO_BUILD= YES