diff --git a/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.4.recipe b/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe similarity index 96% rename from net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.4.recipe rename to net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe index beb54b71b..a71e9d8ec 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.4.recipe +++ b/net-libs/libtorrent-rasterbar/libtorrent_rasterbar-1.1.5.recipe @@ -13,9 +13,9 @@ The main goals of libtorrent are: HOMEPAGE="http://www.libtorrent.org/" COPYRIGHT="2003-2017 Arvid Norberg" LICENSE="BSD (2-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${portVersion//./_}/libtorrent-rasterbar-$portVersion.tar.gz" -CHECKSUM_SHA256="ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6" +CHECKSUM_SHA256="103134068389155a0f2bccaca72a57765460eb8188495089dcad280dcf426930" SOURCE_DIR="libtorrent-rasterbar-$portVersion" PATCHES="libtorrent_rasterbar-$portVersion.patchset" diff --git a/net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.4.patchset b/net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.5.patchset similarity index 72% rename from net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.4.patchset rename to net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.5.patchset index 1185a3977..811b3b21e 100644 --- a/net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.4.patchset +++ b/net-libs/libtorrent-rasterbar/patches/libtorrent_rasterbar-1.1.5.patchset @@ -1,14 +1,14 @@ -From 74689dea505a419387d2179bcd584a94a9cb0e40 Mon Sep 17 00:00:00 2001 +From 9a660582bd0a019c087d2e10460e734030741869 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 8 Sep 2017 09:25:29 +0300 Subject: Replace BeOS support code with Haiku diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp -index be22e9c..b3293dc 100644 +index cc9f09f..426ca4d 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp -@@ -321,14 +321,15 @@ POSSIBILITY OF SUCH DAMAGE. +@@ -314,14 +314,15 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_HAVE_MMAP 1 #define TORRENT_USE_SOLARIS_ATOMIC 1 @@ -113,40 +113,5 @@ index eec8c10..8042f03 100644 : m_num_waiters(0) { -- -2.13.1 - - -From b8fd200de6a5bd06d42a0d508a622e341406c812 Mon Sep 17 00:00:00 2001 -From: arvidn -Date: Tue, 11 Jul 2017 23:16:50 -0700 -Subject: use the official boost.config header - - -diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp -index 87536af..503afe2 100644 ---- a/include/libtorrent/export.hpp -+++ b/include/libtorrent/export.hpp -@@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE. - #ifndef TORRENT_EXPORT_HPP_INCLUDED - #define TORRENT_EXPORT_HPP_INCLUDED - --#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG) --# include --#endif --#ifdef BOOST_COMPILER_CONFIG --# include BOOST_COMPILER_CONFIG --#endif -- --#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) --# include --#endif --#ifdef BOOST_PLATFORM_CONFIG --# include BOOST_PLATFORM_CONFIG --#endif -+#include - - // backwards compatibility with older versions of boost - #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT --- -2.13.1 +2.14.2