git: 7a554dc9686c - main - www/ilias: Undeprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 07:16:51 UTC
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} \