From owner-svn-ports-head@freebsd.org Sun Aug 14 01:04:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B4ADBB889C; Sun, 14 Aug 2016 01:04:37 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E40F01D4E; Sun, 14 Aug 2016 01:04:36 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7E14auG044549; Sun, 14 Aug 2016 01:04:36 GMT (envelope-from wxs@FreeBSD.org) Received: (from wxs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7E14Zmc044545; Sun, 14 Aug 2016 01:04:35 GMT (envelope-from wxs@FreeBSD.org) Message-Id: <201608140104.u7E14Zmc044545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wxs set sender to wxs@FreeBSD.org using -f From: Wesley Shields Date: Sun, 14 Aug 2016 01:04:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420172 - head/x11/xdotool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2016 01:04:37 -0000 Author: wxs Date: Sun Aug 14 01:04:35 2016 New Revision: 420172 URL: https://svnweb.freebsd.org/changeset/ports/420172 Log: Update to 20150503 and pass maintainer to submitter. PR: 211517 Submitted by: Greg Fitzgerald Reviewed by: wxs@ Modified: head/x11/xdotool/Makefile head/x11/xdotool/distinfo head/x11/xdotool/pkg-plist Modified: head/x11/xdotool/Makefile ============================================================================== --- head/x11/xdotool/Makefile Sat Aug 13 23:03:39 2016 (r420171) +++ head/x11/xdotool/Makefile Sun Aug 14 01:04:35 2016 (r420172) @@ -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 Modified: head/x11/xdotool/distinfo ============================================================================== --- head/x11/xdotool/distinfo Sat Aug 13 23:03:39 2016 (r420171) +++ head/x11/xdotool/distinfo Sun Aug 14 01:04:35 2016 (r420172) @@ -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 Modified: head/x11/xdotool/pkg-plist ============================================================================== --- head/x11/xdotool/pkg-plist Sat Aug 13 23:03:39 2016 (r420171) +++ head/x11/xdotool/pkg-plist Sun Aug 14 01:04:35 2016 (r420172) @@ -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