diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-04 00:58:04 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-04 00:58:04 +0800 |
commit | 5a23e6995482ddc370a482c43563d19afc000615 (patch) | |
tree | ad11cd8ae4655a25b20a380feb276d652a33f7fa /net-p2p/bitcoin | |
parent | faa352c81393cbab03c2866f9ad2e07d23a9c39d (diff) | |
download | freebsd-ports-gnome-5a23e6995482ddc370a482c43563d19afc000615.tar.gz freebsd-ports-gnome-5a23e6995482ddc370a482c43563d19afc000615.tar.zst freebsd-ports-gnome-5a23e6995482ddc370a482c43563d19afc000615.zip |
net-p2p/bitcoin*: update to 0.10.1 and fix conflicts
Work around bin/test_bitcoin installed more than once by leaving
TESTS=on by default only in net-p2p/bitcoin-utils.
Changes: https://bitcoin.org/en/release/v0.10.1
PR: 198826 [1]
PR: 199856
Reported by: peter [1]
Submitted by: robbak@gmail.com (maintainer, other mail)
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index fad0b460ec90..7357c97f652f 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.10.1 +DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -13,7 +13,7 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf compiler:c++0x gmake libtool pkgconfig USE_GITHUB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -34,7 +34,7 @@ TESTS_PLIST_FILES= %%QT_BINDIR%%/test_bitcoin-qt \ .endif OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET -OPTIONS_DEFAULT?= HARDENING QRCODES TESTS WALLET +OPTIONS_DEFAULT?= HARDENING QRCODES WALLET OPTIONS_SUB= yes HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack) @@ -69,8 +69,6 @@ WALLET_LIBS= -L${BDB_LIB_DIR} WALLET_USE= BDB=48 GH_ACCOUNT= bitcoin -GH_COMMIT= 58810d2 -GH_TAGNAME= v${PORTVERSION} CONFIGURE_ARGS?= --without-daemon \ --with-gui \ diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index 563182bfe939..cbe945836a96 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -1,2 +1,2 @@ -SHA256 (bitcoin-0.10.0.tar.gz) = 8723a955fa0f86dc35d5e8bd37484b37fdb3a3977dad50947fa334ac80ee7df7 -SIZE (bitcoin-0.10.0.tar.gz) = 5018463 +SHA256 (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = d83e2872de37a17c60b7f5d86a5d9cfe2e7e706bf270ea59d7cd846d2fbf8102 +SIZE (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = 5049043 |