Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2022 20:26:56 GMT
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: be149f737088 - 2022Q1 - www/typo3-11: Re-enable with PHP 8.1
Message-ID:  <202202272026.21RKQug7034484@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by flo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be149f737088a85377141d86e55e0b2663bd0f0c

commit be149f737088a85377141d86e55e0b2663bd0f0c
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2022-02-14 18:54:06 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2022-02-27 20:18:54 +0000

    www/typo3-11: Re-enable with PHP 8.1
    
    The documentation mentions only PHP 8.0 as supported. However according
    to the 11.5.3 release notes PHP 8.1 is supported. Subsequent releases
    added more PHP 8.0 and 8.1 compatibility fixes.
    
    (cherry picked from commit 0ecdbd4617e30459ecc5e395e991c3dddb066c24)
---
 www/typo3-11/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/typo3-11/Makefile b/www/typo3-11/Makefile
index 4ba951cda0af..9e4f0c67a6c6 100644
--- a/www/typo3-11/Makefile
+++ b/www/typo3-11/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Typo3 content management system
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-IGNORE_WITH_PHP=       73 81
+IGNORE_WITH_PHP=       73
 IGNORE_WITH_MYSQL=     55 56 101m
 
 USES=		cpe php:web,flavors shebangfix



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