Hello, ports.

New patch version of esbuild. Two fixes + one small Makefile reformat.
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.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    19 Aug 2025 19:53:01 -0000      1.12
+++ Makefile    23 Sep 2025 15:40:50 -0000
@@ -1,7 +1,7 @@
 COMMENT =      fast bundler for the web
 
 MODGO_MODNAME =        github.com/evanw/esbuild
-MODGO_VERSION =        v0.25.9
+MODGO_VERSION =        v0.25.10
 
 DISTNAME =     esbuild-${MODGO_VERSION}
 CATEGORIES =   devel
@@ -13,9 +13,9 @@ HOMEPAGE =    https://esbuild.github.io/
 # MIT
 PERMIT_PACKAGE =       Yes
 
-WANTLIB +=             c pthread
+WANTLIB +=     c pthread
 
-MODULES =              lang/go
+MODULES =      lang/go
 
 .include "modules.inc"
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/esbuild/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo    19 Aug 2025 19:53:01 -0000      1.11
+++ distinfo    23 Sep 2025 15:40:50 -0000
@@ -1,6 +1,6 @@
-SHA256 (esbuild-v0.25.9.zip) = F8CiSuTACevlau1sZGWp9xXgJZLckmX0cs8pUrP0kMQ=
+SHA256 (esbuild-v0.25.10.zip) = HEfCLDLGUGFjHVV7zKE3cb/2cbqdNVYykNGFVgfu4tI=
 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.9.zip) = 2117129
+SIZE (esbuild-v0.25.10.zip) = 2119079
 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

Reply via email to