From d8892d547dc17b9c8a6b0dfb6186ea35cff2a18d Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 18 Feb 2025 22:44:16 -0800 Subject: [PATCH] net-p2p/libtorrent-rasterbar: Update BROKEN message; Update WWW --- net-p2p/libtorrent-rasterbar/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 64d0fad4643e..3fa8f37fb82d 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -6,12 +6,13 @@ MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERS MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library implementing a BitTorrent client -WWW= https://libtorrent.org/ +WWW= https://libtorrent.org \ + https://github.com/arvidn/libtorrent LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= fails to build with Boost>=1.87 +BROKEN= fails to build with Boost>=1.87, see https://github.com/arvidn/libtorrent/issues/7875 LIB_DEPENDS= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \