Simple update to the latest stable version. OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/bitcoin/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile    13 Jan 2020 19:59:26 -0000      1.21
+++ Makefile    13 Mar 2020 05:54:09 -0000
@@ -6,7 +6,7 @@ COMMENT =               P2P payment system
 
 GH_ACCOUNT =           bitcoin
 GH_PROJECT =           bitcoin
-GH_TAGNAME =           v0.19.0.1
+GH_TAGNAME =           v0.19.1
 
 SHARED_LIBS +=  bitcoinconsensus          2.0 # 0.0
 SHARED_LIBS +=  secp256k1                 0.0 # 0.0
@@ -23,8 +23,8 @@ PERMIT_PACKAGE =      Yes
 
 WANTLIB += ${COMPILER_LIBCXX} boost_chrono-mt boost_filesystem
 WANTLIB += boost_system boost_system-mt boost_thread-mt c crypto
-WANTLIB += db_cxx event_core event_extra event_pthreads m sodium
-WANTLIB += zmq
+WANTLIB += db_cxx event_core event_extra event_pthreads icuio
+WANTLIB += m sodium ssl zmq zstd
 
 LIB_DEPENDS =          devel/boost \
                        net/zeromq \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/bitcoin/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo    13 Jan 2020 19:59:26 -0000      1.9
+++ distinfo    13 Mar 2020 05:54:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (bitcoin-0.19.0.1.tar.gz) = GnL1g/dEizgI2E7X+NjrIk9EtRKR/ud0u5zsvU/Lrsc=
-SIZE (bitcoin-0.19.0.1.tar.gz) = 6647201
+SHA256 (bitcoin-0.19.1.tar.gz) = O51YK6NrUJVfbfrRLN8TlGLRmtMGBLSXZtwsohoaMiw=
+SIZE (bitcoin-0.19.1.tar.gz) = 6655953

Reply via email to