From: "Igor Zornik" Subject: Re: [UPDATE] www/minify 2.24.13 -> 2.24.17 To: "OpenBSD ports" Cc: "Daniel Jakots" Date: Thu, 13 Aug 2026 22:04:41 +0200 Hi, > can you check please? > if I run make makesum it says > -SIZE (minify-v2.24.17.zip) = 7890587 > +SIZE (minify-v2.24.17.zip) = 8271956 Weird. I thought it was re-tagged, but it's still pointing at the same commit and the files are identical. It's just the .zip itself that is different (different compression?). Here's the one I have if anyone's interested: https://ports.mocheryl.org/tmp/minify-v2.24.17.zip Anyway, I'll report it when I have more data. For now I downloaded again and paid more attention that I was getting something more authoritative. Two modules in total had mismatched SHA and size. New diff below the quote. Sorry for the mixup and thanks for your attention. On Thu Aug 13, 2026 at 1:37 AM CEST, Daniel Jakots wrote: > On Wed, 12 Aug 2026 23:31:09 +0200, "Igor Zornik" > wrote: > >> Eh, a surprise release just a few hours after my previous submission. >> It's a small change so I think we can include in this batch. I hope >> we're good for a while now. Diff below the quote. >> >> Changelog: >> - JS: Fix variable binding for private declaration usage in >> OptionalMember. >> >> Detailed changelog is available at >> https://github.com/tdewolff/minify/releases/tag/v2.24.17 > > /usr/ports/www/minify$ patch < ~/minify.diff > [...] > The text leading up to this was: > -------------------------- > |Index: distinfo > |=================================================================== > |RCS file: /cvs/ports/www/minify/distinfo,v > |retrieving revision 1.5 > |diff -u -p -u -p -r1.5 distinfo > |--- distinfo 21 May 2026 20:48:43 -0000 1.5 > |+++ distinfo 12 Aug 2026 09:36:29 -0000 > -------------------------- > Patching file distinfo using Plan A... > Hunk #1 succeeded at 2. > Hunk #2 succeeded at 16. > Hunk #3 succeeded at 47. > Hmm... The next patch looks like a unified diff to me... > [...] > /usr/ports/www/minify$ make patch > ===> Building from scratch minify-2.24.17 > ===> minify-2.24.17 depends on: go-=1.26.5 -> go-1.26.5 > ===> minify-2.24.17 depends on: unzip-* -> unzip-6.0p18 > ===> Verifying specs: c pthread > ===> found c.103.0 pthread.28.1 > ===> Checking files for minify-2.24.17 >>> Fetch https://proxy.golang.org/github.com/tdewolff/minify/v2/@v/v2.24.17.zip > v2.24.17.zip 100% |****************************************************************************************************************************************************| 8078 KB 00:00 >>> Size does not match for minify-v2.24.17.zip > > can you check please? > if I run make makesum it says > -SIZE (minify-v2.24.17.zip) = 7890587 > +SIZE (minify-v2.24.17.zip) = 8271956 Index: Makefile =================================================================== RCS file: /cvs/ports/www/minify/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile 21 May 2026 20:48:43 -0000 1.5 +++ Makefile 13 Aug 2026 19:41:58 -0000 @@ -1,7 +1,7 @@ COMMENT = minifiers for web formats MODGO_MODNAME = github.com/tdewolff/minify/v2 -MODGO_VERSION = v2.24.13 +MODGO_VERSION = v2.24.17 DISTNAME = minify-${MODGO_VERSION} @@ -14,11 +14,11 @@ MAINTAINER = Igor Zornik