git: 6212c464a814 - main - x11/xdotool: Update to 3.20210804.2

Fernando Apesteguía fernape at FreeBSD.org
Wed Aug 18 18:22:07 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6212c464a8141b0c3700d3ae4e72b6057982e8c0

commit 6212c464a8141b0c3700d3ae4e72b6057982e8c0
Author:     Greg Fitzgerald <gregf at beastie.tech>
AuthorDate: 2021-08-18 08:31:33 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-08-18 18:17:05 +0000

    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
---
 x11/xdotool/Makefile | 19 ++++++++++++-------
 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 at hugops.pw
+MAINTAINER=	gregf at 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


More information about the dev-commits-ports-main mailing list