Hi,

Update for spectrwm to 2.4.0:

* Improve spawn program command parsing.
* Fix segfault when X keyboard map does not include
* Fix placement issue when uniconifying floaters.
* Fix default quirks to work correctly with regex.
* Add new option: iconic_enabled
* Add quirk POSIX Extended Regular Expression patter
* Fix focus border issue on output only windows.

And others.

Tested on amd64@.

Ok? Comments?

Cheers.

-- 
Sending from my toaster...
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    4 Jun 2013 14:00:20 -0000       1.10
+++ Makefile    18 Nov 2013 19:42:54 -0000
@@ -4,8 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-2.3.0
-REVISION=              0
+DISTNAME=              spectrwm-2.4.0
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    5 May 2013 16:09:38 -0000       1.8
+++ distinfo    18 Nov 2013 19:42:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.3.0.tgz) = m4kC6hZ/hXCsyu0+AW68a3w7gXeSjS5NV/S0iO6XGZ8=
-SIZE (spectrwm-2.3.0.tgz) = 109384
+SHA256 (spectrwm-2.4.0.tgz) = XlMOP2mvFknostBzTc5Fb/lc4YIZbMHgMMl2A5aw2D4=
+SIZE (spectrwm-2.4.0.tgz) = 112193
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile
--- patches/patch-Makefile      9 Jul 2012 21:35:46 -0000       1.2
+++ patches/patch-Makefile      18 Nov 2013 19:42:54 -0000
@@ -1,14 +1,14 @@
 $OpenBSD: patch-Makefile,v 1.2 2012/07/09 21:35:46 gonzalo Exp $
---- Makefile.orig      Tue Jul  3 16:29:31 2012
-+++ Makefile   Wed Jul  4 17:47:02 2012
+--- Makefile.orig      Fri Nov 15 09:30:52 2013
++++ Makefile   Mon Nov 18 16:39:35 2013
 @@ -26,8 +26,8 @@ MANDIR= ${PREFIX}/man/man
  
  obj: _xenocara_obj
  
 -beforeinstall:
--      ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
+-      ln -sf ${PROG} ${BINDIR}/scrotwm
 +#beforeinstall:
-+#     ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm
++#     ln -sf ${PROG} ${BINDIR}/scrotwm
  
  # clang targets
  .if ${.TARGETS:M*analyze*}

Reply via email to