From ab0dfa39d5dd0d2c8424dc4a848cea5844703b93 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sat, 9 Dec 2023 16:55:12 +0000 Subject: [PATCH] sysutils/buildah: update to 1.32.2 --- sysutils/buildah/Makefile | 6 +++--- sysutils/buildah/distinfo | 6 +++--- sysutils/buildah/files/patch-Makefile | 12 ++++++++++++ sysutils/buildah/pkg-descr | 2 +- sysutils/buildah/pkg-message | 2 +- 5 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 sysutils/buildah/files/patch-Makefile diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 2c4743c8958c9..cd468148fe340 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,7 +1,6 @@ PORTNAME= buildah DISTVERSIONPREFIX= v -DISTVERSION= 1.32.2 -PORTREVISION= 1 +DISTVERSION= 1.33.2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -12,7 +11,8 @@ 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 \ diff --git a/sysutils/buildah/distinfo b/sysutils/buildah/distinfo index a8b5a9611ee5b..07b33af7495a1 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 0000000000000..28ca8f17e4739 --- /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 6136b01ae33c7..4627b06c46ce3 100644 --- a/sysutils/buildah/pkg-descr +++ b/sysutils/buildah/pkg-descr @@ -1,4 +1,4 @@ -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 diff --git a/sysutils/buildah/pkg-message b/sysutils/buildah/pkg-message index 16e4f4853834c..76efcc6702774 100644 --- a/sysutils/buildah/pkg-message +++ b/sysutils/buildah/pkg-message @@ -1,4 +1,4 @@ -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: