net-p2p/bitcoin: update to 0.20.0
Sponsored by: BBOX.io
This commit is contained in:
parent
1db669dd33
commit
928a0bd28c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544306
2 changed files with 7 additions and 9 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bitcoin
|
||||
PORTVERSION= 0.19.1
|
||||
PORTREVISION?= 2
|
||||
PORTVERSION= 0.20.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-p2p finance
|
||||
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
|
||||
LOCAL/swills:icon
|
||||
|
@ -19,7 +19,7 @@ LICENSE= MIT
|
|||
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
||||
libevent.so:devel/libevent
|
||||
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -90,9 +90,7 @@ CONFIGURE_ARGS?= --without-libs \
|
|||
--without-daemon \
|
||||
--without-utils
|
||||
|
||||
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \
|
||||
SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \
|
||||
OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}"
|
||||
CONFIGURE_ENV= OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}"
|
||||
MAKE_ENV+= V=1
|
||||
|
||||
PLIST_FILES?= bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1587098177
|
||||
SHA256 (bitcoin/bitcoin-0.19.1.tar.gz) = f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
|
||||
SIZE (bitcoin/bitcoin-0.19.1.tar.gz) = 7414508
|
||||
TIMESTAMP = 1596764349
|
||||
SHA256 (bitcoin/bitcoin-0.20.0.tar.gz) = ec5a2358ee868d845115dc4fc3ed631ff063c57d5e0a713562d083c5c45efb28
|
||||
SIZE (bitcoin/bitcoin-0.20.0.tar.gz) = 6980404
|
||||
SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
|
||||
SIZE (bitcoin/bitcoin128.png) = 10639
|
||||
|
|
Loading…
Reference in a new issue