Created attachment 239883 [details] ipfs-go.diff - go1.18 is EOL, switch to go1.19 - Update port to fetch its distfile and dependencies from the Go proxy - Update to the latest release Builds OK in poudriere 131a.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=27fb6b6c68f7eabe2a02aff42bb784a72a341f73 commit 27fb6b6c68f7eabe2a02aff42bb784a72a341f73 Author: John Hixson <jhixson@FreeBSD.org> AuthorDate: 2023-02-03 22:27:09 +0000 Commit: John Hixson <jhixson@FreeBSD.org> CommitDate: 2023-02-03 22:32:42 +0000 sysutils/ipfs-go: update to 0.18.1, switch to go1.19 - go1.18 is EOL, switch to go1.19 - Update port to fetch its distfile and dependencies from the Go proxy - Update to the latest release PR: 269311 Submitted by: dmgk@freebsd.org sysutils/ipfs-go/Makefile | 12 ++++-------- sysutils/ipfs-go/distinfo | 8 +++++--- .../ipfs-go/files/patch-repo_fsrepo_migrations_fetcher.go | 10 +++++----- 3 files changed, 14 insertions(+), 16 deletions(-)
Committed. Thanks for the patch! Tested in 12.4 and 13.1
Thanks for the update!