From owner-svn-ports-head@freebsd.org Wed Feb 28 08:13:21 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 02790F3294E; Wed, 28 Feb 2018 08:13:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A48AB6AF2C; Wed, 28 Feb 2018 08:13:20 +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 86CE816EDF; Wed, 28 Feb 2018 08:13:20 +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 w1S8DKmX058388; Wed, 28 Feb 2018 08:13:20 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8DKYB058385; Wed, 28 Feb 2018 08:13:20 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201802280813.w1S8DKYB058385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 28 Feb 2018 08:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463186 - in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Commit-Revision: 463186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 28 Feb 2018 08:13:21 -0000 Author: ale Date: Wed Feb 28 08:13:20 2018 New Revision: 463186 URL: https://svnweb.freebsd.org/changeset/ports/463186 Log: Update to 0.16.0 release and change maintainer. PR: 226155 Submitted by: kbowling Approved by: 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 Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin-daemon/Makefile Wed Feb 28 08:13:20 2018 (r463186) @@ -1,7 +1,6 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 3 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin/Makefile Wed Feb 28 08:13:20 2018 (r463186) @@ -2,15 +2,12 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION?= 3 +PORTREVISION?= 0 CATEGORIES= net-p2p finance -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 1ec0c0a01c31.patch:-p1 - -MAINTAINER= robbak@robbak.com +MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT @@ -95,6 +92,12 @@ MAKE_ENV+= V=1 PLIST_FILES?= bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \ share/applications/bitcoin-qt.desktop share/pixmaps/bitcoin128.png +.include + +.if ${OSVERSION} < 1100000 +CONFIGURE_ARGS+=--disable-asm +.endif + .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-install: @@ -113,4 +116,4 @@ regression-test: build @cd ${WRKSRC} && ${GMAKE} check -.include +.include Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin/distinfo Wed Feb 28 08:13:20 2018 (r463186) @@ -1,5 +1,3 @@ -TIMESTAMP = 1510484103 -SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1 -SIZE (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 7547736 -SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 -SIZE (1ec0c0a01c31.patch) = 3535 +TIMESTAMP = 1519650479 +SHA256 (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 8ade43e420b6aad00645d79239c21947e47f37d1f974b4948b0da0b6999c28d5 +SIZE (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 6627084