summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-05-18 13:34:07 +0000
committerwiz <wiz>2013-05-18 13:34:07 +0000
commit9e6728ee9e3b438150af12448f4913d5e1115e7f (patch)
tree26ede368bfab49ff276709ff645646edb5f9ba24
parent2d31b0ac373c6355b341c39a45fc13056f5a565e (diff)
downloadpkgsrc-9e6728ee9e3b438150af12448f4913d5e1115e7f.tar.gz
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
-rw-r--r--x11/xfontsel/Makefile5
-rw-r--r--x11/xfontsel/distinfo8
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