From owner-svn-ports-head@FreeBSD.ORG Sun May 3 16:58:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5CCD347; Sun, 3 May 2015 16:58:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87BD710A4; Sun, 3 May 2015 16:58:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43Gw5dt087533; Sun, 3 May 2015 16:58:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43Gw4Q7087529; Sun, 3 May 2015 16:58:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505031658.t43Gw4Q7087529@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 3 May 2015 16:58:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385291 - in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Group: ports-head 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.20 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: Sun, 03 May 2015 16:58:05 -0000 Author: jbeich Date: Sun May 3 16:58:04 2015 New Revision: 385291 URL: https://svnweb.freebsd.org/changeset/ports/385291 Log: 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) Modified: head/net-p2p/bitcoin-daemon/Makefile (contents, props changed) head/net-p2p/bitcoin/Makefile (contents, props changed) head/net-p2p/bitcoin/distinfo (contents, props changed) Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Sun May 3 16:57:33 2015 (r385290) +++ head/net-p2p/bitcoin-daemon/Makefile Sun May 3 16:58:04 2015 (r385291) @@ -8,7 +8,7 @@ COMMENT= Virtual Peer-to-Peer Currency ( 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 \ Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Sun May 3 16:57:33 2015 (r385290) +++ head/net-p2p/bitcoin/Makefile Sun May 3 16:58:04 2015 (r385291) @@ -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_bi .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 \ Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Sun May 3 16:57:33 2015 (r385290) +++ head/net-p2p/bitcoin/distinfo Sun May 3 16:58:04 2015 (r385291) @@ -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