Hello,
Update for Spectrwm to 3.1.0:
Add +R for region index to bar formatting.
Add new bar_color_selected and bar_font_color_selected options.
Add new 'ws_empty' action.
Enable padding in the bar_format using '_' character
Handle MappingNotify during startup.
Reset SIGPIPE before execvp().
Correct size for WM_STATE
Ok? Comments?
Cheers.-
--
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile 24 May 2016 14:06:20 -0000 1.23
+++ Makefile 5 Oct 2017 01:17:00 -0000
@@ -4,7 +4,7 @@ COMMENT= small tiling window manager
SHARED_LIBS= swmhack 1.0
-V= 3.0.2
+V= 3.1.0
GH_TAGNAME= SPECTRWM_${V:S/./_/g}
GH_ACCOUNT= conformal
GH_PROJECT= spectrwm
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo 24 May 2016 14:06:20 -0000 1.20
+++ distinfo 5 Oct 2017 01:17:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-3.0.2.tar.gz) = gs4CgAOd5kLEFoTzCWq7A4iSa2DDeYfKHbxToJE8qxg=
-SIZE (spectrwm-3.0.2.tar.gz) = 147355
+SHA256 (spectrwm-3.1.0.tar.gz) = t6XiT+bZI6rauUfTVP9ErXQrch2q8zRYTo7qnhVknZo=
+SIZE (spectrwm-3.1.0.tar.gz) = 147206
Index: patches/patch-spectrwm_c
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.7
diff -u -p -r1.7 patch-spectrwm_c
--- patches/patch-spectrwm_c 4 May 2016 13:56:26 -0000 1.7
+++ patches/patch-spectrwm_c 5 Oct 2017 01:17:00 -0000
@@ -1,7 +1,8 @@
$OpenBSD: patch-spectrwm_c,v 1.7 2016/05/04 13:56:26 gonzalo Exp $
---- spectrwm.c.orig Tue May 3 12:54:28 2016
-+++ spectrwm.c Tue May 3 12:56:02 2016
-@@ -274,7 +274,7 @@ uint32_t swm_debug = 0
+Index: spectrwm.c
+--- spectrwm.c.orig
++++ spectrwm.c
+@@ -275,7 +275,7 @@ uint32_t swm_debug = 0
#define SWM_CONF_KEYMAPPING (1)
#ifndef SWM_LIB