git: 6eb667800d65 - main - www/jetty9: Fix typo in DEPRECATED entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Oct 2023 18:49:47 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6eb667800d65bda6f4181373b7d686ec496ee745 commit 6eb667800d65bda6f4181373b7d686ec496ee745 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-10 18:48:31 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-10-10 18:48:37 +0000 www/jetty9: Fix typo in DEPRECATED entry Should say 2022-06-01 not 2023-06-01 Reported by: Michael Osipov --- www/jetty9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile index 4b45cd0fcc3c..273048dc63f5 100644 --- a/www/jetty9/Makefile +++ b/www/jetty9/Makefile @@ -9,7 +9,7 @@ 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 +DEPRECATED= End of life as of 2022-06-01, consider migrating to www/jetty10 EXPIRATION_DATE=2023-11-30 LICENSE= APACHE20 EPL