aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-02-01 16:28:51 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-02-02 14:59:29 +0000
commit64aadd615ca1e29800ab74601c423206e9241940 (patch)
tree0b1c07aa10df463a50f8608e3c1325bd2e8dc9f4
parent5203204dff0b31c360b129a13cac5560d86dce81 (diff)
downloadports-64aadd615ca1e29800ab74601c423206e9241940.tar.gz
ports-64aadd615ca1e29800ab74601c423206e9241940.zip
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)
-rw-r--r--www/dokuwiki/Makefile1
1 files changed, 1 insertions, 0 deletions
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