From: Florian Viehweger Subject: [update] herbstluftwm to 0.9.6 To: ports@openbsd.org, lucas@sexy.is Date: Fri, 3 Apr 2026 12:37:07 +0200 Hi, this is a simple update for herbstluftwm to 0.9.6. Changes are listed here[1]. Breaking changes[2] in this release are: - The geometry based detection of panels now is only active if the setting panels.geometry_fallback is activated. - The setting smart_window_surroundings is no longer a boolean, and as such it is now incompatible with the toggle command. Some testing done on amd64. portcheck, 'make port-lib-depends-check' are happy. Comments? Thanks! [1] https://herbstluftwm.org/news.html [2] https://herbstluftwm.org/migration.html Index: Makefile =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/herbstluftwm/Makefile,v retrieving revision 1.26 diff -u -p -u -p -r1.26 Makefile --- Makefile 27 Sep 2023 20:37:13 -0000 1.26 +++ Makefile 3 Apr 2026 09:56:55 -0000 @@ -1,5 +1,5 @@ COMMENT = manual tiling window manager -DISTNAME = herbstluftwm-0.9.5 +DISTNAME = herbstluftwm-0.9.6 CATEGORIES = x11 HOMEPAGE = https://herbstluftwm.org/ Index: distinfo =================================================================== RCS file: /daten/openbsdmirror/cvs/mirror/ports/x11/herbstluftwm/distinfo,v retrieving revision 1.12 diff -u -p -u -p -r1.12 distinfo --- distinfo 5 Aug 2022 17:30:29 -0000 1.12 +++ distinfo 3 Apr 2026 09:56:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (herbstluftwm-0.9.5.tar.gz) = stRgCQnlvs5a1jgY37MLsZ/SrJ9ShHsaenStQEBxgQU= -SIZE (herbstluftwm-0.9.5.tar.gz) = 556773 +SHA256 (herbstluftwm-0.9.6.tar.gz) = 44yXIc1cg17B1GGrVcnavKzqjELrN663gr57E4yRxus= +SIZE (herbstluftwm-0.9.6.tar.gz) = 603996 -- greetings, Florian Viehweger