Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 19:57:38 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4cb35ea3a18 - main - net-p2p/btpd: Deprecate and set expiration date to 2024-03-31
Message-ID:  <202402251957.41PJvcYG020700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251957.41PJvcYG020700>