diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-12 13:40:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-12 13:40:33 +0000 |
commit | afd4426b6aec24ae2ca6d96dce2faa2dc315ab34 (patch) | |
tree | d78d18fad7490fac8d6e3d4f845b9bf5220510f5 /x11/libXtst | |
parent | 9317e1cf48e83d469a3088241eb875f819532b6e (diff) | |
download | pkgsrc-afd4426b6aec24ae2ca6d96dce2faa2dc315ab34.tar.gz |
Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 4 | ||||
-rw-r--r-- | x11/libXtst/PLIST | 13 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 8 |
3 files changed, 18 insertions, 7 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 8b00e372c83..aaec68493d0 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/12 13:40:33 joerg Exp $ # -DISTNAME= libXtst-1.0.1 +DISTNAME= libXtst-1.0.2 CATEGORIES= x11 devel MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXtst/PLIST b/x11/libXtst/PLIST index f74e4fd6183..752eb77e7de 100644 --- a/x11/libXtst/PLIST +++ b/x11/libXtst/PLIST @@ -1,3 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/07/12 13:40:33 joerg Exp $ lib/libXtst.la lib/pkgconfig/xtst.pc +man/man3/XTestCompareCurrentCursorWithWindow.3 +man/man3/XTestCompareCursorWithWindow.3 +man/man3/XTestDiscard.3 +man/man3/XTestFakeButtonEvent.3 +man/man3/XTestFakeKeyEvent.3 +man/man3/XTestFakeMotionEvent.3 +man/man3/XTestFakeRelativeMotionEvent.3 +man/man3/XTestGrabControl.3 +man/man3/XTestQueryExtension.3 +man/man3/XTestSetGContextOfGC.3 +man/man3/XTestSetVisualIDOfVisual.3 diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 0a8da61d7ce..4589f7e6bf0 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/07/12 13:40:33 joerg Exp $ -SHA1 (libXtst-1.0.1.tar.bz2) = 0001bfb58eb28bdef9ab6acfa158a4bf99519ffb -RMD160 (libXtst-1.0.1.tar.bz2) = 39d0f978ddadfc0bca1f8dd26ffe5d6be6f04062 -Size (libXtst-1.0.1.tar.bz2) = 212511 bytes +SHA1 (libXtst-1.0.2.tar.bz2) = 0b5b41ce3044f6bc1a3c4f08cd0d65cdc98e3893 +RMD160 (libXtst-1.0.2.tar.bz2) = 3939547abce0d009a9f786f194128cc0911eb392 +Size (libXtst-1.0.2.tar.bz2) = 224741 bytes |