From owner-svn-ports-head@freebsd.org Thu Dec 27 09:53:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37AC13564B0; Thu, 27 Dec 2018 09:53:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 998E16B57F; Thu, 27 Dec 2018 09:53:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 895B59D09; Thu, 27 Dec 2018 09:53:38 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBR9rclA084122; Thu, 27 Dec 2018 09:53:38 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBR9rcBA084120; Thu, 27 Dec 2018 09:53:38 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201812270953.wBR9rcBA084120@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 27 Dec 2018 09:53:38 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/net-p2p/bitcoin: . files X-SVN-Commit-Revision: 488524 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 998E16B57F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 27 Dec 2018 09:53:39 -0000 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}"