diff options
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/bitcoin/files/patch-CMakeLists.txt | 11 |
5 files changed, 4 insertions, 20 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 402bd69f0aa6..6d5b32515f90 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 7189a5914a90..2ea5b0eb7303 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 1 PKGNAMESUFFIX= -utils COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities) diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 094acc6e6fd0..498238899b7c 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -1,6 +1,5 @@ PORTNAME= bitcoin -PORTVERSION= 29.0 -PORTREVISION= 1 +PORTVERSION= 29.1 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon @@ -9,8 +8,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${_DISTFILES:N*.png} -PATCH_SITES= https://github.com/bitcoin-core/gui/commit/ - 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 35bb005936ac..ffb5bf182917 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1745116296 -SHA256 (bitcoin/bitcoin-29.0.tar.gz) = 882c782c34a3bf2eacd1fae5cdc58b35b869883512f197f7d6dc8f195decfdaa -SIZE (bitcoin/bitcoin-29.0.tar.gz) = 12935061 +TIMESTAMP = 1757669323 +SHA256 (bitcoin/bitcoin-29.1.tar.gz) = 067f624ae273b0d85a1554ffd7c098923351a647204e67034df6cc1dfacfa06b +SIZE (bitcoin/bitcoin-29.1.tar.gz) = 12880902 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722 SIZE (bitcoin/bitcoin128.png) = 10639 diff --git a/net-p2p/bitcoin/files/patch-CMakeLists.txt b/net-p2p/bitcoin/files/patch-CMakeLists.txt deleted file mode 100644 index 7c47fb838701..000000000000 --- a/net-p2p/bitcoin/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2025-05-09 20:40:59 UTC -+++ CMakeLists.txt -@@ -153,7 +153,7 @@ endif() - set(USE_QRCODE TRUE) - endif() - --cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF) -+cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"FreeBSD\" AND BUILD_GUI" OFF) - - option(WITH_MULTIPROCESS "Build multiprocess bitcoin-node and bitcoin-gui executables in addition to monolithic bitcoind and bitcoin-qt executables. Requires libmultiprocess library. Experimental." OFF) - if(WITH_MULTIPROCESS) |