diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-05-14 12:23:00 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-05-14 12:23:00 +0000 |
commit | 45ce8e09b7a688d4d9eddbc7304eebabe43290f6 (patch) | |
tree | 2d35458a458ec8a31c6e79e4ea1fdeca492cf3a4 /x11/xdotool | |
parent | bbb8b3b004383c0368580455556c0d7aa9fe80b4 (diff) | |
download | ports-45ce8e09b7a688d4d9eddbc7304eebabe43290f6.tar.gz ports-45ce8e09b7a688d4d9eddbc7304eebabe43290f6.zip |
Notes
Diffstat (limited to 'x11/xdotool')
-rw-r--r-- | x11/xdotool/Makefile | 6 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 86208af3bdde..85b0b6d7786b 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xdotool -DISTVERSION= 1.20100302.2713 +DISTVERSION= 1.20100318.2737 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ @@ -15,6 +15,7 @@ MAINTAINER= wxs@FreeBSD.org COMMENT= Programatically simulate keyboard input or mouse activity USE_PERL5_BUILD= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= pkgconfig USE_XORG= x11 xtst @@ -25,6 +26,7 @@ MAKE_JOBS_SAFE= yes # Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: - @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \ + ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 1d8116bed001..63c91c04887c 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -MD5 (xdotool-1.20100302.2713.tar.gz) = 0511c023f2bc5c9e7ca0f11bb3ce2925 -SHA256 (xdotool-1.20100302.2713.tar.gz) = 963549930c8bb4a203bd29dd72d00c429cbfaa4f2eaf35114c86032c926c768a -SIZE (xdotool-1.20100302.2713.tar.gz) = 31723 +MD5 (xdotool-1.20100318.2737.tar.gz) = 5acdbc269d87928786ee63cff9060256 +SHA256 (xdotool-1.20100318.2737.tar.gz) = 76a987f0ef6211f231a4606d6b23919055fef23bcd2c27cf9a87ca7da9937976 +SIZE (xdotool-1.20100318.2737.tar.gz) = 34473 |