aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-27 02:09:00 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-27 09:03:24 +0000
commit9d9d06bacec5c34192a30d7fd6ac8f5c0f5aef8a (patch)
treeec6b809b9bb0dc078871c752bcaba902c9431969
parent6784aa5d013925b0c56c541edb35708c44b08d67 (diff)
downloadports-9d9d06bacec5c34192a30d7fd6ac8f5c0f5aef8a.tar.gz
ports-9d9d06bacec5c34192a30d7fd6ac8f5c0f5aef8a.zip
sysutils/rsfetch: Mark DEPRECATED
- Upstream has archived the project is working on a rewrite from scratch which is not yet ready. In additiona as this fails to work with OpenSSL 3 and later mark DEPRECATED - Set EXPIRATION_DATE to 2023-09-27
-rw-r--r--sysutils/rsfetch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile
index b464a7c0ea3e..efc3bd5ab942 100644
--- a/sysutils/rsfetch/Makefile
+++ b/sysutils/rsfetch/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/rsfetch/rsfetch
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream unmaintained
+EXPIRATION_DATE= 2023-09-27
+
USES= cargo ssl
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}