Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2022 15:02:26 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64aadd615ca1 - main - www/dokuwiki: Mark IGNORE with PHP 8.0 or later
Message-ID:  <202202021502.212F2QZj051154@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202021502.212F2QZj051154>