Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2007 13:31:39 -0400 (EDT)
From:      Wesley Shields <wxs@atarininja.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114590: [MAINTAINER PATCH]: Update x11/xdotool
Message-ID:  <20070714173139.3C6FC5C5A@syn.atarininja.org>
Resent-Message-ID: <200707141730.l6EHU5ZB037105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         114590
>Category:       ports
>Synopsis:       [MAINTAINER PATCH]: Update x11/xdotool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 14 17:30:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
x11/xdotool has a newer version out.  The attached patch updates the
port and installs additional documentation on how to use the software.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xdotool/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	3 Jul 2007 05:10:00 -0000	1.1
+++ Makefile	14 Jul 2007 17:21:41 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xdotool
-PORTVERSION=	20070625
+PORTVERSION=	20070713
 CATEGORIES=	x11
 MASTER_SITES=	http://www.semicomplete.com/files/xdotool/ \
 		http://www.atarininja.org/~wxs/distfiles/
@@ -19,8 +19,13 @@
 ALL_TARGET=	${PORTNAME}
 
 PLIST_FILES=	bin/xdotool
+PORTDOCS=	README
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xdotool ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11/xdotool/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	3 Jul 2007 05:10:00 -0000	1.1
+++ distinfo	14 Jul 2007 17:21:41 -0000
@@ -1,3 +1,3 @@
-MD5 (xdotool-20070625.tar.gz) = 78b693d1684825082cdc24450c61a9ac
-SHA256 (xdotool-20070625.tar.gz) = f90116afb9042a679329e0e9f92a47a6e7af69dc7a664c0d9c805b26611ab33c
-SIZE (xdotool-20070625.tar.gz) = 5991
+MD5 (xdotool-20070713.tar.gz) = a7b159a62ac72adc3725f31dd5edd967
+SHA256 (xdotool-20070713.tar.gz) = c65b05db10d021a3ee073fe68dc62f5f42fb1d846d7bdf30f4d13e10d32ef57f
+SIZE (xdotool-20070713.tar.gz) = 7208
>Release-Note:
>Audit-Trail:
>Unformatted:



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