net-p2p/bitcoin: update to 0.21.0
changes https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md Sponsored by: BBOX.io
This commit is contained in:
parent
b51fb26bf9
commit
dc395f8a7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561569
@ -25,7 +25,7 @@ PLIST_FILES= bin/bitcoind \
|
||||
|
||||
USE_RC_SUBR= bitcoind
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 0
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/bitcoin.conf ${STAGEDIR}${PREFIX}/etc/bitcoin.conf.sample
|
||||
|
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bitcoin
|
||||
PORTVERSION= 0.20.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 0.21.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-p2p finance
|
||||
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
|
||||
LOCAL/swills:icon
|
||||
@ -73,11 +73,12 @@ QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode
|
||||
WALLET_CONFIGURE_OFF= --disable-wallet
|
||||
WALLET_CONFIGURE_ON= --enable-wallet \
|
||||
--with-incompatible-bdb \
|
||||
--with-sqlite=yes \
|
||||
BDB_CFLAGS=-I${BDB_INCLUDE_DIR} \
|
||||
BDB_LIBS="-L${BDB_LIB_DIR} \
|
||||
-Wl,-rpath=${BDB_LIB_DIR} \
|
||||
-l${BDB_LIB_CXX_NAME}"
|
||||
WALLET_USES= bdb:5+
|
||||
WALLET_USES= bdb:5+ sqlite:3
|
||||
|
||||
ZMQ_CONFIGURE_ENABLE= zmq
|
||||
ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1597730559
|
||||
SHA256 (bitcoin/bitcoin-0.20.1.tar.gz) = 4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
|
||||
SIZE (bitcoin/bitcoin-0.20.1.tar.gz) = 6981793
|
||||
TIMESTAMP = 1610641511
|
||||
SHA256 (bitcoin/bitcoin-0.21.0.tar.gz) = 1a91202c62ee49fb64d57a52b8d6d01cd392fffcbef257b573800f9289655f37
|
||||
SIZE (bitcoin/bitcoin-0.21.0.tar.gz) = 7531395
|
||||
SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
|
||||
SIZE (bitcoin/bitcoin128.png) = 10639
|
||||
|
Loading…
Reference in New Issue
Block a user