diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 847ac5afa4c0..9467e6086dcb 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,34 +1,33 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.16.8 -PORTREVISION= 3 +DISTVERSION= 1.17.2 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper WWW= https://github.com/ethereum/go-ethereum LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libiconv.so:converters/libiconv \ - libhidapi.so:comms/hidapi +LIB_DEPENDS= libhidapi.so:comms/hidapi \ + libiconv.so:converters/libiconv USES= cpe go:modules CPE_VENDOR= ethereum CPE_PRODUCT= go_ethereum GO_MODULE= github.com/ethereum/go-ethereum CGO_LDFLAGS= -liconv -TMPDIR= ${WRKDIR} +TMPDIR= ${WRKDIR} OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Ethereum developer tools -DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef" +DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef ./cmd/ethkey ./cmd/blsync ./cmd/era" DEVTOOLS_VARS_OFF= GO_TARGET=./cmd/geth .include diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index db8c145512f5..fa4c17926446 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1770233730 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 1d074633a25a2488327fb9a629d35118e472d6d4fd7903a4ec25877ca403f0b1 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 7139 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = aefb8134bf81b4332e5c3a82e81bd8a920adc4a786b91c91f85f25dd2a4c442a -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = 22906212 +TIMESTAMP = 1775931555 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.mod) = 82ed3bdb0efc7392f913361c306af3cd11089fa9c9815815ee6dbcc99966fe06 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.mod) = 7891 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.zip) = c5f5c0a1bd98e174cea63bc88634dc9ef9f4d582fcb4f063873d4904df994916 +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.2/v1.17.2.zip) = 23590148 diff --git a/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go b/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go deleted file mode 100644 index 1274c8e490e7..000000000000 --- a/net-p2p/go-ethereum/files/patch-vendor_github.com_karalabe_hid_hid__enabled.go +++ /dev/null @@ -1,23 +0,0 @@ ---- vendor/github.com/karalabe/hid/hid_enabled.go.orig 2026-02-04 22:48:45 UTC -+++ vendor/github.com/karalabe/hid/hid_enabled.go -@@ -31,7 +31,7 @@ specifically for the linux platform, below. - #cgo windows LDFLAGS: -lsetupapi - - #cgo freebsd CFLAGS: -DOS_FREEBSD --#cgo freebsd LDFLAGS: -lusb -+#cgo freebsd LDFLAGS: -lhidapi -lusb - - #cgo openbsd CFLAGS: -DOS_OPENBSD - -@@ -64,8 +64,9 @@ specifically for the linux platform, below. - #elif OS_WINDOWS - #include "hidapi/windows/hid.c" - #elif OS_FREEBSD -- #include -- #include "hidapi/libusb/hid.c" -+ #include -+ #include -+ #include - #elif DOS_OPENBSD - #include "hidapi/libusb/hid.c" - #endif diff --git a/net-p2p/go-ethereum/pkg-plist b/net-p2p/go-ethereum/pkg-plist index 2a0d45e37b4b..7fc4d5cb6508 100644 --- a/net-p2p/go-ethereum/pkg-plist +++ b/net-p2p/go-ethereum/pkg-plist @@ -1,5 +1,8 @@ -bin/geth %%DEVTOOLS%%bin/abigen +%%DEVTOOLS%%bin/blsync +%%DEVTOOLS%%bin/clef +%%DEVTOOLS%%bin/era +%%DEVTOOLS%%bin/ethkey %%DEVTOOLS%%bin/evm +bin/geth %%DEVTOOLS%%bin/rlpdump -%%DEVTOOLS%%bin/clef