git: 5c2f88849de5 - main - net/wireguard-go: fix build on riscv64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 27 Mar 2023 11:27:32 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c2f88849de5d7f3b89ea43729699e1a59a114c4

commit 5c2f88849de5d7f3b89ea43729699e1a59a114c4
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-03-26 00:02:18 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-03-27 11:24:59 +0000

    net/wireguard-go: fix build on riscv64
    
    Bump golang.org/x/{net,sys} dependencies to versions
    new enough to support riscv64-freebsd.
    
    Sponsored by:   Berliner Linux User Group e.V.
    Approved by:    portmgr (build fix blanket)
---
 net/wireguard-go/Makefile |  6 +++---
 net/wireguard-go/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile
index 4a20e9d6b92d..28ea31214a3e 100644
--- a/net/wireguard-go/Makefile
+++ b/net/wireguard-go/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wireguard-go
 PORTVERSION=	0.0.20220316
-PORTREVISION=	11
+PORTREVISION=	12
 PORTEPOCH=	1
 CATEGORIES=	net net-vpn
 MASTER_SITES=	https://git.zx2c4.com/wireguard-go/snapshot/
@@ -17,8 +17,8 @@ USES=		gmake go:modules,no_targets tar:xz
 
 USE_GITHUB=	nodefault
 GH_TUPLE=	golang:crypto:3147a52a75dd:golang_crypto/vendor/golang.org/x/crypto \
-		golang:net:27dd8689420f:golang_net/vendor/golang.org/x/net \
-		golang:sys:039c03cc5b86:golang_sys/vendor/golang.org/x/sys
+		golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \
+		golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys
 
 MAKE_ENV+=	${GO_ENV} GOFLAGS="${GO_BUILDFLAGS}"
 
diff --git a/net/wireguard-go/distinfo b/net/wireguard-go/distinfo
index 04a8a31dbeed..db441d15261f 100644
--- a/net/wireguard-go/distinfo
+++ b/net/wireguard-go/distinfo
@@ -1,9 +1,9 @@
-TIMESTAMP = 1648137564
+TIMESTAMP = 1679788787
 SHA256 (wireguard-go-0.0.20220316.tar.xz) = fd6759c116e358d311309e049cc2dcc390bc326710f5fc175e0217b755330c2a
 SIZE (wireguard-go-0.0.20220316.tar.xz) = 110444
 SHA256 (golang-crypto-3147a52a75dd_GH0.tar.gz) = 25542a72981bc3c33fca702a21feae4d6242298255354cfa2359d6195ff8656a
 SIZE (golang-crypto-3147a52a75dd_GH0.tar.gz) = 1630551
-SHA256 (golang-net-27dd8689420f_GH0.tar.gz) = e72ae02627807460cd899f85e9043f3b5047f2842b82457f5c7b18466f791eaf
-SIZE (golang-net-27dd8689420f_GH0.tar.gz) = 1229548
-SHA256 (golang-sys-039c03cc5b86_GH0.tar.gz) = 9f36b281dd59ba287f2475865318a77341ef5cd2fe8a94b958a776d3fdc3377e
-SIZE (golang-sys-039c03cc5b86_GH0.tar.gz) = 1288651
+SHA256 (golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831
+SIZE (golang-net-v0.8.0_GH0.tar.gz) = 1244302
+SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
+SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234