Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: sysutils/docker-compose update to 2.31.0
To:
ports@openbsd.org
Date:
Sat, 30 Nov 2024 09:50:47 +0000

Download raw body.

Thread
29.11.2024 01:54, Kirill A. Korinsky пишет:
> Here an update for sysutils/docker-compose to 2.31.0.
> 
> This version depends on docker-buildx@v0.18.0 which requires patches to be
> built on OpenBSD. So, I was forced to update it manualy.
> 
> Otherwise it's clean an simple update which was tested on -cuurent/amd64.
> 
> Changelog: https://github.com/docker/compose/releases/tag/v2.31.0
> 
> Ok?

OK kn

> 
> Index: Makefile
> ===================================================================
> RCS file: /home/cvs/ports/sysutils/docker-compose/Makefile,v
> diff -u -p -r1.10 Makefile
> --- Makefile	6 Nov 2024 09:18:05 -0000	1.10
> +++ Makefile	28 Nov 2024 22:41:15 -0000
> @@ -1,7 +1,7 @@
>  COMMENT =		define and run multi-container applications with Docker
>  
>  MODGO_MODNAME =		github.com/docker/compose/v2
> -MODGO_VERSION =		v2.30.2
> +MODGO_VERSION =		v2.31.0
>  DISTNAME =		docker-compose-${MODGO_VERSION}
>  
>  CATEGORIES =		sysutils
> @@ -28,5 +28,33 @@ do-install:
>  do-test:
>  	cd ${WRKSRC} && ${MODGO_TEST_CMD} ./...
>  
> +# for patches; remove when no longer needed
> +WRKDIST =		${WRKSRC}

I've done that as well in another go port.  Perhaps our module needs fixing?