aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-06 00:34:06 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-06 00:34:06 +0000
commit9668491b6f0f3af9b205729435048fd47027f291 (patch)
tree4ae444a5b5598bfce0f055c928598269278e632c /net-p2p
parentfa2c508554ca41e36d241541704e83ae8e27f992 (diff)
downloadports-9668491b6f0f3af9b205729435048fd47027f291.tar.gz
ports-9668491b6f0f3af9b205729435048fd47027f291.zip
net-p2p/libtorrent-rasterbar: Update 1.1.6 -> 1.1.9
Port changes: * Remove patch that no longer applies * Reset maintainer (uncontested patch) PR: 230854 Submitted by: Peter Malcom <pmlax@protonmail.com> Approved by: rezny@FreeBSD.org (maintainer's timeout; 14 days timeout)
Notes
Notes: svn path=/head/; revision=479070
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile8
-rw-r--r--net-p2p/libtorrent-rasterbar/distinfo10
-rw-r--r--net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp12
-rw-r--r--net-p2p/libtorrent-rasterbar/pkg-plist1
4 files changed, 6 insertions, 25 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index a9a4dc5b1521..9ca517a6d620 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -2,15 +2,11 @@
# $FreeBSD$
PORTNAME= libtorrent-rasterbar
-PORTVERSION= 1.1.6
-PORTREVISION= 4
+DISTVERSION= 1.1.9
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= 64d6b4900448.patch:-p1 3a1b0f1abb1d.patch:-p1
-
-MAINTAINER= rezny@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT?= C++ library implementing a BitTorrent client
LICENSE= BSD3CLAUSE
diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo
index 860ac90fecb1..4dd25594ccd1 100644
--- a/net-p2p/libtorrent-rasterbar/distinfo
+++ b/net-p2p/libtorrent-rasterbar/distinfo
@@ -1,7 +1,3 @@
-TIMESTAMP = 1514730099
-SHA256 (libtorrent-rasterbar-1.1.6.tar.gz) = b7c74d004bd121bd6e9f8975ee1fec3c95c74044c6a6250f6b07f259f55121ef
-SIZE (libtorrent-rasterbar-1.1.6.tar.gz) = 3846476
-SHA256 (64d6b4900448.patch) = 0c3aa08437905c74f0a153cf73d551de5ab3dff57df9193baa4fe724c2039034
-SIZE (64d6b4900448.patch) = 902
-SHA256 (3a1b0f1abb1d.patch) = 7c63f165230657620125abfb842f86d5e3f590a0b3ddf441d02589ec9b292eba
-SIZE (3a1b0f1abb1d.patch) = 784
+TIMESTAMP = 1534791500
+SHA256 (libtorrent-rasterbar-1.1.9.tar.gz) = d57a0f5b159f58003c3031943463503f0d05ae3e428dd7c2383d1e35fb2c4e8c
+SIZE (libtorrent-rasterbar-1.1.9.tar.gz) = 3903742
diff --git a/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp b/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp
deleted file mode 100644
index 95536630f818..000000000000
--- a/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/kademlia/dht_tracker.cpp.orig 2016-08-23 04:28:09 UTC
-+++ src/kademlia/dht_tracker.cpp
-@@ -224,7 +224,8 @@ namespace libtorrent { namespace dht
- void dht_tracker::get_peers(sha1_hash const& ih
- , boost::function<void(std::vector<tcp::endpoint> const&)> f)
- {
-- m_dht.get_peers(ih, f, NULL, false);
-+ boost::function<void(std::vector<std::pair<node_entry, std::string> > const&)> empty;
-+ m_dht.get_peers(ih, f, empty, false);
- }
-
- void dht_tracker::announce(sha1_hash const& ih, int listen_port, int flags
diff --git a/net-p2p/libtorrent-rasterbar/pkg-plist b/net-p2p/libtorrent-rasterbar/pkg-plist
index 6b717e4e8381..8eb932a23427 100644
--- a/net-p2p/libtorrent-rasterbar/pkg-plist
+++ b/net-p2p/libtorrent-rasterbar/pkg-plist
@@ -28,6 +28,7 @@ include/libtorrent/aux_/file_progress.hpp
include/libtorrent/aux_/merkle.hpp
include/libtorrent/aux_/openssl.hpp
include/libtorrent/aux_/proxy_settings.hpp
+include/libtorrent/aux_/route.h
include/libtorrent/aux_/session_call.hpp
include/libtorrent/aux_/session_impl.hpp
include/libtorrent/aux_/session_interface.hpp