Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 07:16:51 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a554dc9686c - main - www/ilias: Undeprecate
Message-ID:  <202312300716.3BU7Gppc097058@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit 7a554dc9686cea609aa34eae0885176f6b1feaa0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 20:31:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 07:16:40 +0000

    www/ilias: Undeprecate
    
    Release 9 is about to be released with php81 and later support. So
    undeprecate and remove expiration.
    
    Approved by:    portmgr (blanket)
---
 www/ilias/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/ilias/Makefile b/www/ilias/Makefile
index 4941e4888268..2bd8315ee85e 100644
--- a/www/ilias/Makefile
+++ b/www/ilias/Makefile
@@ -11,10 +11,10 @@ WWW=		https://www.ilias.de
 LICENSE=	GPLv2
 
 # Will switch to version 9 snapshots before the removal
-DEPRECATED=	Requires php80 which is set to expire on 2023-11-26
-EXPIRATION_DATE=	2023-12-31
+#DEPRECATED=	Requires php80 which is set to expire on 2023-11-26
+#EXPIRATION_DATE=	2023-12-31
 
-IGNORE_WITH_PHP=	81 82 83
+IGNORE_WITH_PHP=	82 83
 
 LIB_DEPENDS=	libpng.so:graphics/png
 RUN_DEPENDS=	${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth@${PHP_FLAVOR} \


home | help

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