diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index fa7c56edd28f..6394f9115ece 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,28 +1,27 @@ PORTNAME= buildah -PORTVERSION= 1.29.0.dev -PORTREVISION= 5 +DISTVERSIONPREFIX= v +DISTVERSION= 1.29.1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Manage Pods, Containers and Container Images WWW= https://buildah.io/ LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme RUN_DEPENDS= containernetworking-plugins>=0:net/containernetworking-plugins \ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail USES= gmake go:no_targets pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= buildah -GH_TAGNAME= cf661299 INSTALL_TARGET= install install.completions .include diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo index 7bbda2332fb6..839a20ff944f 100644 --- a/sysutils/buildah/distinfo +++ b/sysutils/buildah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669815265 -SHA256 (containers-buildah-1.29.0.dev-cf661299_GH0.tar.gz) = 6e39fb1e10ae59c451bbe589736ec8a89effe207154e8acb7a2709077354c612 -SIZE (containers-buildah-1.29.0.dev-cf661299_GH0.tar.gz) = 14816996 +TIMESTAMP = 1676644594 +SHA256 (containers-buildah-v1.29.1_GH0.tar.gz) = ac20cdbd81616f3f03ef42dc3139de118e3b6d0ed737c994c45dc1039e0fa1c1 +SIZE (containers-buildah-v1.29.1_GH0.tar.gz) = 15594930 diff --git a/sysutils/buildah/pkg-message b/sysutils/buildah/pkg-message index 19daa99bd111..16e4f4853834 100644 --- a/sysutils/buildah/pkg-message +++ b/sysutils/buildah/pkg-message @@ -1,8 +1,8 @@ -This port of the buildah image building tool is based on unreleased -sources and should be used for evaluation and testing purposes only. +The FreeBSD port of the buildah image building tool is experimental and should +be used for evaluation and testing purposes only. Basic usage follows: $ export c=$(sudo buildah from quay.io/dougrabson/freebsd-minimal:13.1) $ sudo buildah run $c freebsd-version -run $ sudo buildah run $c ping -c 3 9.9.9.9