From: openbsd-ports@schlecht.dev Subject: Re: [UPDATE] devel/esbuild 0.25.10 -> 0.25.11 To: ports@openbsd.org Date: Thu, 30 Oct 2025 18:54:54 +0100 Thanks, committed On 10/30/25 4:55 PM, Igor Zornik wrote: > Hello, ports. > > New version of esbuild with two new features. Bundling tested on > today's amd64 snap. QP-encoded diff below. Someone please commit if OK. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/esbuild/Makefile,v > retrieving revision 1.13 > diff -u -p -u -p -r1.13 Makefile > --- Makefile 23 Sep 2025 18:08:51 -0000 1.13 > +++ Makefile 30 Oct 2025 15:39:28 -0000 > @@ -1,7 +1,7 @@ > COMMENT = fast bundler for the web > > MODGO_MODNAME = github.com/evanw/esbuild > -MODGO_VERSION = v0.25.10 > +MODGO_VERSION = v0.25.11 > > DISTNAME = esbuild-${MODGO_VERSION} > CATEGORIES = devel > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/esbuild/distinfo,v > retrieving revision 1.12 > diff -u -p -u -p -r1.12 distinfo > --- distinfo 23 Sep 2025 18:08:51 -0000 1.12 > +++ distinfo 30 Oct 2025 15:39:28 -0000 > @@ -1,6 +1,6 @@ > -SHA256 (esbuild-v0.25.10.zip) = HEfCLDLGUGFjHVV7zKE3cb/2cbqdNVYykNGFVgfu4tI= > +SHA256 (esbuild-v0.25.11.zip) = 2lEdmffWNVn80L9co90l8eIY1YdFZZxad9Jr7yiBZZs= > SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ= > SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) = OxgJNyFuk1WfFrYHbQm69UpXBzePEbhntuuRTFawm5E= > -SIZE (esbuild-v0.25.10.zip) = 2119079 > +SIZE (esbuild-v0.25.11.zip) = 2127263 > SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 > SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) = 1798284 >