pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/bitcoin
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 24 07:25:24 UTC 2025
Modified Files:
pkgsrc/finance/bitcoin: Makefile PLIST distinfo options.mk
Log Message:
bitcoin: updated to 30.0
30.0
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-30.0.md
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/bitcoin/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/finance/bitcoin/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/bitcoin/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/bitcoin/Makefile
diff -u pkgsrc/finance/bitcoin/Makefile:1.98 pkgsrc/finance/bitcoin/Makefile:1.99
--- pkgsrc/finance/bitcoin/Makefile:1.98 Thu Oct 23 20:36:55 2025
+++ pkgsrc/finance/bitcoin/Makefile Mon Nov 24 07:25:24 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2025/10/23 20:36:55 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2025/11/24 07:25:24 adam Exp $
-DISTNAME= bitcoin-29.1
-PKGREVISION= 1
+DISTNAME= bitcoin-30.0
CATEGORIES= finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
@@ -12,7 +11,7 @@ LICENSE= mit
RCD_SCRIPTS= bitcoind
-USE_CXX_FEATURES+= c++20 filesystem
+USE_CXX_FEATURES= c++20 filesystem
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
@@ -51,6 +50,7 @@ BUILDLINK_TRANSFORM+= l:db_cxx:db4_cxx
.include "../../databases/db4/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/capnproto/buildlink3.mk"
.include "../../devel/cmake/build.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.21
.include "../../devel/libevent/buildlink3.mk"
Index: pkgsrc/finance/bitcoin/PLIST
diff -u pkgsrc/finance/bitcoin/PLIST:1.10 pkgsrc/finance/bitcoin/PLIST:1.11
--- pkgsrc/finance/bitcoin/PLIST:1.10 Thu Jul 17 11:22:59 2025
+++ pkgsrc/finance/bitcoin/PLIST Mon Nov 24 07:25:24 2025
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.10 2025/07/17 11:22:59 adam Exp $
-bin/bench_bitcoin
+@comment $NetBSD: PLIST,v 1.11 2025/11/24 07:25:24 adam Exp $
+bin/bitcoin
bin/bitcoin-cli
${PLIST.qt}bin/bitcoin-qt
bin/bitcoin-util
bin/bitcoin-wallet
bin/bitcoind
+libexec/bench_bitcoin
+${PLIST.qt}libexec/bitcoin-gui
+libexec/bitcoin-node
man/man1/bitcoin-cli.1
${PLIST.qt}man/man1/bitcoin-qt.1
man/man1/bitcoin-util.1
man/man1/bitcoin-wallet.1
+man/man1/bitcoin.1
man/man1/bitcoind.1
Index: pkgsrc/finance/bitcoin/distinfo
diff -u pkgsrc/finance/bitcoin/distinfo:1.24 pkgsrc/finance/bitcoin/distinfo:1.25
--- pkgsrc/finance/bitcoin/distinfo:1.24 Fri Oct 3 07:37:04 2025
+++ pkgsrc/finance/bitcoin/distinfo Mon Nov 24 07:25:24 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2025/10/03 07:37:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/11/24 07:25:24 adam Exp $
-BLAKE2s (bitcoin-29.1.tar.gz) = 616165c888c55bd3d54e4cc3607bbd3fb78e9f4cb7f720a29f732ca84497e0a2
-SHA512 (bitcoin-29.1.tar.gz) = 49d89808089d89dcca04fefc54e41265418140c021484c3cfe409828f38f1d23e4fe7b75b7932274ddc23a0c9b0e10b2c1038b92734d266dc5978abc2fe7079b
-Size (bitcoin-29.1.tar.gz) = 12880902 bytes
+BLAKE2s (bitcoin-30.0.tar.gz) = 671eaa24ad28871071335c7200b40cbfebd0c0b20ed15ed6ea17c30194ee20de
+SHA512 (bitcoin-30.0.tar.gz) = 70f0cd08cccb0b6668dc829d73ef93bd2c9cfba26b2a0ff8057db21d2ce387c7e0f60ab90019fffe9adf5c87f7ea78279f24169d5db29cf8edf9719668a8176a
+Size (bitcoin-30.0.tar.gz) = 12676434 bytes
SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b
Index: pkgsrc/finance/bitcoin/options.mk
diff -u pkgsrc/finance/bitcoin/options.mk:1.4 pkgsrc/finance/bitcoin/options.mk:1.5
--- pkgsrc/finance/bitcoin/options.mk:1.4 Thu Jul 17 11:22:59 2025
+++ pkgsrc/finance/bitcoin/options.mk Mon Nov 24 07:25:24 2025
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2025/07/17 11:22:59 adam Exp $
+# $NetBSD: options.mk,v 1.5 2025/11/24 07:25:24 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bitcoin
-PKG_SUPPORTED_OPTIONS+= qt5
-# qt5 is off because it doubles the footprint of the package.
+PKG_SUPPORTED_OPTIONS+= qt6
+# qt6 is off because it doubles the footprint of the package.
# Please do not enable it by default; instead, create a split
# package.
@@ -10,10 +10,10 @@ PKG_SUPPORTED_OPTIONS+= qt5
PLIST_VARS+= qt
-.if !empty(PKG_OPTIONS:Mqt5)
+.if !empty(PKG_OPTIONS:Mqt6)
CMAKE_CONFIGURE_ARGS+= -DBUILD_GUI=ON
PLIST.qt= yes
.include "../../converters/qrencode/buildlink3.mk"
.include "../../devel/protobuf/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index