From 9e6728ee9e3b438150af12448f4913d5e1115e7f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 18 May 2013 13:34:07 +0000 Subject: Update to 1.0.5: This minor bugfix release finally fixes my long-festering pet peeve with this tool - when a font fails to load, it will now continue to update the text sample area instead of letting it accumulate menu images and other failed repaint turds. There's a few other small changes too, but no one will notice them. Alan Coopersmith (6): Combine usage message strings Prevent memory leak in GetFontNames if no fonts are matched Remove extraneous braces left from commit 1d6970a838d4ed42a When font fails to load, grey out text instead of unmapping text widget Use C99 struct initializer for parseRec in GetFontNames() xfontsel 1.0.5 --- x11/xfontsel/Makefile | 5 ++--- x11/xfontsel/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/x11/xfontsel/Makefile b/x11/xfontsel/Makefile index 08de2677077..a7bae4c5537 100644 --- a/x11/xfontsel/Makefile +++ b/x11/xfontsel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/10/29 05:07:11 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2013/05/18 13:34:07 wiz Exp $ -DISTNAME= xfontsel-1.0.4 +DISTNAME= xfontsel-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xfontsel/distinfo b/x11/xfontsel/distinfo index d1c5366e7df..d6cffa34e7f 100644 --- a/x11/xfontsel/distinfo +++ b/x11/xfontsel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/06/03 18:14:03 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/05/18 13:34:07 wiz Exp $ -SHA1 (xfontsel-1.0.4.tar.bz2) = 8e3da9d050ad71531bfeb98d5f1071c7b392b3bd -RMD160 (xfontsel-1.0.4.tar.bz2) = 9fbb2092540e26f0a0f67104cf3e40aef95aaef3 -Size (xfontsel-1.0.4.tar.bz2) = 136256 bytes +SHA1 (xfontsel-1.0.5.tar.bz2) = fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf +RMD160 (xfontsel-1.0.5.tar.bz2) = eaf098e16131168154c0f0ccf491560da9883f74 +Size (xfontsel-1.0.5.tar.bz2) = 139801 bytes -- cgit v1.2.3