diff options
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 4 |
3 files changed, 7 insertions, 9 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 7c3f16746327..e56167d653ab 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -8,7 +8,7 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon) SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET -OPTIONS_DEFAULT= HARDENING TESTS WALLET +OPTIONS_DEFAULT= HARDENING WALLET CONFIGURE_ARGS= --with-daemon \ --without-gui \ 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 |