Hi,

Update for Spectrwm to 2.6.1:

      Fix xscreensaver-command example.
      Man page fixes, mostly spacing related.
      Fix warp_pointer centering.
      Add note to man page regarding autorun and LD_PRELOAD.
      Fix focus_urgent.
      Fix stacking issue on (re)start when managing unmanaged windows.
      Fix urgency indicator issue.
      Honour correctly "disable_border" in max_stack

Ok? Comments?

Cheers,.


-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile    5 Sep 2014 12:57:53 -0000       1.15
+++ Makefile    27 Oct 2014 14:25:29 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-2.6.0
+DISTNAME=              spectrwm-2.6.1
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    5 Sep 2014 12:57:53 -0000       1.12
+++ distinfo    27 Oct 2014 14:25:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.6.0.tgz) = 0VkGidEHUuH5IuiQ4F6H0dUBCj0fKQmgLtBAQi0gxEA=
-SIZE (spectrwm-2.6.0.tgz) = 118341
+SHA256 (spectrwm-2.6.1.tgz) = AI7I6eJit7F4iFkvxSSL6dK0F4N/ACnaREf26rff+2M=
+SIZE (spectrwm-2.6.1.tgz) = 124102
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 patch-Makefile
--- patches/patch-Makefile      14 Apr 2014 19:52:44 -0000      1.4
+++ patches/patch-Makefile      27 Oct 2014 14:25:29 -0000
@@ -1,6 +1,6 @@
---- Makefile.orig      Wed Feb 26 15:45:42 2014
-+++ Makefile   Sun Apr  6 13:34:10 2014
-@@ -13,7 +13,7 @@
+--- Makefile.orig      Sun Oct 26 12:25:14 2014
++++ Makefile   Mon Oct 27 11:23:10 2014
+@@ -13,7 +13,7 @@ CFLAGS+=-std=c99 -Wmissing-prototypes -Wall -Wextra -W
  # Uncomment define below to disallow user settable clock format string
  #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
  CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
@@ -9,7 +9,7 @@
  BUILDVERSION != sh "${.CURDIR}/buildver.sh"
  .if !${BUILDVERSION} == ""
  CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\"
-@@ -26,8 +26,8 @@
+@@ -26,8 +26,8 @@ MANDIR= ${PREFIX}/man/man
  
  obj: _xenocara_obj
  

Reply via email to