diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 11:41:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-01 11:41:07 +0000 |
commit | f4936121f95e76555bebbc39e5b73dc12b0ff91f (patch) | |
tree | fcac9880f7998d69245463508464761e7b89a20e /x11/libXtst | |
parent | 693ef828a26aa5cb92848177be5fcb2afa9dd055 (diff) | |
download | ports-f4936121f95e76555bebbc39e5b73dc12b0ff91f.tar.gz ports-f4936121f95e76555bebbc39e5b73dc12b0ff91f.zip |
Notes
Diffstat (limited to 'x11/libXtst')
-rw-r--r-- | x11/libXtst/Makefile | 18 | ||||
-rw-r--r-- | x11/libXtst/distinfo | 6 | ||||
-rw-r--r-- | x11/libXtst/pkg-plist | 3 |
3 files changed, 9 insertions, 18 deletions
diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index 98d0dda564d7..6400ec95a453 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -6,27 +6,15 @@ # PORTNAME= libXtst -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Test extension XORG_CAT= lib -USE_XORG= x11 xext recordproto:both xextproto inputproto:both +USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ + xi USE_AUTOTOOLS= libtool:22 -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 1bbf04582e3a..cb8096294360 100644 --- a/x11/libXtst/distinfo +++ b/x11/libXtst/distinfo @@ -1,3 +1,3 @@ -MD5 (xorg/lib/libXtst-1.0.3.tar.bz2) = 090c1ad04e34982eada5cf3b1a0792fd -SHA256 (xorg/lib/libXtst-1.0.3.tar.bz2) = b4a8dd3d9ceb04cd7322c1f7e5d2320d6ccf85ba8c81d736fd6d6c83c658c905 -SIZE (xorg/lib/libXtst-1.0.3.tar.bz2) = 224637 +MD5 (xorg/lib/libXtst-1.1.0.tar.bz2) = dd6f3e20b87310187121539f9605d977 +SHA256 (xorg/lib/libXtst-1.1.0.tar.bz2) = bd440f4779e06957211ba83782a5a1cfbf1d42b14fd3510a6dce440489a4eb26 +SIZE (xorg/lib/libXtst-1.1.0.tar.bz2) = 256889 diff --git a/x11/libXtst/pkg-plist b/x11/libXtst/pkg-plist index 03c03012321d..9c3e055d2f42 100644 --- a/x11/libXtst/pkg-plist +++ b/x11/libXtst/pkg-plist @@ -1,6 +1,9 @@ +include/X11/extensions/XTest.h +include/X11/extensions/record.h lib/libXtst.a lib/libXtst.la lib/libXtst.so lib/libXtst.so.6 libdata/pkgconfig/xtst.pc @dirrmtry include/X11/extensions + |