aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2021-12-22 14:12:52 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2021-12-22 14:13:39 +0000
commitc0b74c691bea5a1775229ea0f3c9fb506d44f48b (patch)
treed415fd863bdb224d6a8c014cfe6960aae4d7159b
parent2481d72582c14c4cb3e48ce32d37e153720001ff (diff)
downloadports-c0b74c691bea5a1775229ea0f3c9fb506d44f48b.tar.gz
ports-c0b74c691bea5a1775229ea0f3c9fb506d44f48b.zip
databases/redis5: add deprecation date
Bump PORTREVISION.
-rw-r--r--databases/redis5/Makefile4
1 files changed, 4 insertions, 0 deletions
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