svn commit: r488524 - in head/net-p2p/bitcoin: . files

Alex Dupre ale at FreeBSD.org
Thu Dec 27 09:53:39 UTC 2018


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}"


More information about the svn-ports-head mailing list