git: b5eb79b78e90 - main - databases/redis6: Mark DEPRECATED and set EXPIRATION_DATE

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Sun, 20 Aug 2023 00:55:10 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b5eb79b78e90415236124fe0332dd584cc17cdae

commit b5eb79b78e90415236124fe0332dd584cc17cdae
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-08-20 00:49:30 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-08-20 00:54:24 +0000

    databases/redis6: Mark DEPRECATED and set EXPIRATION_DATE
    
    With the release of 7.2, 6.0 has reached its EoL.
---
 databases/redis6/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/redis6/Makefile b/databases/redis6/Makefile
index f9eb3b52f9eb..e54013824bdb 100644
--- a/databases/redis6/Makefile
+++ b/databases/redis6/Makefile
@@ -11,6 +11,9 @@ WWW=		https://redis.io/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Has reached its EoL. Please migrate to newer version.
+EXPIRATION_DATE=	2023-09-30
+
 USES+=		compiler:c11 gmake tcl:test
 
 MAKE_ENV=	OPTIMIZATION= \