diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2023-03-06 08:04:45 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2023-03-14 11:30:39 +0000 |
commit | 9ebf7991cff1b66f68a810894c0a9547daf5e2f3 (patch) | |
tree | a09cbf82147243acc51a4a1ce1e5d9442d2fe3f3 /sysutils | |
parent | 43ec8c3f1fdb39ff5127132ca711d2a31d6ed817 (diff) | |
download | freebsd-ports-9ebf7991cff1b66f68a810894c0a9547daf5e2f3.zip |
sysutils/buildah: update to 1.29.1
Changes: https://github.com/containers/buildah/releases/tag/v1.29.1
Approved by: dch
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/buildah/Makefile | 5 | ||||
-rw-r--r-- | sysutils/buildah/distinfo | 6 | ||||
-rw-r--r-- | sysutils/buildah/pkg-message | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index fa7c56edd28f..6394f9115ece 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,6 +1,6 @@ PORTNAME= buildah -PORTVERSION= 1.29.0.dev -PORTREVISION= 5 +DISTVERSIONPREFIX= v +DISTVERSION= 1.29.1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -22,7 +22,6 @@ USES= gmake go:no_targets pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers GH_PROJECT= buildah -GH_TAGNAME= cf661299 INSTALL_TARGET= install install.completions .include <bsd.port.mk> 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,5 +1,5 @@ -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: |