git: 03a3ec18526b - main - databases/redis70: Mark DEPRECATED and set EXPIRATION_DATE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 02:31:01 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=03a3ec18526b876db3c57377cd2d12229d31494f commit 03a3ec18526b876db3c57377cd2d12229d31494f Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2025-01-07 02:16:56 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2025-01-07 02:29:46 +0000 databases/redis70: Mark DEPRECATED and set EXPIRATION_DATE Redis 7.0 has reached its EoL with the release of 7.4.0. --- databases/redis70/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/redis70/Makefile b/databases/redis70/Makefile index 39a1477b4cf4..e06bcca58be0 100644 --- a/databases/redis70/Makefile +++ b/databases/redis70/Makefile @@ -12,6 +12,9 @@ WWW= https://redis.io/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Has already reached its EoL +EXPIRATION_DATE= 2025-02-15 + USES+= compiler:c11 cpe gmake tcl:test CPE_VENDOR= redislabs