You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
6b196860ac
Podman 6.0.0 renamed its Go module path to go.podman.io/podman/v6 (source is still hosted at github.com/containers/podman, now under the podman-container-tools org). Internal imports use the new path, so go.package is set explicitly to match it; otherwise the GOPATH-mode build cannot resolve podman's own packages. Verified podman-remote and podman-mac-helper build cleanly with the new go.package. Signed-off-by: Paul Guyot <pguyot@kallisys.net>