Date: Fri, 31 Mar 2023 00:02:29 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: 2cc80ba0b09a - main - www/ilias: Mark DEPRECATED Message-ID: <202303310002.32V02T0K018722@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cc80ba0b09afd9d5ada5d00f859768736f3e390 commit 2cc80ba0b09afd9d5ada5d00f859768736f3e390 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-03-29 15:32:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-03-30 23:59:55 +0000 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 --- www/ilias/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303310002.32V02T0K018722>