Hi,

> > Light testing on amd64, no issues found.
> > 
> > I will additionally test i386 when newer snapshot packages are
> > available. I do not want to build all dependencies from source.

Same on i386, works fine. No issues found.

> Haven't found any other issue so far. OK from comaintainer.

Thank you for testing and reporting!

> Just as a nitpick, I'd remove the following paragraph from the
> migration notes

We don't need that. Corrected, thanks.
 
Comments? OK? Updated diff below.

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/herbstluftwm/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile    6 Mar 2021 12:01:31 -0000       1.21
+++ Makefile    22 May 2021 12:54:00 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.21 2021/03/06 12:01:31 sthen Exp $
 
 COMMENT =              manual tiling window manager
-DISTNAME =             herbstluftwm-0.9.2
+DISTNAME =             herbstluftwm-0.9.3
 CATEGORIES =           x11
 
 HOMEPAGE =             https://herbstluftwm.org/
@@ -12,8 +12,8 @@ MAINTAINER =          Lucas <lu...@sexy.is>, \
 # BSD
 PERMIT_PACKAGE =       Yes
 
-WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr c freetype
-WANTLIB += m z
+WANTLIB += ${COMPILER_LIBCXX} X11 Xext Xft Xinerama Xrandr Xrender
+WANTLIB += c freetype m z
 
 MASTER_SITES =         https://herbstluftwm.org/tarballs/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/herbstluftwm/distinfo,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 distinfo
--- distinfo    6 Mar 2021 12:01:31 -0000       1.9
+++ distinfo    22 May 2021 12:54:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (herbstluftwm-0.9.2.tar.gz) = 
aETjBHYfexxOkhfWpqxwaLzZTmfdsyadstIZh0yGbis=
-SIZE (herbstluftwm-0.9.2.tar.gz) = 448757
+SHA256 (herbstluftwm-0.9.3.tar.gz) = 
C6exvQKWbm7v4ngFdTCCQGotKVS8Qf4EDRzKrtJewQU=
+SIZE (herbstluftwm-0.9.3.tar.gz) = 497523
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/herbstluftwm/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 PLIST
--- pkg/PLIST   6 Mar 2021 12:01:31 -0000       1.10
+++ pkg/PLIST   22 May 2021 12:54:00 -0000
@@ -31,6 +31,7 @@ share/doc/herbstluftwm/examples/q3termin
 share/doc/herbstluftwm/examples/savestate.sh
 share/doc/herbstluftwm/examples/scratchpad.sh
 share/doc/herbstluftwm/examples/toggledualhead.sh
+share/doc/herbstluftwm/examples/unminimize.sh
 share/doc/herbstluftwm/examples/windowmenu.sh
 share/doc/herbstluftwm/examples/wselect.sh
 share/doc/herbstluftwm/hlwm-doc.json
Index: pkg/README
===================================================================
RCS file: /cvs/ports/x11/herbstluftwm/pkg/README,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 README
--- pkg/README  3 Nov 2020 19:46:04 -0000       1.1
+++ pkg/README  22 May 2021 12:54:00 -0000
@@ -4,6 +4,22 @@ $OpenBSD: README,v 1.1 2020/11/03 19:46:
 | Running ${PKGSTEM} on OpenBSD
 
+-------------------------------------------------------------------------------
 
+Migrating to 0.9.3
+==================
+
+The command cycle_value now expects an attribute path instead of a settings
+name. For compatibility reasons, passing settings name directly (without the
+prefix settings.) is still supported.
+
+In ipc commands, herbstclient prints error messages always on stderr and normal
+output always on stdout. Before, both were printed to the same channel, either
+to stdout or stderr depending on the command’s exit status. This mainly
+affects combined commands.
+
+In the rules, toggle can not be used anymore in rule consequences. Moreover,
+invalid arguments to rule consequences now will be reported during rule
+creation, already.
+
 Migrating to 0.9.0
 ==================
 

-- 
greetings,

Florian Viehweger

Reply via email to