From: openbsd-ports@schlecht.dev Subject: Re: [UPDATE] devel/esbuild 0.25.4 -> 0.25.5 To: Igor Zornik , ports Date: Wed, 28 May 2025 21:46:23 +0200 Committed, thanks On 5/28/25 9:25 PM, Igor Zornik wrote: > Hello, ports. > > A fix release for esbuild. Builds and bundles CSS and JS files > correctly on yesterday's amd64 snapshot. Someone please commit if OK. > QP-encoded diff below. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/esbuild/Makefile,v > retrieving revision 1.8 > diff -u -p -u -p -r1.8 Makefile > --- Makefile 13 May 2025 18:17:47 -0000 1.8 > +++ Makefile 28 May 2025 19:13:39 -0000 > @@ -1,8 +1,7 @@ > COMMENT = fast bundler for the web > > MODGO_MODNAME = github.com/evanw/esbuild > -MODGO_VERSION = v0.25.4 > -REVISION = 0 > +MODGO_VERSION = v0.25.5 > > DISTNAME = esbuild-${MODGO_VERSION} > CATEGORIES = devel > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/esbuild/distinfo,v > retrieving revision 1.7 > diff -u -p -u -p -r1.7 distinfo > --- distinfo 6 May 2025 20:49:57 -0000 1.7 > +++ distinfo 28 May 2025 19:13:39 -0000 > @@ -1,6 +1,6 @@ > -SHA256 (esbuild-v0.25.4.zip) = Cm4IeOvSNKTycSzBqjArNdfHBK5zq0eIk9yvb+batGM= > +SHA256 (esbuild-v0.25.5.zip) = yN4aCbqsZxQjuQD2cmEgM8i2cHi1ScX/vo5GRasNZFQ= > 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.4.zip) = 2097746 > +SIZE (esbuild-v0.25.5.zip) = 2099658 > 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 >