Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 21:04:19 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461949 - head/net-p2p/go-ethereum
Message-ID:  <201802152104.w1FL4JJu091940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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