Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2023 18:49:47 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: 6eb667800d65 - main - www/jetty9: Fix typo in DEPRECATED entry
Message-ID:  <202310101849.39AInlIG021210@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=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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310101849.39AInlIG021210>