git: d4cb35ea3a18 - main - net-p2p/btpd: Deprecate and set expiration date to 2024-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 19:57:38 UTC
The branch main has been updated by diizzy:

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

commit d4cb35ea3a1857767741bfe2c7cb231d6d5ef6aa
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-25 19:48:01 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-25 19:48:06 +0000

    net-p2p/btpd: Deprecate and set expiration date to 2024-03-31
    
    Abandoned upstream, lacks support for common functionality such as
    Magnet links, DHT, PEX and HTTPS.
    Redirect users to net-p2p/qbittorrent or net-p2p/transmission
    
    PR:             276977
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 net-p2p/btpd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile
index 6b8ce7bd4858..9b807e735902 100644
--- a/net-p2p/btpd/Makefile
+++ b/net-p2p/btpd/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/btpd/btpd/wiki
 LICENSE=	BSD2CLAUSE BSD3CLAUSE
 LICENSE_COMB=	multi
 
+DEPRECATED=	Abandoned upstream, lacks support for common functionality such as Magnet links, DHT, PEX and HTTPS. Consider net-p2p/qbittorrent or net-p2p/transmission
+EXPIRATION_DATE=2024-03-31
+
 USES=		autoreconf ssl
 
 USE_GITHUB=	yes