From: openbsd-ports@schlecht.dev Subject: Re: [UPDATE] devel/esbuild 0.25.8 -> 0.25.9 To: ports@openbsd.org, Igor Zornik Date: Tue, 19 Aug 2025 21:53:42 +0200 Thanks, committed. On 8/19/25 6:26 PM, Igor Zornik wrote: > Hello, ports. > > Here is a new version of esbuild with one bugfix. Bundling tested > on today's amd64 snapshot with Go updated to 1.25. Straightforward > QP-encoded diff below. Someone please commit if OK. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/esbuild/Makefile,v > retrieving revision 1.11 > diff -u -p -u -p -r1.11 Makefile > --- Makefile 23 Jul 2025 19:31:29 -0000 1.11 > +++ Makefile 19 Aug 2025 16:22:30 -0000 > @@ -1,7 +1,7 @@ > COMMENT = fast bundler for the web > > MODGO_MODNAME = github.com/evanw/esbuild > -MODGO_VERSION = v0.25.8 > +MODGO_VERSION = v0.25.9 > > DISTNAME = esbuild-${MODGO_VERSION} > CATEGORIES = devel > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/esbuild/distinfo,v > retrieving revision 1.10 > diff -u -p -u -p -r1.10 distinfo > --- distinfo 23 Jul 2025 19:31:29 -0000 1.10 > +++ distinfo 19 Aug 2025 16:22:30 -0000 > @@ -1,6 +1,6 @@ > -SHA256 (esbuild-v0.25.8.zip) = geibyTzxUtXfT0A/g7JYX1G4qdh6o6sHwgtBEOLJIx8= > +SHA256 (esbuild-v0.25.9.zip) = F8CiSuTACevlau1sZGWp9xXgJZLckmX0cs8pUrP0kMQ= > 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.8.zip) = 2113194 > +SIZE (esbuild-v0.25.9.zip) = 2117129 > 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 >