Bug 269311 - sysutils/ipfs-go: Update to 0.18.1, switch to go1.19
Summary: sysutils/ipfs-go: Update to 0.18.1, switch to go1.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Hixson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-03 14:13 UTC by Dmitri Goutnik
Modified: 2023-02-04 11:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jhixson)


Attachments
ipfs-go.diff (2.72 KB, patch)
2023-02-03 14:13 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (jhixson)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Goutnik freebsd_committer freebsd_triage 2023-02-03 14:13:41 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-03 22:33:43 UTC
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(-)
Comment 2 John Hixson freebsd_committer freebsd_triage 2023-02-03 22:33:56 UTC
Committed. Thanks for the patch!

Tested in 12.4 and 13.1
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2023-02-04 11:39:32 UTC
Thanks for the update!