diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-02-15 21:04:19 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-02-15 21:04:19 +0000 |
commit | 1e735791ddc00f22744152f47e7713700f0ca6f5 (patch) | |
tree | f832d5fbebbb41fd26318610c32309b03d48a34c | |
parent | a05b9f38302d4ad2877f24357f2dd0d6dea37cf5 (diff) | |
download | ports-1e735791ddc00f22744152f47e7713700f0ca6f5.tar.gz ports-1e735791ddc00f22744152f47e7713700f0ca6f5.zip |
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)
Notes
Notes:
svn path=/head/; revision=461949
-rw-r--r-- | net-p2p/go-ethereum/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/go-ethereum/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index ec1dac6b695b..e3e5b7df4816 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -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 diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 89883c3ee970..17ff3cf71575 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -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 |