diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 15:32:20 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 23:59:55 +0000 |
commit | 2cc80ba0b09afd9d5ada5d00f859768736f3e390 (patch) | |
tree | 2517745d197d5a40dd17a1bbafd6616a7091ad85 | |
parent | e741e4f5c5e6801d4e3e0d4dda2353f1afe78417 (diff) |
www/ilias: Mark DEPRECATED
- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31
- Release 9 snapshot versions are supposed to be released sometimes in
October so most probably we will update to Release 9 snapshot. See for
more details:
https://docu.ilias.de/goto.php?target=wiki_1357_Release_9
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
-rw-r--r-- | www/ilias/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 50108bb4aba6..c38411247788 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -1,6 +1,7 @@ PORTNAME= ilias DISTVERSIONPREFIX= v DISTVERSION= 8.0_beta2 +PORTREVISION= 1 CATEGORIES= www education PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -10,6 +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 + IGNORE_WITH_PHP= 81 82 LIB_DEPENDS= libpng.so:graphics/png |