diff options
author | Greg Fitzgerald <gregf@beastie.tech> | 2021-08-18 10:31:33 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-08-18 20:17:05 +0200 |
commit | 6212c464a8141b0c3700d3ae4e72b6057982e8c0 (patch) | |
tree | 1b9539e1f401c7092e9f9ecf4818a576ef124a3e /x11 | |
parent | ports-mgmt/poudriere: Update to 3.3.7 (diff) |
x11/xdotool: Update to 3.20210804.2
ChangeLog: https://github.com/jordansissel/xdotool/releases/tag/v3.20210804.2
* While here, pet linters
* Change MAINTAINER email address
* Add missing USE_XORG = xi
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xdotool/Makefile | 19 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 6 |
2 files changed, 15 insertions, 10 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 29d4d2e02f96..dc85cfeb3ba5 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -1,10 +1,9 @@ PORTNAME= xdotool DISTVERSIONPREFIX= v -DISTVERSION= 3.20160805.1 -PORTEPOCH= 1 +DISTVERSION= 3.20210804.2 CATEGORIES= x11 -MAINTAINER= gregf@hugops.pw +MAINTAINER= gregf@beastie.tech COMMENT= Programmatically simulate keyboard input or mouse activity LICENSE= BSD3CLAUSE @@ -12,16 +11,22 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon +USES= gmake pkgconfig perl5 xorg + USE_GITHUB= yes GH_ACCOUNT= jordansissel USE_LDCONFIG= yes -USES= gmake pkgconfig perl5 xorg -USE_XORG= x11 xtst xinerama USE_PERL5= build +USE_XORG= x11 xtst xi xinerama + +PLIST_FILES= bin/xdotool \ + include/xdo.h \ + lib/libxdo.so \ + lib/libxdo.so.3 \ + libdata/pkgconfig/libxdo.pc \ + man/man1/xdotool.1.gz -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: diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 539e853b582e..633b56249780 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481639544 -SHA256 (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a -SIZE (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = 106026 +TIMESTAMP = 1628709090 +SHA256 (jordansissel-xdotool-v3.20210804.2_GH0.tar.gz) = 5bd76b81df670a34e7d8e71918b71df5c28c56212317e5ee07d7e593045a64a9 +SIZE (jordansissel-xdotool-v3.20210804.2_GH0.tar.gz) = 111795 |