Friday, October 04, 2019

UPDATE: x11/herbstluftwm

Hi ports@,

Here's an update for herbstluftwm to 0.7.2. It builds and runs fine.
Changed the site to HTTPS and had to PREFIX="${PREFIX}" to FAKE_FLAGS,
otherwise it wasn't possible to install the package. This is because a
small change added to config.mk between the releases, commit
c07d3e1aca1caf95fc08ad1c3df06b4e3163a617, that changed a = into ?=. No
PLIST changes.

Official release notes:

Release 0.7.2 on 2019-05-28
---------------------------

* When herbstluftwm is not running and herbstclient is called, the
absent herbstluftwm is detected instead of hanging forever.
* Close window on _NET_CLOSE_WINDOW. This makes closing windows via ewmh
panels work.
* Fix return code of remove_attr
* Fix error when unmanaging clients
* Some typo fixes in the documentation

-Lucas

Index: Makefile
===================================================================
RCS file: /home/cvsroot/ports/x11/herbstluftwm/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile 12 Jul 2019 20:51:13 -0000 1.14
+++ Makefile 5 Oct 2019 01:19:01 -0000
@@ -1,18 +1,17 @@
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:51:13 sthen Exp $

COMMENT = manual tiling window manager
-DISTNAME = herbstluftwm-0.7.1
+DISTNAME = herbstluftwm-0.7.2
CATEGORIES = x11
-REVISION = 0

-HOMEPAGE = http://herbstluftwm.org/
+HOMEPAGE = https://herbstluftwm.org/

# BSD
PERMIT_PACKAGE = Yes

WANTLIB += X11 Xext Xinerama c glib-2.0 intl m pthread ${COMPILER_LIBCXX}

-MASTER_SITES = http://herbstluftwm.org/tarballs/
+MASTER_SITES = https://herbstluftwm.org/tarballs/

COMPILER = base-clang ports-gcc

@@ -31,6 +30,7 @@ FAKE_FLAGS = SYSCONFDIR="${BASEDIR}" \
EXAMPLESDIR="${BASEDIR}" \
ZSHCOMPLETIONDIR="${BASEDIR}/zsh/functions/Completion/X" \
MANDIR="${PREFIX}/man" \
+ PREFIX="${PREFIX}" \
XSESSIONSDIR="${PREFIX}/share/applications"

NO_TEST = Yes
Index: distinfo
===================================================================
RCS file: /home/cvsroot/ports/x11/herbstluftwm/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo 4 Jan 2019 00:25:47 -0000 1.4
+++ distinfo 4 Oct 2019 22:03:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (herbstluftwm-0.7.1.tar.gz) = 3A7zYgE/TraDFOEgAQ+MtCbrYVuH+AVNaqjh3uWihzQ=
-SIZE (herbstluftwm-0.7.1.tar.gz) = 244726
+SHA256 (herbstluftwm-0.7.2.tar.gz) = 3/YT/G14g+ogETGO+KexW5L3hk6vYyKd+c4OmaRCgc0=
+SIZE (herbstluftwm-0.7.2.tar.gz) = 245506

No comments:

Post a Comment