aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Fitzgerald <gregf@beastie.tech>2021-08-18 08:31:33 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-08-18 18:17:05 +0000
commit6212c464a8141b0c3700d3ae4e72b6057982e8c0 (patch)
tree1b9539e1f401c7092e9f9ecf4818a576ef124a3e
parent70421b2fb1c00c51d6471ccf2c035f20a3ec7e74 (diff)
downloadports-6212c464a8141b0c3700d3ae4e72b6057982e8c0.tar.gz
ports-6212c464a8141b0c3700d3ae4e72b6057982e8c0.zip
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
-rw-r--r--x11/xdotool/Makefile19
-rw-r--r--x11/xdotool/distinfo6
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