diff options
author | wxs <wxs@FreeBSD.org> | 2009-12-11 00:08:16 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-12-11 00:08:16 +0800 |
commit | 9dc73f0f53896f9c77006468ceb5f85f72f74938 (patch) | |
tree | acc97ce2050f1ba3441191c66c937065700b21df /x11 | |
parent | 88a00ce9cee680997b8b0d1ceb66d31365d3b46f (diff) | |
download | freebsd-ports-gnome-9dc73f0f53896f9c77006468ceb5f85f72f74938.tar.gz freebsd-ports-gnome-9dc73f0f53896f9c77006468ceb5f85f72f74938.tar.zst freebsd-ports-gnome-9dc73f0f53896f9c77006468ceb5f85f72f74938.zip |
- Update to 20091210.01
- Install manpage and shared library too.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdotool/Makefile | 11 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 116720f5cbf5..c0411000c991 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,23 +6,22 @@ # PORTNAME= xdotool -DISTVERSION= 20090815 +DISTVERSION= 20091210.01 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Programatically simulate keyboard input or mouse activity +USE_PERL5_BUILD= yes +USE_GMAKE= yes USE_GNOME= pkgconfig USE_XORG= x11 xtst -ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/xdotool +MAN1= xdotool.1 +PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.0 MAKE_JOBS_SAFE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin - # Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 6d6cccba9d96..2813abedbe1b 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -MD5 (xdotool-20090815.tar.gz) = 32b1127c0c24f5b3d0a1a1c09b3d44f8 -SHA256 (xdotool-20090815.tar.gz) = 2cccc9f4b106225ec47365f19300bd49e9151e8c37594d072ff8588a34c1e4c7 -SIZE (xdotool-20090815.tar.gz) = 22479 +MD5 (xdotool-20091210.01.tar.gz) = 33a7a3a037684a1e03e5aca2850c5323 +SHA256 (xdotool-20091210.01.tar.gz) = 2a7f1957e2a8acce84b87f78e2d56a932855206823e67b56049d12b37106b5cd +SIZE (xdotool-20091210.01.tar.gz) = 23729 |