aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-08-08 20:52:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-08-08 20:56:02 +0000
commit7df3060f115971cb4fa9035485e9ca72543fa391 (patch)
tree9a0edccda857bdd7ea3edaba10fae3c285d98fd8
parente8f8fe47dc84e928b7f078ab0290d68c802b0317 (diff)
databases/redisdesktopmanager: Mark DEPRECATED
- Deprecated due to the upstream project being unmaintained. Additionally, RedisInsight has emerged as the official product from the Redis team, providing a more reliable and feature-rich alternative. - Set EXPIRATION_DATE 2025-09-07
-rw-r--r--databases/redisdesktopmanager/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/redisdesktopmanager/Makefile b/databases/redisdesktopmanager/Makefile
index c6061cf1a162..fe261d6acd7e 100644
--- a/databases/redisdesktopmanager/Makefile
+++ b/databases/redisdesktopmanager/Makefile
@@ -9,6 +9,9 @@ WWW= https://github.com/RedisInsight/RedisDesktopManager
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= RedisDesktopManager is no longer maintained upstream as the project has been replaced by RedisInsight
+EXPIRATION_DATE=2025-09-08
+
LIB_DEPENDS= libbrotlicommon.so:archivers/brotli \
liblz4.so:archivers/liblz4 \
libpython${PYTHON_VER}${PYTHON_ABIVER}.so:lang/python${PYTHON_SUFFIX} \