mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-p2p/libtorrent-rasterbar2: update 2.0.10 → 2.0.11
Reported by: portscout
This commit is contained in:
parent
bccf688839
commit
309167800f
3 changed files with 9 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
|||
PORTNAME= libtorrent-rasterbar
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.10
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.0.11
|
||||
CATEGORIES= net-p2p
|
||||
#MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/v${DISTVERSION}/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
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
|
||||
|
@ -65,4 +65,6 @@ post-install-EXAMPLES-on:
|
|||
${INSTALL_DATA} ${WRKSRC}/examples/${PORTEXAMPLES} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
# tests as of 2.0.11: 99% tests passed, 1 tests failed out of 106, see https://github.com/arvidn/libtorrent/issues/7837
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1712249812
|
||||
SHA256 (arvidn-libtorrent-v2.0.10_GH0.tar.gz) = 3f1a489ac520d89b051a254e453c82535ea0f73457a4686281c9031107c3a9ac
|
||||
SIZE (arvidn-libtorrent-v2.0.10_GH0.tar.gz) = 4282718
|
||||
TIMESTAMP = 1738126985
|
||||
SHA256 (arvidn-libtorrent-v2.0.11_GH0.tar.gz) = a317b4b4352bf1b846072dfacee30cd0afccf1ebc04a84273f1ecba930acb802
|
||||
SIZE (arvidn-libtorrent-v2.0.11_GH0.tar.gz) = 4286269
|
||||
SHA256 (arvidn-try_signal-105cce5_GH0.tar.gz) = a33b30e5066f8d8f53ec4be8b639569cd685fc2c7e90c16736907fa1a21939e5
|
||||
SIZE (arvidn-try_signal-105cce5_GH0.tar.gz) = 8020
|
||||
SHA256 (arvidn-libsimulator-66ac6cc_GH0.tar.gz) = f4847c878f6f48926021169f612d68e8503f3f3de14e76c81ce95580fa3671d0
|
||||
|
|
|
@ -5,7 +5,6 @@ include/libtorrent/alert_types.hpp
|
|||
include/libtorrent/announce_entry.hpp
|
||||
include/libtorrent/assert.hpp
|
||||
include/libtorrent/aux_/alert_manager.hpp
|
||||
include/libtorrent/aux_/aligned_storage.hpp
|
||||
include/libtorrent/aux_/aligned_union.hpp
|
||||
include/libtorrent/aux_/alloca.hpp
|
||||
include/libtorrent/aux_/allocating_handler.hpp
|
||||
|
@ -278,6 +277,6 @@ lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets-%%CMAKE_BUILD_TYPE%%.cm
|
|||
lib/cmake/LibtorrentRasterbar/LibtorrentRasterbarTargets.cmake
|
||||
lib/libtorrent-rasterbar.so
|
||||
lib/libtorrent-rasterbar.so.2.0
|
||||
lib/libtorrent-rasterbar.so.2.0.10
|
||||
lib/libtorrent-rasterbar.so.2.0.11
|
||||
libdata/pkgconfig/libtorrent-rasterbar.pc
|
||||
share/cmake/Modules/FindLibtorrentRasterbar.cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue