git: c0b74c691bea - main - databases/redis5: add deprecation date

From: Sergey A. Osokin <osa_at_FreeBSD.org>
Date: Wed, 22 Dec 2021 14:13:49 UTC
The branch main has been updated by osa:

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

commit c0b74c691bea5a1775229ea0f3c9fb506d44f48b
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-12-22 14:12:52 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2021-12-22 14:13:39 +0000

    databases/redis5: add deprecation date
    
    Bump PORTREVISION.
---
 databases/redis5/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/redis5/Makefile b/databases/redis5/Makefile
index a7fae4e6c96b..5ae74100211f 100644
--- a/databases/redis5/Makefile
+++ b/databases/redis5/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	redis5
 PORTVERSION=	5.0.14
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://download.redis.io/releases/
 DISTNAME=	redis-${PORTVERSION}
@@ -12,6 +13,9 @@ COMMENT=	Persistent key-value database with built-in net interface
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	EOLed upstream
+EXPIRATION_DATE=2022-03-31
+
 OPTIONS_DEFINE=	JEMALLOC TESTS TRIB
 OPTIONS_RADIO=	EXTLUA
 OPTIONS_RADIO_EXTLUA=	LUA LUAJIT LUAJITOR