Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2016 01:04:35 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420172 - head/x11/xdotool
Message-ID:  <201608140104.u7E14Zmc044545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608140104.u7E14Zmc044545>