From owner-svn-ports-all@freebsd.org Mon Dec 25 18:07:50 2017 Return-Path: Delivered-To: svn-ports-all@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 4BD21E9D9A8; Mon, 25 Dec 2017 18:07:50 +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 251176D0E7; Mon, 25 Dec 2017 18:07:50 +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 vBPI7nx7012043; Mon, 25 Dec 2017 18:07:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBPI7mAd012038; Mon, 25 Dec 2017 18:07:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201712251807.vBPI7mAd012038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Dec 2017 18:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457245 - in head/net-p2p: bitcoin litecoin X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/net-p2p: bitcoin litecoin X-SVN-Commit-Revision: 457245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2017 18:07:50 -0000 Author: jbeich Date: Mon Dec 25 18:07:48 2017 New Revision: 457245 URL: https://svnweb.freebsd.org/changeset/ports/457245 Log: net-p2p/bitcoin: unbreak with boost 1.66 PR: 224129 224132 Obtained from: upstream (Bitcoin 0.16.0) Approved by: portmgr blanket Modified: head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/bitcoin/distinfo (contents, props changed) head/net-p2p/litecoin/Makefile (contents, props changed) head/net-p2p/litecoin/distinfo (contents, props changed) Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Mon Dec 25 18:00:52 2017 (r457244) +++ head/net-p2p/bitcoin/Makefile Mon Dec 25 18:07:48 2017 (r457245) @@ -7,6 +7,9 @@ DISTVERSIONPREFIX= v PORTREVISION?= 2 CATEGORIES= net-p2p finance +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 1ec0c0a01c31.patch:-p1 + MAINTAINER= robbak@robbak.com COMMENT?= Virtual Peer-to-Peer Currency Client (QT) Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Mon Dec 25 18:00:52 2017 (r457244) +++ head/net-p2p/bitcoin/distinfo Mon Dec 25 18:07:48 2017 (r457245) @@ -1,3 +1,5 @@ TIMESTAMP = 1510484103 SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = e429d4f257f2b5b6d0caaf36ed1a5f5203e5918c57837efac00b0c322a1fef79 SIZE (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 7547736 +SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 +SIZE (1ec0c0a01c31.patch) = 3535 Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Mon Dec 25 18:00:52 2017 (r457244) +++ head/net-p2p/litecoin/Makefile Mon Dec 25 18:07:48 2017 (r457245) @@ -8,6 +8,9 @@ DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= net-p2p finance +PATCH_SITES= https://github.com/bitcoin/bitcoin/commit/ +PATCHFILES= 1ec0c0a01c31.patch:-p1 + MAINTAINER= swills@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) Modified: head/net-p2p/litecoin/distinfo ============================================================================== --- head/net-p2p/litecoin/distinfo Mon Dec 25 18:00:52 2017 (r457244) +++ head/net-p2p/litecoin/distinfo Mon Dec 25 18:07:48 2017 (r457245) @@ -1,3 +1,5 @@ TIMESTAMP = 1503300985 SHA256 (litecoin-project-litecoin-v0.14.2_GH0.tar.gz) = 953fd6cee2da3ed63779b2dbce8a775e76d7a926be3de5b906d40f6641a2b4d5 SIZE (litecoin-project-litecoin-v0.14.2_GH0.tar.gz) = 6205762 +SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 +SIZE (1ec0c0a01c31.patch) = 3535