diff options
author | lesi <lesi@FreeBSD.org> | 2007-07-03 01:11:56 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2007-07-03 01:11:56 +0800 |
commit | 6bfd12b794f3726bbb5f16e13488c45c98a6bb27 (patch) | |
tree | 1c6cb9e39484c6b4a6b978621ec01b7dfc99d03e /x11 | |
parent | 0c9991bb4f718f42b1bbb190efbcac04483389a3 (diff) | |
download | freebsd-ports-gnome-6bfd12b794f3726bbb5f16e13488c45c98a6bb27.tar.gz freebsd-ports-gnome-6bfd12b794f3726bbb5f16e13488c45c98a6bb27.tar.zst freebsd-ports-gnome-6bfd12b794f3726bbb5f16e13488c45c98a6bb27.zip |
Update to 1.0.2.
PR: ports/113587
Submitted by: chinsan
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXtst/Makefile | 14 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 6 |
2 files changed, 16 insertions, 4 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index fb533e731e15..407aaced9191 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libXtst -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -18,4 +18,16 @@ USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +MAN3= XTestQueryExtension.3 \ + XTestCompareCursorWithWindow.3 \ + XTestCompareCurrentCursorWithWindow.3 \ + XTestFakeKeyEvent.3 \ + XTestFakeButtonEvent.3 \ + XTestFakeMotionEvent.3 \ + XTestFakeRelativeMotionEvent.3 \ + XTestGrabControl.3 \ + XTestSetGContextOfGC.3 \ + XTestSetVisualIDOfVisual.3 \ + XTestDiscard.3 + .include <bsd.port.mk> diff --git a/x11/libXtst/distinfo b/x11/libXtst/distinfo index 8979732ce83d..2e583d8305ba 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXtst-1.0.1.tar.bz2) = 0ba567531ff9ac1ff9da0653f8a161b3 -SHA256 (xorg/lib/libXtst-1.0.1.tar.bz2) = 7348de3c303075df4457b15b47e75096d909e9ffada80773c660bb956ceea882 -SIZE (xorg/lib/libXtst-1.0.1.tar.bz2) = 212511 +MD5 (xorg/lib/libXtst-1.0.2.tar.bz2) = 032d5c1d3914fc0224837328c88aef96 +SHA256 (xorg/lib/libXtst-1.0.2.tar.bz2) = eef98ad3d35254384c3714cd63826fc2009f9b394f2b489718aba9be7be0a10b +SIZE (xorg/lib/libXtst-1.0.2.tar.bz2) = 224741 |