diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2021-01-14 00:13:36 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2021-01-14 00:13:36 +0000 |
commit | 6732282752f094fe025d0cfe7641ca1d01eb1197 (patch) | |
tree | 5aad3c7154279e87b52d6429d5d4abdd08d11f1c /databases/redis4 | |
parent | Really update libcharon to 4.8 (diff) |
Mark deprecated by EOLed upstream.
Notes
Notes:
svn path=/head/; revision=561523
Diffstat (limited to 'databases/redis4')
-rw-r--r-- | databases/redis4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/redis4/Makefile b/databases/redis4/Makefile index 45bfe100fc68..83415dabc3ff 100644 --- a/databases/redis4/Makefile +++ b/databases/redis4/Makefile @@ -14,6 +14,9 @@ COMMENT= Persistent key-value database with built-in net interface LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= EOLed upstream +EXPIRATION_DATE=2021-03-31 + OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT |