Hello,

Two new patch updates for esbuild. Still bundles JS and CSS files
correctly on the latest snapshot amd64 VM. Diff below.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/esbuild/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    13 Nov 2024 17:42:51 -0000      1.1.1.1
+++ Makefile    24 Dec 2024 20:23:40 -0000
@@ -1,7 +1,7 @@
 COMMENT =      fast bundler for the web
MODGO_MODNAME = github.com/evanw/esbuild
-MODGO_VERSION =        v0.24.0
+MODGO_VERSION =        v0.24.2
DISTNAME = esbuild-${MODGO_VERSION}
 CATEGORIES =   devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/esbuild/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    13 Nov 2024 17:42:51 -0000      1.1.1.1
+++ distinfo    24 Dec 2024 20:23:40 -0000
@@ -1,6 +1,6 @@
-SHA256 (esbuild-v0.24.0.zip) = dsO1EdjwlkbyQ0OLXLyyiuZNtYL8NjwUX/9FN2n/Q1k=
+SHA256 (esbuild-v0.24.2.zip) = 6GsWoh8/GCIpqPrSk+DwV0hVNTp4mcm2wBbMz8/LvuQ=
 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.24.0.zip) = 2043943
+SIZE (esbuild-v0.24.2.zip) = 2063330
 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