diff options
author | rm <rm@FreeBSD.org> | 2016-06-19 06:17:12 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-06-19 06:17:12 +0800 |
commit | 4c39ab1d7acb49b0bc4d6d020e7c9c85c251fb52 (patch) | |
tree | d03913a31c1bd3ca331309fc8b7f8f4ef708173b /net-p2p/go-ethereum | |
parent | 56947902c3b266e4379aceab43d7f85c809cfeea (diff) | |
download | freebsd-ports-gnome-4c39ab1d7acb49b0bc4d6d020e7c9c85c251fb52.tar.gz freebsd-ports-gnome-4c39ab1d7acb49b0bc4d6d020e7c9c85c251fb52.tar.zst freebsd-ports-gnome-4c39ab1d7acb49b0bc4d6d020e7c9c85c251fb52.zip |
net-p2p/go-ethereum: update to 1.4.7
- drop dependency upon libgmp
PR: 210318
Submitted by: Fynn <enriquefynn@gmail.com> (maintainer)
Diffstat (limited to 'net-p2p/go-ethereum')
-rw-r--r-- | net-p2p/go-ethereum/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/go-ethereum/distinfo | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 4a6cf73dbf9b..42ecd40feb2e 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.7 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -10,7 +10,6 @@ COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 -LIB_DEPENDS= libgmp.so:math/gmp BUILD_DEPENDS= go:lang/go RUN_DEPENDS= go:lang/go diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index 8f70c46db3d7..563d98dc25d1 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,2 +1,3 @@ -SHA256 (ethereum-go-ethereum-v1.4.3_GH0.tar.gz) = dc21a37f98e2903de7377301d6a1897f9efacc996ec19dbeb2592a603a53e41f -SIZE (ethereum-go-ethereum-v1.4.3_GH0.tar.gz) = 11004556 +TIMESTAMP = 1466287699 +SHA256 (ethereum-go-ethereum-v1.4.7_GH0.tar.gz) = 3d908ce3e077d7c0fd7277290f4228a4b5dbde23f9e46775c99b3a650efa9474 +SIZE (ethereum-go-ethereum-v1.4.7_GH0.tar.gz) = 11022379 |