ports/contrib (3.3): libtorrent-rasterbar: 1.1.4 -> 1.1.5
commit e22b252aae01b7c72dea562b11881c0b844645b5 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Dec 24 19:45:54 2017 +1100 libtorrent-rasterbar: 1.1.4 -> 1.1.5 diff --git a/libtorrent-rasterbar/.footprint b/libtorrent-rasterbar/.footprint index 6c9721e6..5f394e16 100644 --- a/libtorrent-rasterbar/.footprint +++ b/libtorrent-rasterbar/.footprint @@ -211,4 +211,4 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ -rwxr-xr-x root/root usr/lib/python2.7/site-packages/libtorrent.so --rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.1.4-py2.7.egg-info +-rw-r--r-- root/root usr/lib/python2.7/site-packages/python_libtorrent-1.1.5-py2.7.egg-info diff --git a/libtorrent-rasterbar/.md5sum b/libtorrent-rasterbar/.md5sum index b0f5fdd8..f778244d 100644 --- a/libtorrent-rasterbar/.md5sum +++ b/libtorrent-rasterbar/.md5sum @@ -1,2 +1 @@ -6a35c9d7f8b3c171d9e2acff92e002c3 libtorrent-boost-1.65.patch -b0511cebee7b57dde57bfc4ac5f8eefa libtorrent-rasterbar-1.1.4.tar.gz +f0e26796a79c51ae8e49ab652ce00166 libtorrent-rasterbar-1.1.5.tar.gz diff --git a/libtorrent-rasterbar/.signature b/libtorrent-rasterbar/.signature index 3d3e91a0..3343fc0e 100644 --- a/libtorrent-rasterbar/.signature +++ b/libtorrent-rasterbar/.signature @@ -1,6 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF379rj5RYd2QhYV0IlEKZx5Fcnv0PcU/p6L7iktoIetXnJFS3a2AglW2e4+S8jqU0KgGKe0hwP37P6PeSFiuuYQs= -SHA256 (Pkgfile) = fd5e9c34712ccb0964dfebbe14dc2902d82137a3acbf8885dc8a11dae8146fec -SHA256 (.footprint) = 41220bc3792816f49e1545348a851038b33358bda00ffe15c1705501b220562e -SHA256 (libtorrent-rasterbar-1.1.4.tar.gz) = ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6 -SHA256 (libtorrent-boost-1.65.patch) = d343654786f02112b0787d999f3c569bcb9bb31dfc2be52aa26007b5f5e3ca0b +RWSagIOpLGJF31HEPlVlYx0JrzjgjVb+HGvbosfpiPzzRyg2ISR3G9SqEwNJQZRZVDA13+5aEPw/h5/JVQL/s4u5XPBOQklU9A0= +SHA256 (Pkgfile) = 0838dcbda4829077d50246ddd8c75a5157685468b041dc690b5a543a1c5bdabe +SHA256 (.footprint) = 117b7112ab644d1da124a84a426d95f12811b8733116dbaae4b1f040577fb424 +SHA256 (libtorrent-rasterbar-1.1.5.tar.gz) = 103134068389155a0f2bccaca72a57765460eb8188495089dcad280dcf426930 diff --git a/libtorrent-rasterbar/Pkgfile b/libtorrent-rasterbar/Pkgfile index 1e83e4a7..a94d3351 100644 --- a/libtorrent-rasterbar/Pkgfile +++ b/libtorrent-rasterbar/Pkgfile @@ -1,21 +1,16 @@ # Description: A C++ bittorrent library. # URL: http://www.rasterbar.com/products/libtorrent/ # Packager: Danny Rawlins, crux at romster dot me -# Maintainer: Danny Rawlins, crux at romster dot me # Depends on: boost name=libtorrent-rasterbar -version=1.1.4 +version=1.1.5 release=1 -source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz - libtorrent-boost-1.65.patch) +source=(https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/$name-$version.tar.gz) build() { cd $name-$version - patch -p1 -i $SRC/libtorrent-boost-1.65.patch - - #CONFIG_SHELL=/bin/bash \ ./configure \ --prefix=/usr \ --enable-python-binding diff --git a/libtorrent-rasterbar/libtorrent-boost-1.65.patch b/libtorrent-rasterbar/libtorrent-boost-1.65.patch deleted file mode 100644 index 19f951b1..00000000 --- a/libtorrent-rasterbar/libtorrent-boost-1.65.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2 Mon Sep 17 00:00:00 2001 -From: arvidn <arvid@cs.umu.se> -Date: Tue, 11 Jul 2017 23:16:50 -0700 -Subject: [PATCH] use the official boost.config header - ---- - include/libtorrent/export.hpp | 14 +------------- - 1 file changed, 1 insertion(+), 13 deletions(-) - -diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp -index 87536af2a2..503afe27a3 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 <boost/config/select_compiler_config.hpp> --#endif --#ifdef BOOST_COMPILER_CONFIG --# include BOOST_COMPILER_CONFIG --#endif -- --#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) --# include <boost/config/select_platform_config.hpp> --#endif --#ifdef BOOST_PLATFORM_CONFIG --# include BOOST_PLATFORM_CONFIG --#endif -+#include <boost/config.hpp> - - // backwards compatibility with older versions of boost - #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT
participants (1)
-
crux@crux.nu