From: Volker Schlecht Subject: Re: [UPDATE] devel/esbuild 0.25.5 -> 0.25.6 To: Igor Zornik Cc: OpenBSD ports Date: Mon, 14 Jul 2025 21:31:27 +0200 Committed, thanks! On 2025-07-08 20:28, Igor Zornik wrote: >Hello, ports! > >Here's a bugfix update for esbuild. Bundling of JS/CSS files tested >on today's amd64 VM snap. Below is a QP-encoded diff. Someone please >commit it if OK. > >Index: Makefile >=================================================================== >RCS file: /cvs/ports/devel/esbuild/Makefile,v >retrieving revision 1.9 >diff -u -p -u -p -r1.9 Makefile >--- Makefile 28 May 2025 19:44:08 -0000 1.9 >+++ Makefile 8 Jul 2025 18:20:02 -0000 >@@ -1,7 +1,7 @@ > COMMENT = fast bundler for the web > > MODGO_MODNAME = github.com/evanw/esbuild >-MODGO_VERSION = v0.25.5 >+MODGO_VERSION = v0.25.6 > > DISTNAME = esbuild-${MODGO_VERSION} > CATEGORIES = devel >Index: distinfo >=================================================================== >RCS file: /cvs/ports/devel/esbuild/distinfo,v >retrieving revision 1.8 >diff -u -p -u -p -r1.8 distinfo >--- distinfo 28 May 2025 19:44:08 -0000 1.8 >+++ distinfo 8 Jul 2025 18:20:02 -0000 >@@ -1,6 +1,6 @@ >-SHA256 (esbuild-v0.25.5.zip) = yN4aCbqsZxQjuQD2cmEgM8i2cHi1ScX/vo5GRasNZFQ= >+SHA256 (esbuild-v0.25.6.zip) = GZjokWIP/sXjYtFzQLvudrI5NUSW1t+pwv7iCj+RsiY= > 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.5.zip) = 2099658 >+SIZE (esbuild-v0.25.6.zip) = 2103350 > 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 >