Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2016 16:07:02 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428506 - head/x11/xdotool
Message-ID:  <201612131607.uBDG72NS003498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gregf@hugops.pw> (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 <bsd.port.mk>

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



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