Bug 280338 - sysutils/buildah: pkg info for buildah is out of date
Summary: sysutils/buildah: pkg info for buildah is out of date
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: dfr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-17 19:41 UTC by Bretton Vine
Modified: 2025-11-14 11:35 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bretton Vine 2024-07-17 19:41:18 UTC
The package info for buildah is out of date and invalid, it should be:

export c=$(sudo buildah from quay.io/dougrabson/freebsd14.0-minimal)
sudo buildah run $c freebsd-version
sudo buildah run $c ping -c 3 9.9.9.9
Comment 1 Robert Gogolok 2025-11-14 10:44:53 UTC
The package-message file has been 'fixed' in the mean time.

https://github.com/freebsd/freebsd-ports/commit/c23717d1b6de112ef54b6c450081ed2e8d1c6012

I think this issue can be closed.