diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 18:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 18:14:03 +0000 |
commit | 101503a9074001b5ef4dc6f5ebe69d4284da32fc (patch) | |
tree | e582fdac68350e9f0cd38cf0892a0f860c8602f6 /x11/xfontsel | |
parent | 75e9d015854ed90994daad3c7b14a28dea21aff4 (diff) | |
download | pkgsrc-101503a9074001b5ef4dc6f5ebe69d4284da32fc.tar.gz |
Update to 1.0.4.
1.0.4:
Alan Coopersmith (4):
Convert sprintf calls to snprintf
Strip trailing whitespace
Add const attribute to fieldP fix a gcc -Wwrite-strings warning
xfontsel 1.0.4
Gaetan Nadon (5):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jesse Adkins (2):
Purge cvs tags.
Remove USE_TEXT_WIDGET (bug 8966)
1.0.3:
This release includes several years worth of build improvements and cleanups,
including fixes for builds on case-insensitive filesystems, builds without the
Xaw8 macros, and other fixes needed for building on various platforms.
Diffstat (limited to 'x11/xfontsel')
-rw-r--r-- | x11/xfontsel/Makefile | 5 | ||||
-rw-r--r-- | x11/xfontsel/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xfontsel/Makefile b/x11/xfontsel/Makefile index 67e2b199059..6556e6a12ea 100644 --- a/x11/xfontsel/Makefile +++ b/x11/xfontsel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/10/23 18:06:50 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/03 18:14:03 wiz Exp $ # -DISTNAME= xfontsel-1.0.2 -PKGREVISION= 2 +DISTNAME= xfontsel-1.0.4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xfontsel/distinfo b/x11/xfontsel/distinfo index 56b44913a19..d1c5366e7df 100644 --- a/x11/xfontsel/distinfo +++ b/x11/xfontsel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:03:25 joerg Exp $ +$NetBSD: distinfo,v 1.2 2012/06/03 18:14:03 wiz Exp $ -SHA1 (xfontsel-1.0.2.tar.bz2) = c492444a3bada3e44bc0319cfd85a89cd7770b84 -RMD160 (xfontsel-1.0.2.tar.bz2) = 82135208df98fda997714365be35d94ee60db2cb -Size (xfontsel-1.0.2.tar.bz2) = 106540 bytes +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 |