From: "Igor Zornik" Subject: [UPDATE] www/minify 2.24.13 -> 2.24.14 To: "OpenBSD ports" Date: Tue, 04 Aug 2026 19:19:16 +0200 Hello, ports. A few fixes for minify and some stylistic changes in Makefile. Tested on today's amd64 snap. QP-encoded diff below the changelog. Someone please commit if OK. Changelog: - Make AddRegexp and AddFuncRegexp idempotent. - CSS: Don't change background-color:transparent to initial. - JS: Restore parse.Input buffer after minify. - HTML: Fix parsing template delimiters in element attributes. Detailed changelog is available at https://github.com/tdewolff/minify/releases/tag/v2.24.14 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 4 Aug 2026 16:58:36 -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.14 DISTNAME = minify-${MODGO_VERSION} @@ -14,11 +14,11 @@ MAINTAINER = Igor Zornik