Date: Sun, 8 Oct 2023 15:46:25 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a846242837c8 - main - www/jetty9: Deprecate and set expiration date to 2023-11-30 Message-ID: <202310081546.398FkPfl022976@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a846242837c8caa486a3b35937226a569915b085 commit a846242837c8caa486a3b35937226a569915b085 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-08 15:39:15 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-08 15:46:21 +0000 www/jetty9: Deprecate and set expiration date to 2023-11-30 End of life (Community Support) as of June 1st, 2022 Reference: https://github.com/eclipse/jetty.project/issues/7958 --- www/jetty9/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile index f7564bf06143..4b45cd0fcc3c 100644 --- a/www/jetty9/Makefile +++ b/www/jetty9/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Full-featured web server implemented entirely in Java WWW= https://www.eclipse.org/jetty/ +DEPRECATED= End of life as of 2023-06-01, consider migrating to www/jetty10 +EXPIRATION_DATE=2023-11-30 + LICENSE= APACHE20 EPL LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/license-eplv10-aslv20.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310081546.398FkPfl022976>