From ec5cc5fbce9a1f8968660755fe2054b469bec599 Mon Sep 17 00:00:00 2001 From: nobody <> Date: Mon, 1 Jan 2018 00:00:00 +0000 Subject: [PATCH] net-p2p/libtorrent-rasterbar: update to 1.1.6 - LOGGING is now enabled by default, following upstream, see https://github.com/arvidn/libtorrent/commit/e36b06602067 Changes: https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_5 Changes: https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_6 Changes: https://github.com/arvidn/libtorrent/compare/libtorrent-1_1_4...libtorrent-1_1_6 PR: 224060 Submitted by: jbeich Approved by: rezny (maintainer) !!! NOT YET !!! --- net-p2p/libtorrent-rasterbar/Makefile | 7 ++----- net-p2p/libtorrent-rasterbar/distinfo | 8 +++----- .../files/patch-include_libtorrent_config.hpp | 15 --------------- 3 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 0599d029d502..a0df3af3f221 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,14 +2,10 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.1.4 -PORTREVISION= 3 +PORTVERSION= 1.1.6 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ -PATCH_SITES= https://github.com/arvidn/libtorrent/commit/ -PATCHFILES= 7eb3cf6bc6db.patch:-p1 - MAINTAINER= rezny@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client @@ -44,6 +40,7 @@ PORTDOCS= ${DOCFILES} docs/* PORTEXAMPLES= *.cpp OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LOGGING TEST +OPTIONS_DEFAULT=LOGGING OPTIONS_SUB= yes LOGGING_DESC= Enable disk stat logging and logging to disk diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 2d828f4a25c1..f09149f47525 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1500241161 -SHA256 (libtorrent-rasterbar-1.1.4.tar.gz) = ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 -SIZE (libtorrent-rasterbar-1.1.4.tar.gz) = 3917557 -SHA256 (7eb3cf6bc6db.patch) = d343654786f02112b0787d999f3c569bcb9bb31dfc2be52aa26007b5f5e3ca0b -SIZE (7eb3cf6bc6db.patch) = 1180 +TIMESTAMP = 1514730099 +SHA256 (libtorrent-rasterbar-1.1.6.tar.gz) = b7c74d004bd121bd6e9f8975ee1fec3c95c74044c6a6250f6b07f259f55121ef +SIZE (libtorrent-rasterbar-1.1.6.tar.gz) = 3846476 diff --git a/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp b/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp deleted file mode 100644 index 1bfab5affcf5..000000000000 --- a/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp +++ /dev/null @@ -1,15 +0,0 @@ ---- include/libtorrent/config.hpp.orig 2017-07-02 16:18:10 UTC -+++ include/libtorrent/config.hpp -@@ -195,12 +195,6 @@ POSSIBILITY OF SUCH DAMAGE. - #define TORRENT_USE_EXECINFO 1 - #endif - --#else // __APPLE__ --// FreeBSD has a reasonable iconv signature --// unless we're on glibc --#ifndef __GLIBC__ --# define TORRENT_ICONV_ARG(x) (x) --#endif - #endif // __APPLE__ - - #define TORRENT_HAVE_MMAP 1