Date: Fri, 17 Mar 2023 09:03:06 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dc951a2b69ac - main - misc/wego: fix build on riscv64 Message-ID: <202303170903.32H936eO034681@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc951a2b69ac8f7ee7f38194623218e19c717280 commit dc951a2b69ac8f7ee7f38194623218e19c717280 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-15 09:29:38 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-17 09:02:18 +0000 misc/wego: fix build on riscv64 Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) Differential Revision: https://reviews.freebsd.org/D39108 --- misc/wego/Makefile | 4 ++-- misc/wego/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/wego/Makefile b/misc/wego/Makefile index e07193d6e7dc..206228d48f60 100644 --- a/misc/wego/Makefile +++ b/misc/wego/Makefile @@ -1,6 +1,6 @@ PORTNAME= wego DISTVERSION= 2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= pkubaj@FreeBSD.org @@ -19,7 +19,7 @@ GH_TUPLE= \ schachmat:ingo:a4bdc0729a3f:schachmat_ingo/vendor/github.com/schachmat/ingo \ mattn:go-isatty:v0.0.14:mattn_goisatty/vendor/github.com/mattn/go-isatty \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ - golang:sys:39ccf1dd6fa6:golang_sys/vendor/golang.org/x/sys + golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys GO_TARGET= wego PLIST_FILES= bin/${PORTNAME} diff --git a/misc/wego/distinfo b/misc/wego/distinfo index 634565ce5cbf..385edd89cde6 100644 --- a/misc/wego/distinfo +++ b/misc/wego/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1661218227 +TIMESTAMP = 1678872393 SHA256 (schachmat-wego-2.1_GH0.tar.gz) = cebfa622789aa8e7045657d81754cb502ba189f4b4bebd1a95192528e06969a6 SIZE (schachmat-wego-2.1_GH0.tar.gz) = 16499 SHA256 (mattn-go-colorable-v0.1.12_GH0.tar.gz) = 32493594aee411896ffe13aaed14df4a23c3006866c46c1a908af79eacd102b2 @@ -11,5 +11,5 @@ SHA256 (mattn-go-isatty-v0.0.14_GH0.tar.gz) = e6460325edf600297cf2ef68834938fb1c SIZE (mattn-go-isatty-v0.0.14_GH0.tar.gz) = 4710 SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 -SHA256 (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 91b6b5c8e7793ebdcbdf014bc1695bbcf1ea171abdcdb56ca0b3f4a9bc3f60ee -SIZE (golang-sys-39ccf1dd6fa6_GH0.tar.gz) = 1211355 +SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303170903.32H936eO034681>