diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-17 21:47:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-17 21:47:55 +0000 |
commit | a633e354fbb88f1b09d93fa3a1acf53a5f378410 (patch) | |
tree | 4c00051b5d6b50c266401458f47f17bffbe63a26 /x11 | |
parent | f38fdad6533515960175ca7e6fd1c59b447a1984 (diff) | |
download | pkgsrc-a633e354fbb88f1b09d93fa3a1acf53a5f378410.tar.gz |
Update to 1.1.2:
This minor bugfix release fixes one crasher, one issue with doclifting
the man page to XML, and a couple compiler warnings.
Alan Coopersmith (5):
config: Add missing AC_CONFIG_SRCDIR
Drop old CVS version tags
convert sprintf calls to snprintf
Mark do_quit as noreturn, as suggested by gcc & clang
xfd 1.1.2
Andreas Schwab (1):
Fix SEGV when XftFontOpenName() returns NULL.
Eric S. Raymond (1):
Suppress a spurious warning.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfd/Makefile | 6 | ||||
-rw-r--r-- | x11/xfd/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 8174422e18e..16d3b7396f3 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2013/06/06 12:55:23 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2013/07/17 21:47:55 wiz Exp $ -DISTNAME= xfd-1.1.1 -PKGREVISION= 3 +DISTNAME= xfd-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xfd/distinfo b/x11/xfd/distinfo index 6c8f3e12d4c..3b47fdfc081 100644 --- a/x11/xfd/distinfo +++ b/x11/xfd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/01/23 18:59:12 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/07/17 21:47:55 wiz Exp $ -SHA1 (xfd-1.1.1.tar.bz2) = b8662c6c6821f1f82995bcb98bb986b56716b787 -RMD160 (xfd-1.1.1.tar.bz2) = 2470161a2083535a15ca82a746236cfda7d0f9ee -Size (xfd-1.1.1.tar.bz2) = 130547 bytes +SHA1 (xfd-1.1.2.tar.bz2) = cac5ca0f5fb6044840b15cf6fb9c541bd4fbce4a +RMD160 (xfd-1.1.2.tar.bz2) = 5123bbf2a1a5b2a06e247c6986d39ecaf6761bfa +Size (xfd-1.1.2.tar.bz2) = 137632 bytes |