svn commit: r519828 - head/net-p2p/bitcoin

Jan Beich jbeich at FreeBSD.org
Wed Dec 11 19:00:01 UTC 2019


Author: jbeich
Date: Wed Dec 11 19:00:01 2019
New Revision: 519828
URL: https://svnweb.freebsd.org/changeset/ports/519828

Log:
  net-p2p/bitcoin: switch to simplier boost 1.72 fix
  
  Suggested by:	upstream

Modified:
  head/net-p2p/bitcoin/Makefile   (contents, props changed)
  head/net-p2p/bitcoin/distinfo   (contents, props changed)

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Wed Dec 11 18:57:48 2019	(r519827)
+++ head/net-p2p/bitcoin/Makefile	Wed Dec 11 19:00:01 2019	(r519828)
@@ -12,7 +12,7 @@ DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${_DISTFILES:N*.png}
 
 PATCH_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/commit/
-PATCHFILES+=	90916ddf17dc.patch:-p1 # https://github.com/bitcoin/bitcoin/pull/17654
+PATCHFILES+=	a64e97dd476b.patch:-p1 # https://github.com/bitcoin/bitcoin/pull/17654
 
 MAINTAINER=	kbowling at FreeBSD.org
 COMMENT?=	Virtual Peer-to-Peer Currency Client (QT)

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Wed Dec 11 18:57:48 2019	(r519827)
+++ head/net-p2p/bitcoin/distinfo	Wed Dec 11 19:00:01 2019	(r519828)
@@ -3,5 +3,5 @@ SHA256 (bitcoin/bitcoin-0.19.0.1.tar.gz) = 7ac9f972249
 SIZE (bitcoin/bitcoin-0.19.0.1.tar.gz) = 7386333
 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
 SIZE (bitcoin/bitcoin128.png) = 10639
-SHA256 (bitcoin/90916ddf17dc.patch) = 6997e8ee5947ea172fa71d8c7a2f478e120ea4ca7ae1f5edbe4a5714c2e06992
-SIZE (bitcoin/90916ddf17dc.patch) = 1800
+SHA256 (bitcoin/a64e97dd476b.patch) = 7881fce02696f64f03796ce3d09433e4dd029b32204d7f6c290a62fcce6b018d
+SIZE (bitcoin/a64e97dd476b.patch) = 774


More information about the svn-ports-all mailing list