diff options
author | zeising <zeising@FreeBSD.org> | 2018-02-16 05:04:19 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2018-02-16 05:04:19 +0800 |
commit | 2cc9a595810fa9f66333a8fb35ccc10f596fea6e (patch) | |
tree | f832d5fbebbb41fd26318610c32309b03d48a34c /net-p2p | |
parent | c02ff5822429dc010c8ec9e4e02b604b9840d11c (diff) | |
download | freebsd-ports-gnome-2cc9a595810fa9f66333a8fb35ccc10f596fea6e.tar.gz freebsd-ports-gnome-2cc9a595810fa9f66333a8fb35ccc10f596fea6e.tar.zst freebsd-ports-gnome-2cc9a595810fa9f66333a8fb35ccc10f596fea6e.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)
Diffstat (limited to 'net-p2p')
-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 |