diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-14 00:07:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-14 00:07:01 +0800 |
commit | 55ca83af62aab0cab49f91e03f86b0ae2e98cee9 (patch) | |
tree | 375a578901de297f4de38246f776981cf369aa54 /x11/xdotool | |
parent | b12b9715eae305fb9d8c2c972e49e86eedafb5bd (diff) | |
download | freebsd-ports-gnome-55ca83af62aab0cab49f91e03f86b0ae2e98cee9.tar.gz freebsd-ports-gnome-55ca83af62aab0cab49f91e03f86b0ae2e98cee9.tar.zst freebsd-ports-gnome-55ca83af62aab0cab49f91e03f86b0ae2e98cee9.zip |
Update to 3.20160805.1
Approved by: Greg Fitzgerald <gregf@hugops.pw> (maintainer, via mail)
Diffstat (limited to 'x11/xdotool')
-rw-r--r-- | x11/xdotool/Makefile | 10 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 | ||||
-rw-r--r-- | x11/xdotool/pkg-plist | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 62cb6ad437ea..5f6f8b7d122a 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -2,7 +2,7 @@ PORTNAME= xdotool DISTVERSIONPREFIX= v -DISTVERSION= 3.20150503.1 +DISTVERSION= 3.20160805.1 PORTEPOCH= 1 CATEGORIES= x11 @@ -10,6 +10,7 @@ MAINTAINER= gregf@hugops.pw COMMENT= Programmatically simulate keyboard input or mouse activity LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon @@ -21,9 +22,16 @@ USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama USE_PERL5= build +PLIST_FILES= bin/xdotool include/xdo.h lib/libxdo.so \ + lib/libxdo.so.3 man/man1/xdotool.1.gz + # Older GCC on RELENG_6 doesn't like -Wno-missing-field-initializers post-patch: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \ ${WRKSRC}/Makefile +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xdotool \ + ${STAGEDIR}${PREFIX}/lib/libxdo.so.3 + .include <bsd.port.mk> diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 6b5ccd054fb3..539e853b582e 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471135682 -SHA256 (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf -SIZE (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = 103128 +TIMESTAMP = 1481639544 +SHA256 (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a +SIZE (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = 106026 diff --git a/x11/xdotool/pkg-plist b/x11/xdotool/pkg-plist deleted file mode 100644 index 1438ac2d9ba0..000000000000 --- a/x11/xdotool/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/xdotool -include/xdo.h -lib/libxdo.so -lib/libxdo.so.3 -man/man1/xdotool.1.gz |