Skip to content

Commit

Permalink
sysutils/buildah: update to 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Rabson authored and Doug Rabson committed Jan 11, 2024
1 parent 8f8df92 commit ab0dfa3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions 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
12 changes: 12 additions & 0 deletions 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
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit ab0dfa3

Please sign in to comment.