View | Details | Raw Unified | Return to bug 293829 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/go-ethereum/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	go-ethereum
1
PORTNAME=	go-ethereum
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.16.8
3
DISTVERSION=	1.17.1
4
PORTREVISION=	2
4
PORTREVISION=	2
5
CATEGORIES=	net-p2p
5
CATEGORIES=	net-p2p
6
6
Lines 28-34 OPTIONS_DEFINE= DEVTOOLS Link Here
28
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
29
DEVTOOLS_DESC=	Ethereum developer tools
29
DEVTOOLS_DESC=	Ethereum developer tools
30
30
31
DEVTOOLS_VARS=		GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef"
31
DEVTOOLS_VARS=		GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef ./cmd/ethkey ./cmd/blsync ./cmd/era"
32
DEVTOOLS_VARS_OFF=	GO_TARGET=./cmd/geth
32
DEVTOOLS_VARS_OFF=	GO_TARGET=./cmd/geth
33
33
34
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)b/net-p2p/go-ethereum/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1770233730
1
TIMESTAMP = 1773569540
2
SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 1d074633a25a2488327fb9a629d35118e472d6d4fd7903a4ec25877ca403f0b1
2
SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.mod) = a4fc2d9f3e8e35bed06359674e22b0254bbefccf5c64becd52ef456d98684adc
3
SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 7139
3
SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.mod) = 7891
4
SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = aefb8134bf81b4332e5c3a82e81bd8a920adc4a786b91c91f85f25dd2a4c442a
4
SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.zip) = a2b8dffbe8e3568c1ad68d06665cabcfbe7ac40e3ec5b3e5de06ac655dba3baa
5
SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = 22906212
5
SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.zip) = 23558531
(-)b/net-p2p/go-ethereum/pkg-plist (+3 lines)
Lines 3-5 bin/geth Link Here
3
%%DEVTOOLS%%bin/evm
3
%%DEVTOOLS%%bin/evm
4
%%DEVTOOLS%%bin/rlpdump
4
%%DEVTOOLS%%bin/rlpdump
5
%%DEVTOOLS%%bin/clef
5
%%DEVTOOLS%%bin/clef
6
%%DEVTOOLS%%bin/ethkey
7
%%DEVTOOLS%%bin/blsync
8
%%DEVTOOLS%%bin/era

Return to bug 293829