aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-02-25 19:48:01 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-02-25 19:48:06 +0000
commitd4cb35ea3a1857767741bfe2c7cb231d6d5ef6aa (patch)
tree094889804192ddcc3f66ce13e9ddd838f60bb86f
parent88d2669f08e0799f5a176839a7cee5d6f25fb388 (diff)
downloadports-d4cb35ea3a1857767741bfe2c7cb231d6d5ef6aa.tar.gz
ports-d4cb35ea3a1857767741bfe2c7cb231d6d5ef6aa.zip
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)
-rw-r--r--net-p2p/btpd/Makefile3
1 files changed, 3 insertions, 0 deletions
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