On 2026/04/13 18:43, Volker Schlecht wrote: > SuperHTML offers validation and autoformatting features for HTML files. > It can be used either directly or through its LSP client implementation. > > WWW: https://github.com/kristoff-it/superhtml > > Remark: > > It's a zig-based port with external dependencies which introduces significant > awkwardness - happy to take suggestions about how to reduce that. > > Once built, it works perfectly however. only slightly better, but we can mv rather than cp, a little faster: post-extract: mkdir -p ${ZIG_CACHE}/p mv ${WRKDIR}/tracy-* ${ZIG_CACHE}/p/${HASH_TRACY} mv ${WRKDIR}/scripty-* ${ZIG_CACHE}/p/${HASH_SCRIPTY} mv ${WRKDIR}/known-folders-* ${ZIG_CACHE}/p/${HASH_KNOWN_FOLDERS} mv ${WRKDIR}/lsp-kit-* ${ZIG_CACHE}/p/${HASH_LSP_KIT} not CATEGORIES=www? would seem more intuitive than devel. clues in a comment about how to generate the hashes would be handy.
OpenBSD Mail Box
BTC:1BsNfN6m7xtT4PqDb9jJHnDDFBb38zS9Yi
Tuesday, April 14, 2026
Re: UPDATE: ansible-runner 2.4.3
Hi. Ping. On Thu, Apr 09, 2026 at 06:33:49PM +0000, Mikolaj Kucharski wrote: > Hi. > > Kind reminder. > > Raw message at: > https://marc.info/?l=openbsd-ports&m=177507749930597&q=mbox > > What's Changed: - Use get_option api from callback plugins (#1488). This fixes some problems around using custom callback plugins. - Fix container --tty detection in subprocess mode (#1489) Full Changelog: https://github.com/ansible/ansible-runner/compare/2.4.2...2.4.3 Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ansible-runner/Makefile,v diff -u -p -u -r1.2 Makefile --- Makefile 17 Oct 2025 19:50:51 -0000 1.2 +++ Makefile 1 Apr 2026 17:52:40 -0000 @@ -1,6 +1,6 @@ COMMENT = interface for controlling and interacting with Ansible -MODPY_DISTV = 2.4.2 +MODPY_DISTV = 2.4.3 DISTNAME = ansible_runner-${MODPY_DISTV} PKGNAME = ${DISTNAME:S/_/-/} Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ansible-runner/distinfo,v diff -u -p -u -r1.2 distinfo --- distinfo 17 Oct 2025 19:50:51 -0000 1.2 +++ distinfo 1 Apr 2026 17:52:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (ansible_runner-2.4.2.tar.gz) = Mx1NqNeE5adqqTVpgcAlX0uxumQHNu/oSwvXxzpMpCA= -SIZE (ansible_runner-2.4.2.tar.gz) = 152047 +SHA256 (ansible_runner-2.4.3.tar.gz) = XzAlUpu5aP3DtidFfdjUGNv51TvHNzXVDmnChUTVMDE= +SIZE (ansible_runner-2.4.3.tar.gz) = 154148 -- Regards, Mikolaj