From owner-svn-ports-head@freebsd.org Thu Sep 7 23:07:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37278E15E70; Thu, 7 Sep 2017 23:07:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D83966BEBF; Thu, 7 Sep 2017 23:07:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v87N7ZUt092549; Thu, 7 Sep 2017 23:07:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v87N7Ye8092547; Thu, 7 Sep 2017 23:07:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201709072307.v87N7Ye8092547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 7 Sep 2017 23:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449431 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net-p2p/libtorrent-rasterbar X-SVN-Commit-Revision: 449431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 23:07:36 -0000 Author: jbeich Date: Thu Sep 7 23:07:34 2017 New Revision: 449431 URL: https://svnweb.freebsd.org/changeset/ports/449431 Log: net-p2p/libtorrent-rasterbar: unbreak with boost 1.65 PR: 220717 Obtained from: upstream Approved by: portmgr blanket Modified: head/net-p2p/libtorrent-rasterbar/Makefile (contents, props changed) head/net-p2p/libtorrent-rasterbar/distinfo (contents, props changed) Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Thu Sep 7 21:23:00 2017 (r449430) +++ head/net-p2p/libtorrent-rasterbar/Makefile Thu Sep 7 23:07:34 2017 (r449431) @@ -7,6 +7,9 @@ PORTREVISION= 1 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= 7eb3cf6bc6db.patch:-p1 + MAINTAINER= rezny@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Thu Sep 7 21:23:00 2017 (r449430) +++ head/net-p2p/libtorrent-rasterbar/distinfo Thu Sep 7 23:07:34 2017 (r449431) @@ -1,3 +1,5 @@ TIMESTAMP = 1492892114 SHA256 (libtorrent-rasterbar-1.1.3.tar.gz) = 44196a89932c26528f5db19289d0f0f4130730a61dccc61c9f1eac9ad3e881d8 SIZE (libtorrent-rasterbar-1.1.3.tar.gz) = 3912760 +SHA256 (7eb3cf6bc6db.patch) = d343654786f02112b0787d999f3c569bcb9bb31dfc2be52aa26007b5f5e3ca0b +SIZE (7eb3cf6bc6db.patch) = 1180