From owner-svn-ports-head@freebsd.org Thu Jan 14 16:36:31 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DDB894E79C9; Thu, 14 Jan 2021 16:36:31 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGqhH5nZ0z4bhT; Thu, 14 Jan 2021 16:36:31 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEB485597; Thu, 14 Jan 2021 16:36:31 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10EGaVOH014441; Thu, 14 Jan 2021 16:36:31 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10EGaVkD014438; Thu, 14 Jan 2021 16:36:31 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <202101141636.10EGaVkD014438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Thu, 14 Jan 2021 16:36:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561569 - in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Commit-Revision: 561569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 16:36:31 -0000 Author: kbowling Date: Thu Jan 14 16:36:30 2021 New Revision: 561569 URL: https://svnweb.freebsd.org/changeset/ports/561569 Log: 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 Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/distinfo Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Thu Jan 14 16:32:11 2021 (r561568) +++ head/net-p2p/bitcoin-daemon/Makefile Thu Jan 14 16:36:30 2021 (r561569) @@ -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 Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Thu Jan 14 16:32:11 2021 (r561568) +++ head/net-p2p/bitcoin/Makefile Thu Jan 14 16:36:30 2021 (r561569) @@ -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/libqrenco 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 Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Thu Jan 14 16:32:11 2021 (r561568) +++ head/net-p2p/bitcoin/distinfo Thu Jan 14 16:36:30 2021 (r561569) @@ -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