git: bba832244ad3 - main - www/ilias6: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 15 Feb 2022 06:47:59 UTC
The branch main has been updated by bofh:

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

commit bba832244ad3c5c404f5c42f339b74eb6fafa6d9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-02-15 06:46:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-02-15 06:46:14 +0000

    www/ilias6: Mark DEPRECATED
    
    - Set EXPIRATION_DATE on 2022-11-28
    
    Feature freezed and will not support php 8.x.
    
    PR:             261626
    Approved by:    wen (maintainer-timeout)
---
 www/ilias6/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/ilias6/Makefile b/www/ilias6/Makefile
index 3e4e7fe0ae1c..2a74e615fd26 100644
--- a/www/ilias6/Makefile
+++ b/www/ilias6/Makefile
@@ -13,6 +13,9 @@ LICENSE=	GPLv2
 
 CONFLICTS=	ilias-5.4.[0-9]*
 
+DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
 RUN_DEPENDS=	composer:devel/php-composer \
 		zip:archivers/zip \
 		${UNZIP_CMD}:archivers/unzip \