diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-29 20:31:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 07:16:40 +0000 |
commit | 7a554dc9686cea609aa34eae0885176f6b1feaa0 (patch) | |
tree | 30ec1a8b72009eaa50d03879aa2e7f9d39d76dee | |
parent | 529bff549e8570bf54b36ba32016cb0c90273f52 (diff) |
www/ilias: Undeprecate
Release 9 is about to be released with php81 and later support. So
undeprecate and remove expiration.
Approved by: portmgr (blanket)
-rw-r--r-- | www/ilias/Makefile | 6 |
1 files 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} \ |