diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-10-03 22:25:09 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-10-03 22:25:09 +0800 |
commit | 23473e1def13180ff8208d425f04b040eab7312d (patch) | |
tree | 0ce381b4129799e3c6b47a7a1ba39ead018c9c79 /net-p2p | |
parent | 9703725020079964ef84d3eba321da66660ddc85 (diff) | |
download | freebsd-ports-gnome-23473e1def13180ff8208d425f04b040eab7312d.tar.gz freebsd-ports-gnome-23473e1def13180ff8208d425f04b040eab7312d.tar.zst freebsd-ports-gnome-23473e1def13180ff8208d425f04b040eab7312d.zip |
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)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/bitcoin/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/bitcoin/distinfo | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 0af749b0e6cf..3045aaf97f41 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -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 diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 3bfa3f9b04ee..822c7898e308 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -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 diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo index f6a7edca348b..998dba1c5515 100644 --- a/net-p2p/bitcoin/distinfo +++ b/net-p2p/bitcoin/distinfo @@ -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 |