Date: Tue, 3 Oct 2017 14:25:09 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451133 - in head/net-p2p: bitcoin bitcoin-daemon Message-ID: <201710031425.v93EPAWJ071947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Oct 3 14:25:09 2017 New Revision: 451133 URL: https://svnweb.freebsd.org/changeset/ports/451133 Log: net-p2p/bitcoin: Update to 0.15.0.1 [1] While here, fix plist for bitcoin-daemon [2] PR: 222384 [1] PR: 222167 [2] Submitted by: kbowling [1] Submitted by: jbeich [2] Approved by: robbak@robbak.com (maintainer) Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/distinfo Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin-daemon/Makefile Tue Oct 3 14:25:09 2017 (r451133) @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --with-daemon \ --without-utils PLIST_FILES= bin/bitcoind \ - man/man1/bitcoind.1.gz + man/man1/bitcoind.1.gz \ + %%ETCDIR%%.conf.sample USE_RC_SUBR= bitcoind Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin/Makefile Tue Oct 3 14:25:09 2017 (r451133) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.14.2 +PORTVERSION= 0.15.0.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com @@ -18,7 +17,6 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ BROKEN_powerpc64= fails to compile: util.cpp: undefined reference to boost::program_options::to_internal USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl -SHEBANG_FILES= src/test/*.py USE_GITHUB= yes GNU_CONFIGURE= yes Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Tue Oct 3 13:41:14 2017 (r451132) +++ head/net-p2p/bitcoin/distinfo Tue Oct 3 14:25:09 2017 (r451133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500590635 -SHA256 (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = e0ac23f01a953fcc6290c96799deeffb32aa76ca8e216c564d20c18e75a25219 -SIZE (bitcoin-bitcoin-v0.14.2_GH0.tar.gz) = 7180535 +TIMESTAMP = 1505631653 +SHA256 (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = a2d28632be6918ce23d2fd589f0aecbb2a90579c9345f47fdfe1e77ec31f023e +SIZE (bitcoin-bitcoin-v0.15.0.1_GH0.tar.gz) = 7504139
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031425.v93EPAWJ071947>