diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 2c4743c8958c..cd468148fe34 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,28 +1,28 @@ PORTNAME= buildah DISTVERSIONPREFIX= v -DISTVERSION= 1.32.2 -PORTREVISION= 1 +DISTVERSION= 1.33.2 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 + gsed:textproc/gsed \ + as:devel/binutils 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 INSTALL_TARGET= install install.completions .include diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo index a8b5a9611ee5..07b33af7495a 100644 --- a/sysutils/buildah/distinfo +++ b/sysutils/buildah/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699001163 -SHA256 (containers-buildah-v1.32.2_GH0.tar.gz) = 4e6c4b2186d6ef5195334f6979d3f7484664a5a3df425b6524a19b14774efc20 -SIZE (containers-buildah-v1.32.2_GH0.tar.gz) = 18451694 +TIMESTAMP = 1702140631 +SHA256 (containers-buildah-v1.33.2_GH0.tar.gz) = 5e0bc3044158649983051c61330fe55e6e1f06ef98eed53861682ae54c2734ba +SIZE (containers-buildah-v1.33.2_GH0.tar.gz) = 18580150 diff --git a/sysutils/buildah/files/patch-Makefile b/sysutils/buildah/files/patch-Makefile new file mode 100644 index 000000000000..28ca8f17e473 --- /dev/null +++ b/sysutils/buildah/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig 2024-01-05 15:47:24 UTC ++++ Makefile +@@ -78,7 +78,8 @@ internal/mkcw/embed/entrypoint: internal/mkcw/embed/en + $(LD) -o $@ $(patsubst %.s,%.o,$^) + strip $@ + else +-.PHONY: internal/mkcw/embed/entrypoint ++internal/mkcw/embed/entrypoint: ++ touch $@ + endif + + internal/mkcw/embed/entrypoint.gz: internal/mkcw/embed/entrypoint diff --git a/sysutils/buildah/pkg-descr b/sysutils/buildah/pkg-descr index 6136b01ae33c..4627b06c46ce 100644 --- a/sysutils/buildah/pkg-descr +++ b/sysutils/buildah/pkg-descr @@ -1,7 +1,7 @@ -The buildah package provides a command line tool which can be used to +The Buildah package provides a command line tool which can be used to * create a working container from scratch or * create a working container from an image as a starting point * mount/umount a working container's root file system for manipulation * save container's root file system layer to create a new image * delete a working container or an image. diff --git a/sysutils/buildah/pkg-message b/sysutils/buildah/pkg-message index 16e4f4853834..76efcc670277 100644 --- a/sysutils/buildah/pkg-message +++ b/sysutils/buildah/pkg-message @@ -1,8 +1,8 @@ -The FreeBSD port of the buildah image building tool is experimental and should +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