Date: Thu, 6 Sep 2018 00:34:07 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479070 - in head/net-p2p/libtorrent-rasterbar: . files Message-ID: <201809060034.w860Y7Lk082311@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Sep 6 00:34:06 2018 New Revision: 479070 URL: https://svnweb.freebsd.org/changeset/ports/479070 Log: 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) Deleted: head/net-p2p/libtorrent-rasterbar/files/patch-src_kademlia_dht__tracker.cpp Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo head/net-p2p/libtorrent-rasterbar/pkg-plist Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Thu Sep 6 00:20:36 2018 (r479069) +++ head/net-p2p/libtorrent-rasterbar/Makefile Thu Sep 6 00:34:06 2018 (r479070) @@ -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 Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Thu Sep 6 00:20:36 2018 (r479069) +++ head/net-p2p/libtorrent-rasterbar/distinfo Thu Sep 6 00:34:06 2018 (r479070) @@ -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 Modified: head/net-p2p/libtorrent-rasterbar/pkg-plist ============================================================================== --- head/net-p2p/libtorrent-rasterbar/pkg-plist Thu Sep 6 00:20:36 2018 (r479069) +++ head/net-p2p/libtorrent-rasterbar/pkg-plist Thu Sep 6 00:34:06 2018 (r479070) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809060034.w860Y7Lk082311>