From owner-svn-ports-all@freebsd.org Tue Dec 13 16:07:03 2016 Return-Path: Delivered-To: svn-ports-all@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 4BC7BC7598C; Tue, 13 Dec 2016 16:07:03 +0000 (UTC) (envelope-from ehaupt@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 0160A1B7E; Tue, 13 Dec 2016 16:07:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBDG72Ww003500; Tue, 13 Dec 2016 16:07:02 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDG72NS003498; Tue, 13 Dec 2016 16:07:02 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612131607.uBDG72NS003498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 13 Dec 2016 16:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428506 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 16:07:03 -0000 Author: ehaupt Date: Tue Dec 13 16:07:01 2016 New Revision: 428506 URL: https://svnweb.freebsd.org/changeset/ports/428506 Log: Update to 3.20160805.1 Approved by: Greg Fitzgerald (maintainer, via mail) Deleted: head/x11/xdotool/pkg-plist Modified: head/x11/xdotool/Makefile head/x11/xdotool/distinfo Modified: head/x11/xdotool/Makefile ============================================================================== --- head/x11/xdotool/Makefile Tue Dec 13 15:45:59 2016 (r428505) +++ head/x11/xdotool/Makefile Tue Dec 13 16:07:01 2016 (r428506) @@ -2,7 +2,7 @@ PORTNAME= xdotool DISTVERSIONPREFIX= v -DISTVERSION= 3.20150503.1 +DISTVERSION= 3.20160805.1 PORTEPOCH= 1 CATEGORIES= x11 @@ -10,6 +10,7 @@ MAINTAINER= gregf@hugops.pw COMMENT= Programmatically simulate keyboard input or mouse activity LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon @@ -21,9 +22,16 @@ USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama USE_PERL5= build +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: @${REINPLACE_CMD} -e 's,-Wno-missing-field-initializers,,' \ ${WRKSRC}/Makefile +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xdotool \ + ${STAGEDIR}${PREFIX}/lib/libxdo.so.3 + .include Modified: head/x11/xdotool/distinfo ============================================================================== --- head/x11/xdotool/distinfo Tue Dec 13 15:45:59 2016 (r428505) +++ head/x11/xdotool/distinfo Tue Dec 13 16:07:01 2016 (r428506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471135682 -SHA256 (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf -SIZE (jordansissel-xdotool-v3.20150503.1_GH0.tar.gz) = 103128 +TIMESTAMP = 1481639544 +SHA256 (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a +SIZE (jordansissel-xdotool-v3.20160805.1_GH0.tar.gz) = 106026