diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2024-07-17 04:20:19 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-07-17 04:20:19 +0000 |
commit | 0d4b8e3eb1ce5e440142354d41b39814f632af15 (patch) | |
tree | 8ff03b313edd61c314a322b823b3e3c0b01c4866 | |
parent | 976044219248f86efda985a36308333c9156c074 (diff) | |
download | ports-0d4b8e3eb1ce5e440142354d41b39814f632af15.tar.gz ports-0d4b8e3eb1ce5e440142354d41b39814f632af15.zip |
net-p2p/bitcoin: Fix build with miniupnpc 2.2.8
PR: 280298
Reported by: pkg-fallout
-rw-r--r-- | net-p2p/bitcoin/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index b0af06ec85e1..51735aa83744 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -8,6 +8,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} bitcoin128.png:icon DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} +PATCH_SITES= https://github.com/bitcoin-core/gui/commit/ +PATCHFILES+= 8acdf66540834b9f9cf28f16d389e8b6a48516d5.patch:-p1 # https://github.com/bitcoin/bitcoin/issues/30266 + MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) WWW= https://www.bitcoin.org/ diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index dba0ebfc3128..d4b93167025e 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1719093947 +TIMESTAMP = 1721148835 SHA256 (bitcoin/bitcoin-27.1.tar.gz) = 0c1051fd921b8fae912f5c2dfd86b085ab45baa05cd7be4585b10b4d1818f3da SIZE (bitcoin/bitcoin-27.1.tar.gz) = 13146508 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722 SIZE (bitcoin/bitcoin128.png) = 10639 +SHA256 (bitcoin/8acdf66540834b9f9cf28f16d389e8b6a48516d5.patch) = 8e549d1e76ff53949e8463a84d4afce45d4282820909973ac22485462610947c +SIZE (bitcoin/8acdf66540834b9f9cf28f16d389e8b6a48516d5.patch) = 1072 |