Hello ports@,

Find attached an update for herbstluftwm including new features and bug
fixes. Full release notes can be found in [0].

Portwise, after asking upstream now it doesn't build the documentation
JSON, already shipped in the tarball, so we can drop python3 BDEP. It
seems that in that process something changed and the JSON isn't
installed, so this is taken care of in post-install. I have no idea why
the PLIST changes are in now; clue sticks are welcome.

I'm running it without any issue.

[0]: https://herbstluftwm.org/news.html

Cheers,
-Lucas

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/herbstluftwm/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    20 Dec 2020 05:48:06 -0000      1.19
+++ Makefile    28 Dec 2020 15:06:18 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.19 2020/12/20 05:48:06 bket Exp $
 
 COMMENT =              manual tiling window manager
-DISTNAME =             herbstluftwm-0.9.0
-REVISION =             0
+DISTNAME =             herbstluftwm-0.9.1
 CATEGORIES =           x11
 
 HOMEPAGE =             https://herbstluftwm.org/
@@ -20,10 +19,7 @@ MASTER_SITES =               https://herbstluftwm.org
 # c++11
 COMPILER =             base-clang ports-gcc
 
-MODULES +=             devel/cmake \
-                       lang/python
-MODPY_VERSION =                ${MODPY_DEFAULT_VERSION_3}
-MODPY_RUNDEP =         No
+MODULES +=             devel/cmake
 
 RUN_DEPENDS +=         devel/desktop-file-utils \
                        shells/bash \
@@ -53,5 +49,7 @@ post-install:
                ${PREFIX}/man/man1/herbstluftwm.1
        ${INSTALL_MAN} ${WRKSRC}/doc/herbstluftwm-tutorial.7 \
                ${PREFIX}/man/man7/herbstluftwm-tutorial.7
+       ${INSTALL_DATA} ${WRKSRC}/doc/hlwm-doc.json \
+               ${PREFIX}/share/doc/herbstluftwm/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/x11/herbstluftwm/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    3 Nov 2020 19:46:04 -0000       1.7
+++ distinfo    28 Dec 2020 14:33:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (herbstluftwm-0.9.0.tar.gz) = 
cWLj5qtsk7RpTCyyh5euYkalvln/aO61WnJx37KeYW0=
-SIZE (herbstluftwm-0.9.0.tar.gz) = 406897
+SHA256 (herbstluftwm-0.9.1.tar.gz) = 
HhYncSfiTxGbDxELZqJyO5mHv3Dk2wsuwgyftOlUmGQ=
+SIZE (herbstluftwm-0.9.1.tar.gz) = 432926
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/x11/herbstluftwm/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   3 Nov 2020 19:57:02 -0000       1.8
+++ pkg/PLIST   28 Dec 2020 15:06:02 -0000
@@ -8,6 +8,8 @@ bin/dmenu_run_hlwm
 @man man/man1/herbstclient.1
 @man man/man1/herbstluftwm.1
 @man man/man7/herbstluftwm-tutorial.7
+share/bash-completion/
+share/bash-completion/completions/
 share/bash-completion/completions/herbstclient
 share/doc/herbstluftwm/
 share/doc/herbstluftwm/BUGS

Reply via email to