git: 9d9d06bacec5 - main - sysutils/rsfetch: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 27 Aug 2023 09:03:43 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9d9d06bacec5c34192a30d7fd6ac8f5c0f5aef8a

commit 9d9d06bacec5c34192a30d7fd6ac8f5c0f5aef8a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-27 02:09:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-27 09:03:24 +0000

    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
---
 sysutils/rsfetch/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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}