Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 18:07:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
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
Message-ID:  <201712251807.vBPI7mAd012038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712251807.vBPI7mAd012038>