diff options
author | wxs <wxs@FreeBSD.org> | 2016-08-14 09:04:35 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2016-08-14 09:04:35 +0800 |
commit | 5719f5685f3c36f2fdc37b4439c25fef43f5a29c (patch) | |
tree | c907af2fbb92199accb371777a2923d7b813fd7a /x11/xdotool | |
parent | 763f1e620490bf00a2eedf1fd228abb7b93459fe (diff) | |
download | freebsd-ports-gnome-5719f5685f3c36f2fdc37b4439c25fef43f5a29c.tar.gz freebsd-ports-gnome-5719f5685f3c36f2fdc37b4439c25fef43f5a29c.tar.zst freebsd-ports-gnome-5719f5685f3c36f2fdc37b4439c25fef43f5a29c.zip |
Update to 20150503 and pass maintainer to submitter.
PR: 211517
Submitted by: Greg Fitzgerald
Reviewed by: wxs@
Diffstat (limited to 'x11/xdotool')
-rw-r--r-- | x11/xdotool/Makefile | 9 | ||||
-rw-r--r-- | x11/xdotool/distinfo | 5 | ||||
-rw-r--r-- | x11/xdotool/pkg-plist | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 02f9ceff8cfd..e662b5b959d4 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -1,14 +1,17 @@ # $FreeBSD$ PORTNAME= xdotool -DISTVERSION= 2.20110530.1 +DISTVERSIONPREFIX= v +DISTVERSION= 3.20150503.1 PORTEPOCH= 1 CATEGORIES= x11 -MASTER_SITES= http://semicomplete.googlecode.com/files/ -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= gregf@hugops.pw COMMENT= Programmatically simulate keyboard input or mouse activity +USE_GITHUB= yes +GH_ACCOUNT= jordansissel + USE_LDCONFIG= yes USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama diff --git a/x11/xdotool/distinfo b/x11/xdotool/distinfo index 2803612c8dfd..6b5ccd054fb3 100644 --- a/x11/xdotool/distinfo +++ b/x11/xdotool/distinfo @@ -1,2 +1,3 @@ -SHA256 (xdotool-2.20110530.1.tar.gz) = e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67 -SIZE (xdotool-2.20110530.1.tar.gz) = 107204 +TIMESTAMP = 1471135682 +SHA256 (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf +SIZE (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = 103128 diff --git a/x11/xdotool/pkg-plist b/x11/xdotool/pkg-plist index c9061ce4756a..1438ac2d9ba0 100644 --- a/x11/xdotool/pkg-plist +++ b/x11/xdotool/pkg-plist @@ -1,5 +1,5 @@ bin/xdotool include/xdo.h lib/libxdo.so -lib/libxdo.so.2 +lib/libxdo.so.3 man/man1/xdotool.1.gz |