From: "Igor Zornik" Subject: Re: [UPDATE] devel/esbuild 0.25.3 -> 0.25.4 To: "OpenBSD ports" Cc: "Volker Schlecht" Date: Tue, 13 May 2025 19:57:14 +0200 On Wed May 7, 2025 at 8:58 PM CEST, Volker Schlecht wrote: > Feel free to send me a diff independent of an esbuild update, though. > > cheers, > Volker > > On 2025-05-07 10:14, Igor Zornik wrote: >>On Tue, 2025-05-06 at 22:51 +0200, Volker Schlecht wrote: >>> Committed, thanks. >>> >>> You seem very invested in this port: Would you like to take >>> MAINTAINER? >>> >>> On 2025-05-06 20:23, Igor Zornik wrote: >>> > Hi, ports >>> > >>> > Just as esbuild 0.25.3 was committed to the tree, 0.25.4 came out >>> > with >>> > one feature and some bug fixes. JS and CSS bundling tested on >>> > today's >>> > amd64 snap. QP encoded diff below. >>> > >>> >> >>Hi, >> >>Indeed I would very much like to. I can include this switch in the diff >>for the next released version. >> Sure, as you wish. It's been a week since latest version, so it'll probably be a while now until the next release. Diff for MAINTAINER below. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Makefile 6 May 2025 20:49:57 -0000 1.7 +++ Makefile 13 May 2025 17:37:40 -0000 @@ -2,11 +2,12 @@ COMMENT = fast bundler for the web MODGO_MODNAME = github.com/evanw/esbuild MODGO_VERSION = v0.25.4 +REVISION = 0 DISTNAME = esbuild-${MODGO_VERSION} CATEGORIES = devel -MAINTAINER = Volker Schlecht +MAINTAINER = Igor Zornik HOMEPAGE = https://esbuild.github.io/