Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 19:06:11 GMT
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 923e93c6368d - main - www/typo3-10: Deprecated together with PHP 7.4
Message-ID:  <202202141906.21EJ6Btu082782@gitrepo.freebsd.org>

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

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

commit 923e93c6368d3f3580eed6f64317b02f455ed779
Author:     Helmut Ritter <freebsd-ports@charlieroot.de>
AuthorDate: 2022-02-14 18:44:51 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2022-02-14 19:05:44 +0000

    www/typo3-10: Deprecated together with PHP 7.4
    
    PR:             261841
---
 www/typo3-10/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/typo3-10/Makefile b/www/typo3-10/Makefile
index d262d4489487..c95243a7dc8e 100644
--- a/www/typo3-10/Makefile
+++ b/www/typo3-10/Makefile
@@ -13,6 +13,9 @@ COMMENT=	Typo3 content management system
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
 IGNORE_WITH_PHP=	80 81
 IGNORE_WITH_MYSQL=	101m
 



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