Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2017 05:24:36 +0000 (UTC)
From:      Matthew Rezny <rezny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449439 - in head/net-p2p: libtorrent-rasterbar libtorrent-rasterbar-python libtorrent-rasterbar/files
Message-ID:  <201709080524.v885OaeH049494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rezny
Date: Fri Sep  8 05:24:36 2017
New Revision: 449439
URL: https://svnweb.freebsd.org/changeset/ports/449439

Log:
  Update to 1.1.4

Modified:
  head/net-p2p/libtorrent-rasterbar-python/Makefile
  head/net-p2p/libtorrent-rasterbar/Makefile
  head/net-p2p/libtorrent-rasterbar/distinfo
  head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in
  head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp
  head/net-p2p/libtorrent-rasterbar/pkg-plist

Modified: head/net-p2p/libtorrent-rasterbar-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-python/Makefile	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar-python/Makefile	Fri Sep  8 05:24:36 2017	(r449439)
@@ -1,7 +1,6 @@
 # Created by: Doug Barton <dougb@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
 CATEGORIES=	net-p2p python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Fri Sep  8 05:24:36 2017	(r449439)
@@ -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}/
 

Modified: head/net-p2p/libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/distinfo	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar/distinfo	Fri Sep  8 05:24:36 2017	(r449439)
@@ -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

Modified: head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar/files/patch-bindings_python_compile__flags.in	Fri Sep  8 05:24:36 2017	(r449439)
@@ -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@

Modified: head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar/files/patch-include_libtorrent_config.hpp	Fri Sep  8 05:24:36 2017	(r449439)
@@ -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__
  

Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/pkg-plist	Fri Sep  8 03:47:52 2017	(r449438)
+++ head/net-p2p/libtorrent-rasterbar/pkg-plist	Fri Sep  8 05:24:36 2017	(r449439)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709080524.v885OaeH049494>