From owner-svn-ports-all@freebsd.org Thu Feb 15 21:04:20 2018 Return-Path: Delivered-To: svn-ports-all@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 30F37F1A35F; Thu, 15 Feb 2018 21:04:20 +0000 (UTC) (envelope-from zeising@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 D5B4970441; Thu, 15 Feb 2018 21:04:19 +0000 (UTC) (envelope-from zeising@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 D094C24040; Thu, 15 Feb 2018 21:04:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1FL4J0O091942; Thu, 15 Feb 2018 21:04:19 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FL4JJu091940; Thu, 15 Feb 2018 21:04:19 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201802152104.w1FL4JJu091940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 15 Feb 2018 21:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461949 - head/net-p2p/go-ethereum X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/net-p2p/go-ethereum X-SVN-Commit-Revision: 461949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 21:04:20 -0000 Author: zeising Date: Thu Feb 15 21:04:19 2018 New Revision: 461949 URL: https://svnweb.freebsd.org/changeset/ports/461949 Log: Update net-p2p/go-ethereum to 1.8.0 Requires go version >= 1.9.2 Reliable light client Reliable fast sync Custom tracing scripts Native events using abigen Breaking changes: Trie pruning is enabled on all --syncmode variations (including --syncmode=full). If running an archive node, to retain historic data, disable pruning with `--gcmode=archive` PR: 225916 Submitted by: Enrique Fynn (maintainer) Modified: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Thu Feb 15 20:17:58 2018 (r461948) +++ head/net-p2p/go-ethereum/Makefile Thu Feb 15 21:04:19 2018 (r461949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.7.3 +PORTVERSION= 1.8.0 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -11,7 +11,7 @@ COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= go:lang/go +BUILD_DEPENDS= go>=1.9.2:lang/go USE_GITHUB= yes GH_ACCOUNT= ethereum Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Thu Feb 15 20:17:58 2018 (r461948) +++ head/net-p2p/go-ethereum/distinfo Thu Feb 15 21:04:19 2018 (r461949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512115437 -SHA256 (ethereum-go-ethereum-v1.7.3_GH0.tar.gz) = 64a9f19eeccb3c094e7f9d2d936cd2d48aee3a2cc03148b980e0462c7579a73a -SIZE (ethereum-go-ethereum-v1.7.3_GH0.tar.gz) = 8188445 +TIMESTAMP = 1518697918 +SHA256 (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 4e7ea90940b6f34f393c2158ac866f512590962f5d46c21b2f4d523dcf8b9f48 +SIZE (ethereum-go-ethereum-v1.8.0_GH0.tar.gz) = 9035082