git: 743ffafaebf8 - main - www/typo3-9: Set expiration date in 6 weeks

From: Florian Smeets <flo_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 19:06:13 UTC
The branch main has been updated by flo:

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

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

    www/typo3-9: Set expiration date in 6 weeks
    
    Mainstream support ended in September 2021 meaning you only get fixes
    with a support contract, so the this port will not see any future
    updates. Give people a warning and 6 weeks to migrate to www/typo3-10
    or www/typo3-11.
    
    PR:             261843
---
 www/typo3-9/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/typo3-9/Makefile b/www/typo3-9/Makefile
index 8ace4d5ebec7..e9b98da493ae 100644
--- a/www/typo3-9/Makefile
+++ b/www/typo3-9/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 DEPRECATED=	Mainstream support ended 2021-09-30
-EXPIRATION_DATE=2024-09-30
+EXPIRATION_DATE=2022-03-31
 
 USES=		cpe php:web,flavors shebangfix
 USE_PHP=	ctype dom fileinfo filter hash intl json openssl pcre session simplexml \