I'll test this evening. Thanks, jim@
* Joerg Zinke <m...@umaxx.net> [120708 04:22]: > On Sat, Jul 07, 2012 at 10:37:47PM +0200, Joerg Zinke wrote: > > > please find below an update for x11/dwm to version 6.0. > > > > Any objections, OKs? > > Previous diff got mangled, new one below. > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/dwm/Makefile,v > retrieving revision 1.22 > diff -u -p -r1.22 Makefile > --- Makefile 13 Sep 2011 14:02:53 -0000 1.22 > +++ Makefile 8 Jul 2012 09:11:19 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= dynamic window manager > > -DISTNAME= dwm-5.9 > +DISTNAME= dwm-6.0 > > CATEGORIES= x11 > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/x11/dwm/distinfo,v > retrieving revision 1.16 > diff -u -p -r1.16 distinfo > --- distinfo 13 Sep 2011 14:02:53 -0000 1.16 > +++ distinfo 8 Jul 2012 09:11:19 -0000 > @@ -1,5 +1,5 @@ > -MD5 (dwm-5.9.tar.gz) = J5n4hcBYF8oRLVIbskf3lw== > -RMD160 (dwm-5.9.tar.gz) = kq8nhZfbcG+ypLY6qRaaPvYSzSw= > -SHA1 (dwm-5.9.tar.gz) = RdARtwzuAgjEO3VmUMb3NuDIZhs= > -SHA256 (dwm-5.9.tar.gz) = Lc3VoqIzw4Xvd2AXJjFkooiIZWG2v01rmEVi9fAv4jI= > -SIZE (dwm-5.9.tar.gz) = 20517 > +MD5 (dwm-6.0.tar.gz) = i7ANQUIlm+sR4TRzuBwIVw== > +RMD160 (dwm-6.0.tar.gz) = bs0DovyKb5/UNuj1je3DBcSlu/c= > +SHA1 (dwm-6.0.tar.gz) = NTRvhzon8hmuJmWUs2kEB/ldBu8= > +SHA256 (dwm-6.0.tar.gz) = srlIPeaSWe7qVoRImbsjhRWNPnmkLYKxDBQgmfyO61Y= > +SIZE (dwm-6.0.tar.gz) = 20810 > Index: patches/patch-config_def_h > =================================================================== > RCS file: /cvs/ports/x11/dwm/patches/patch-config_def_h,v > retrieving revision 1.8 > diff -u -p -r1.8 patch-config_def_h > --- patches/patch-config_def_h 27 Jun 2010 01:03:55 -0000 1.8 > +++ patches/patch-config_def_h 8 Jul 2012 09:11:19 -0000 > @@ -1,17 +1,17 @@ > $OpenBSD: patch-config_def_h,v 1.8 2010/06/27 01:03:55 jim Exp $ > ---- config.def.h.orig Fri Jun 4 06:39:15 2010 > -+++ config.def.h Sat Jun 26 20:24:09 2010 > +--- config.def.h.orig Mon Dec 19 16:02:46 2011 > ++++ config.def.h Sat Jul 7 22:28:18 2012 > @@ -1,13 +1,13 @@ > /* See LICENSE file for copyright and license details. */ > > /* appearance */ > -static const char font[] = > "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; > --static const char normbordercolor[] = "#cccccc"; > --static const char normbgcolor[] = "#cccccc"; > --static const char normfgcolor[] = "#000000"; > --static const char selbordercolor[] = "#0066ff"; > --static const char selbgcolor[] = "#0066ff"; > --static const char selfgcolor[] = "#ffffff"; > +-static const char normbordercolor[] = "#444444"; > +-static const char normbgcolor[] = "#222222"; > +-static const char normfgcolor[] = "#bbbbbb"; > +-static const char selbordercolor[] = "#005577"; > +-static const char selbgcolor[] = "#005577"; > +-static const char selfgcolor[] = "#eeeeee"; > +static const char font[] = > "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"; > +static const char normbordercolor[] = "#404040"; > +static const char normbgcolor[] = "#202020"; > @@ -31,7 +31,7 @@ $OpenBSD: patch-config_def_h,v 1.8 2010/ > }; > > /* layout(s) */ > -@@ -46,7 +48,7 @@ static const Layout layouts[] = { > +@@ -47,7 +49,7 @@ static const Layout layouts[] = { > > /* commands */ > static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", > normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; > Index: patches/patch-config_mk > =================================================================== > RCS file: /cvs/ports/x11/dwm/patches/patch-config_mk,v > retrieving revision 1.8 > diff -u -p -r1.8 patch-config_mk > --- patches/patch-config_mk 13 Sep 2011 14:02:53 -0000 1.8 > +++ patches/patch-config_mk 8 Jul 2012 09:11:19 -0000 > @@ -1,7 +1,7 @@ > $OpenBSD: patch-config_mk,v 1.8 2011/09/13 14:02:53 gsoares Exp $ > ---- config.mk.orig Sun Jul 10 17:24:25 2011 > -+++ config.mk Tue Jul 26 10:44:28 2011 > -@@ -4,30 +4,30 @@ VERSION = 5.9 > +--- config.mk.orig Mon Dec 19 16:02:46 2011 > ++++ config.mk Sat Jul 7 22:28:18 2012 > +@@ -4,30 +4,30 @@ VERSION = 6.0 > # Customize below to fit your system > > # paths >