diff options
author | bjs <bjs@pkgsrc.org> | 2007-09-21 19:50:31 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-09-21 19:50:31 +0000 |
commit | 26de5ba43e7b6151f74cb277db0cba254efae9dd (patch) | |
tree | 6d377c0db53641a3b1966f07ef17c5178f92a206 /x11/xwininfo | |
parent | 0cdbdd7a942d344ffdcd06bcd6cbd41961746e6f (diff) | |
download | pkgsrc-26de5ba43e7b6151f74cb277db0cba254efae9dd.tar.gz |
Update to version 1.0.3. Changes include:
-- X.Org bug #10616: Add all the X info commands to See Also in man page
-- Man page formatting: make -geometry bold like other options
-- Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Purge unused code from dsimple.c
-- dsimple.c: ANSIfy function declarations
-- Replace sprintf's with snprintf & strlcat
-- Add static & const qualifiers to xwininfo.c
Diffstat (limited to 'x11/xwininfo')
-rw-r--r-- | x11/xwininfo/Makefile | 4 | ||||
-rw-r--r-- | x11/xwininfo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index 3e9cca65deb..984712002d9 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:16 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/09/21 19:50:31 bjs Exp $ # -DISTNAME= xwininfo-1.0.2 +DISTNAME= xwininfo-1.0.3 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xwininfo/distinfo b/x11/xwininfo/distinfo index 7339b485655..ee293d95ffe 100644 --- a/x11/xwininfo/distinfo +++ b/x11/xwininfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/04/12 18:04:20 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/09/21 19:50:31 bjs Exp $ -SHA1 (xwininfo-1.0.2.tar.bz2) = a4043bc1d23837fd87444c45f8138a7a69874890 -RMD160 (xwininfo-1.0.2.tar.bz2) = f752c86ce5c2fe66ddd6020e926885c227c03e88 -Size (xwininfo-1.0.2.tar.bz2) = 91625 bytes +SHA1 (xwininfo-1.0.3.tar.bz2) = e6391c9b704b19bb8d59221dc87f83637dfc5fd8 +RMD160 (xwininfo-1.0.3.tar.bz2) = d084bf655a4d5de444b78312355f79c72ec85251 +Size (xwininfo-1.0.3.tar.bz2) = 98632 bytes |