diff options
Diffstat (limited to 'sysutils/buildah/Makefile')
-rw-r--r-- | sysutils/buildah/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/buildah/Makefile b/sysutils/buildah/Makefile index 356794f4a3d4..eefbf3cf2881 100644 --- a/sysutils/buildah/Makefile +++ b/sysutils/buildah/Makefile @@ -1,7 +1,6 @@ PORTNAME= buildah DISTVERSIONPREFIX= v -DISTVERSION= 1.38.1 -PORTREVISION= 2 +DISTVERSION= 1.40.1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -20,7 +19,7 @@ RUN_DEPENDS= containernetworking-plugins>=0:net/containernetworking-plugins \ containers-common>=0:sysutils/containers-common \ ocijail:sysutils/ocijail -USES= gmake go:no_targets,1.22 pkgconfig +USES= gmake go:no_targets,1.23 pkgconfig USE_GITHUB= yes GH_ACCOUNT= containers |