Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 09:53:38 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488524 - in head/net-p2p/bitcoin: . files
Message-ID:  <201812270953.wBR9rcBA084120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Dec 27 09:53:37 2018
New Revision: 488524
URL: https://svnweb.freebsd.org/changeset/ports/488524

Log:
  Update to 0.17.1 release.
  
  Approved by:	maintainer

Modified:
  head/net-p2p/bitcoin/Makefile
  head/net-p2p/bitcoin/distinfo
  head/net-p2p/bitcoin/files/bitcoind.in

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Thu Dec 27 09:52:52 2018	(r488523)
+++ head/net-p2p/bitcoin/Makefile	Thu Dec 27 09:53:37 2018	(r488524)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	bitcoin
-PORTVERSION=	0.17.0
-PORTREVISION?=	3
+PORTVERSION=	0.17.1
+PORTREVISION?=	0
 CATEGORIES=	net-p2p finance
 MASTER_SITES=	https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
 		LOCAL/swills:icon
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libevent.so:devel/libevent
 
 USES=		autoreconf compiler:c++11-lib gmake libtool pkgconfig qt:5 shebangfix ssl
+
 GNU_CONFIGURE=	yes
 
 SLAVE_PORT?=	no

Modified: head/net-p2p/bitcoin/distinfo
==============================================================================
--- head/net-p2p/bitcoin/distinfo	Thu Dec 27 09:52:52 2018	(r488523)
+++ head/net-p2p/bitcoin/distinfo	Thu Dec 27 09:53:37 2018	(r488524)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1538559976
-SHA256 (bitcoin/bitcoin-0.17.0.tar.gz) = 98ef39e851644bba1ac51edaa53c7c47c20a3980333def7bc642c8261a12785e
-SIZE (bitcoin/bitcoin-0.17.0.tar.gz) = 7008522
+TIMESTAMP = 1545897686
+SHA256 (bitcoin/bitcoin-0.17.1.tar.gz) = 3e564fb5cf832f39e930e19c83ea53e09cfe6f93a663294ed83a32e194bda42a
+SIZE (bitcoin/bitcoin-0.17.1.tar.gz) = 6992687
 SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
 SIZE (bitcoin/bitcoin128.png) = 10639

Modified: head/net-p2p/bitcoin/files/bitcoind.in
==============================================================================
--- head/net-p2p/bitcoin/files/bitcoind.in	Thu Dec 27 09:52:52 2018	(r488523)
+++ head/net-p2p/bitcoin/files/bitcoind.in	Thu Dec 27 09:53:37 2018	(r488524)
@@ -118,7 +118,7 @@ bitcoind_start()
 {
   echo "Starting bitcoind:"
   cd "${bitcoind_data_dir}" || return 1
-  ${daemon_command} -u "${bitcoind_user}" -p "${pidfile}" -o "${bitcoind_data_dir}/bitcoind.log" \
+  ${daemon_command} -u "${bitcoind_user}" -p "${pidfile}" -f \
     ${command} \
     -conf="${bitcoind_config_file}" \
     -datadir="${bitcoind_data_dir}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812270953.wBR9rcBA084120>