git: ab0dfa39d5dd - main - sysutils/buildah: update to 1.32.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 15:15:29 UTC
The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0dfa39d5dd0d2c8424dc4a848cea5844703b93 commit ab0dfa39d5dd0d2c8424dc4a848cea5844703b93 Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2023-12-09 16:55:12 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2024-01-11 15:14:54 +0000 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(-) diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 2c4743c8958c..cd468148fe34 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 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,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 16e4f4853834..76efcc670277 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: