From itetcu@people.tecnik93.com  Tue Mar 21 02:15:22 2006
Return-Path: <itetcu@people.tecnik93.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7142A16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Mar 2006 02:15:22 +0000 (UTC)
	(envelope-from itetcu@people.tecnik93.com)
Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7C943D58
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Mar 2006 02:15:21 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: from it.buh.tecnik93.com (localhost [127.0.0.1])
	by it.buh.tecnik93.com (Postfix) with ESMTP id 94A3317741
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Mar 2006 04:15:20 +0200 (EET)
Message-Id: <1142907320.87698@it.buh.tecnik93.com>
Date: Tue, 21 Mar 2006 04:15:20 +0200
From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [PATCH] x11/xstroke: UNBREAK (fix fetching)
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         94763
>Category:       ports
>Synopsis:       [PATCH] x11/xstroke: UNBREAK (fix fetching)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 02:20:09 GMT 2006
>Closed-Date:    Tue Mar 21 10:13:42 GMT 2006
>Last-Modified:  Tue Mar 21 10:13:42 GMT 2006
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


The old MASTER_SITES domain doesn't have anything to do with this port [1]
so put in two new MASTER_STIES.
Drop USE_REINPLACE while here.
Try to find  new site for WWW. [2]

Reported by:		fenner's distfiles survey [1] [2]


>How-To-Repeat:





>Fix:


--- xstroke.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xstroke/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	10 Nov 2004 14:50:51 -0000	1.15
+++ Makefile	21 Mar 2006 02:10:15 -0000
@@ -9,7 +9,8 @@
 PORTVERSION=	0.5.12
 PORTREVISION=	4
 CATEGORIES=	x11
-MASTER_SITES=	http://xstroke.org/releases/
+MASTER_SITES=	ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \
+		http://www.handhelds.org/download/projects/xstroke/release-0.5/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fullscreen gesture recognition
@@ -17,7 +18,6 @@
 LIB_DEPENDS=	Xft.2:${PORTSDIR}/x11-fonts/libXft
 
 USE_GETOPT_LONG=yes
-USE_REINPLACE=	yes
 USE_BISON=	yes
 USE_IMAKE=	yes
 CFLAGS+=	${PTHREAD_CFLAGS}
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/x11/xstroke/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	19 Oct 2003 11:10:56 -0000	1.2
+++ pkg-descr	21 Mar 2006 02:10:15 -0000
@@ -7,4 +7,4 @@
 gestures, but it can also emulate mouse button "clicks", launch programs,
 and other fun things.
 
-WWW: http://www.xstroke.org/
+WWW: http://www.handhelds.org/geeklog/index.php
--- xstroke.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tdb 
State-Changed-When: Tue Mar 21 10:13:40 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94763 
>Unformatted:
