summaryrefslogtreecommitdiff
path: root/sysutils/podman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/podman/Makefile')
-rw-r--r--sysutils/podman/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile
index ae0280461b06..ecf20d4b523b 100644
--- a/sysutils/podman/Makefile
+++ b/sysutils/podman/Makefile
@@ -1,7 +1,6 @@
PORTNAME= podman
DISTVERSIONPREFIX= v
-DISTVERSION= 5.3.2
-PORTREVISION= 2
+DISTVERSION= 5.5.2
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
@@ -21,26 +20,16 @@ RUN_DEPENDS= conmon:sysutils/conmon \
containers-common>=0:sysutils/containers-common \
ocijail:sysutils/ocijail
-USES= gmake go:no_targets,1.22 pkgconfig python:build shebangfix
+USES= gmake go:no_targets,1.23 pkgconfig python:build shebangfix
USE_RC_SUBR= podman podman_service
SHEBANG_FILES= ${WRKSRC}/hack/markdown-preprocess
MAKE_ARGS= SHELL=${LOCALBASE}/bin/bash
-# Parallel builds are flaky due to some kind of file race in the
-# markdown-preprocess phase of the docs build.
-MAKE_JOBS_UNSAFE= yes
-
USE_GITHUB= yes
GH_ACCOUNT= containers
GH_PROJECT= podman
INSTALL_TARGET= install install.completions
-# Temporary until https://github.com/containers/podman/pull/16422 lands
-do-install:
- ${GMAKE} -C ${WRKSRC} ${MAKE_ARGS} DESTDIR=${STAGEDIR} GO=${GO_CMD} install
- ${GMAKE} -C ${WRKSRC} ${MAKE_ARGS} DESTDIR=${STAGEDIR} GO=${GO_CMD} install.completions
- ${RM} ${STAGEDIR}${PREFIX}/lib/tmpfiles.d/podman.conf
-
.include <bsd.port.mk>