On Sat, Sep 08, 2018 at 11:50:54PM +0200, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Update for Spectrwm to 3.2.0:
> 
> https://github.com/conformal/spectrwm/releases
> 
> OK? Comments?

works fine here. 
the patch-Makefile is missing rcs id.
otherwise, OK gsoares@
? 1.patch
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile    5 Oct 2017 14:14:48 -0000       1.24
+++ Makefile    9 Sep 2018 01:03:30 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-V=                     3.1.0
+V=                     3.2.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.21
diff -u -p -r1.21 distinfo
--- distinfo    5 Oct 2017 14:14:48 -0000       1.21
+++ distinfo    9 Sep 2018 01:03:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-3.1.0.tar.gz) = t6XiT+bZI6rauUfTVP9ErXQrch2q8zRYTo7qnhVknZo=
-SIZE (spectrwm-3.1.0.tar.gz) = 147206
+SHA256 (spectrwm-3.2.0.tar.gz) = +4AEQmIPdi3miiNu+acnjYuO9tpcG27bwMibHm6V73w=
+SIZE (spectrwm-3.2.0.tar.gz) = 150691
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile
--- patches/patch-Makefile      16 Apr 2017 19:42:28 -0000      1.7
+++ patches/patch-Makefile      9 Sep 2018 01:03:30 -0000
@@ -1,5 +1,8 @@
---- Makefile.orig      Mon May 23 17:45:08 2016
-+++ Makefile   Sun Apr 16 20:41:24 2017
+$OpenBSD$
+
+Index: Makefile
+--- Makefile.orig
++++ Makefile
 @@ -12,7 +12,7 @@ CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -W
  # Uncomment define below to disallow user settable clock format string
  #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
Index: patches/patch-spectrwm_c
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.8
diff -u -p -r1.8 patch-spectrwm_c
--- patches/patch-spectrwm_c    5 Oct 2017 14:14:48 -0000       1.8
+++ patches/patch-spectrwm_c    9 Sep 2018 01:03:30 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-spectrwm_c,v 1.8 2017/10
 Index: spectrwm.c
 --- spectrwm.c.orig
 +++ spectrwm.c
-@@ -275,7 +275,7 @@ uint32_t           swm_debug = 0
+@@ -291,7 +291,7 @@ uint32_t           swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB

Reply via email to