Index | Thread | Search

From:
Daniel Jakots <danj@chown.me>
Subject:
Re: [UPDATE] www/minify 2.24.12 -> 2.24.13
To:
"Igor Zornik" <mocheryl@mocheryl.org>
Cc:
"OpenBSD ports" <ports@openbsd.org>
Date:
Thu, 21 May 2026 16:49:55 -0400

Download raw body.

Thread
On Tue, 19 May 2026 19:56:17 +0200, "Igor Zornik"
<mocheryl@mocheryl.org> wrote:

> Hi, ports.
> 
> Two fixes for minify. Minification tested on today's amd64 snap.
> QP-encoded diff below the changelog. Someone please commit if OK.

Committed, thanks!

> One question: I've noticed they're distributing dependencies in
> an archive on their GitHub publish page. I could use that instead
> of making the modules-get dance. The thing is the filename isn't
> versioned. How does one get around that to make makesum pick up the
> new file when the version changes? Is there some kind of tuple trick
> you can use on DISTFILES where the first item would be the source
> name and the second how to save the file as? Something like this:
> 
>     DISTFILES =	minify-deps minify-deps-${V}
> 
> This isn't an isolated case. A lot of maintainers aren't adding any
> kind of identifiers to their published files, so I guess this is sort
> of a general question.

I'm not sure I understand? What's the issue?

Cheers,
Daniel