diff options
author | rezny <rezny@FreeBSD.org> | 2017-09-08 13:24:36 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-09-08 13:24:36 +0800 |
commit | 4273fb4bb5c4449e7a0809ca4c8352564eb43619 (patch) | |
tree | 70ee306089134ec32cf0a22329b9454f93088efb /net-p2p | |
parent | 89e8f70636e2cd4caa2fadcb6f9f947f6e6daf38 (diff) | |
download | freebsd-ports-gnome-4273fb4bb5c4449e7a0809ca4c8352564eb43619.tar.gz freebsd-ports-gnome-4273fb4bb5c4449e7a0809ca4c8352564eb43619.tar.zst freebsd-ports-gnome-4273fb4bb5c4449e7a0809ca4c8352564eb43619.zip |
Update to 1.1.4
Diffstat (limited to 'net-p2p')
6 files changed, 10 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-python/Makefile b/net-p2p/libtorrent-rasterbar-python/Makefile index d488fd7cbe0e..fc84a3b4bdee 100644 --- a/net-p2p/libtorrent-rasterbar-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-python/Makefile @@ -1,7 +1,6 @@ # Created by: Doug Barton <dougb@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index c712a718c5b5..47eb6192d54e 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 6b9ecf62eedd..2d828f4a25c1 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1492892114 -SHA256 (libtorrent-rasterbar-1.1.3.tar.gz) = 44196a89932c26528f5db19289d0f0f4130730a61dccc61c9f1eac9ad3e881d8 -SIZE (libtorrent-rasterbar-1.1.3.tar.gz) = 3912760 +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 diff --git a/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in b/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in index ce17900b0f14..9d9fb85cc6da 100644 --- a/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in +++ b/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in @@ -1,5 +1,5 @@ ---- bindings/python/compile_flags.in.orig 2016-05-24 02:57:40 UTC +--- bindings/python/compile_flags.in.orig 2017-07-02 16:18:10 UTC +++ bindings/python/compile_flags.in @@ -1 +1 @@ ---I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@ +--I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ @BOOST_CPPFLAGS@ @PYTHON_CXXFLAGS@ @OPENSSL_INCLUDES@ +-I@top_srcdir@/include @COMPILETIME_OPTIONS@ @CPPFLAGS@ -std=c++11 @BOOST_CPPFLAGS@ @OPENSSL_INCLUDES@ diff --git a/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp b/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp index d0287ea1de8f..1bfab5affcf5 100644 --- a/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp +++ b/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp @@ -1,6 +1,6 @@ ---- include/libtorrent/config.hpp.orig 2016-08-23 04:28:09 UTC +--- include/libtorrent/config.hpp.orig 2017-07-02 16:18:10 UTC +++ include/libtorrent/config.hpp -@@ -180,12 +180,6 @@ POSSIBILITY OF SUCH DAMAGE. +@@ -195,12 +195,6 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_USE_EXECINFO 1 #endif @@ -8,7 +8,7 @@ -// FreeBSD has a reasonable iconv signature -// unless we're on glibc -#ifndef __GLIBC__ --# define TORRENT_ICONV_ARG (const char**) +-# define TORRENT_ICONV_ARG(x) (x) -#endif #endif // __APPLE__ diff --git a/net-p2p/libtorrent-rasterbar/pkg-plist b/net-p2p/libtorrent-rasterbar/pkg-plist index 8b6b7cedcd88..5f036f48f570 100644 --- a/net-p2p/libtorrent-rasterbar/pkg-plist +++ b/net-p2p/libtorrent-rasterbar/pkg-plist @@ -79,6 +79,7 @@ include/libtorrent/file.hpp include/libtorrent/file_pool.hpp include/libtorrent/file_storage.hpp include/libtorrent/fingerprint.hpp +include/libtorrent/fwd.hpp include/libtorrent/gzip.hpp include/libtorrent/hasher.hpp include/libtorrent/heterogeneous_queue.hpp |