git: d8892d547dc1 - main - net-p2p/libtorrent-rasterbar: Update BROKEN message; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 09:19:16 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8892d547dc17b9c8a6b0dfb6186ea35cff2a18d commit d8892d547dc17b9c8a6b0dfb6186ea35cff2a18d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-19 06:44:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-19 09:19:04 +0000 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 \