From tkato432@yahoo.com  Tue Mar 22 18:16:28 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A3C471065697
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:13:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 7BA4C8FC25
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 22 Mar 2011 18:13:43 +0000 (UTC)
Received: from localhost.localdomain (ZT048080.ppp.dion.ne.jp [59.128.48.80])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id 9037C47C036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 23 Mar 2011 03:13:41 +0900 (JST)
Message-Id: <20110323031245.1c97258e.tkato432@yahoo.com>
Date: Wed, 23 Mar 2011 03:12:45 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: x11/xstroke

>Number:         155843
>Category:       ports
>Synopsis:       Update port: x11/xstroke
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 22 18:20:20 UTC 2011
>Closed-Date:    Fri Mar 25 11:36:15 UTC 2011
>Last-Modified:  Fri Mar 25 11:40:22 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Utilize PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11/xstroke/Makefile x11/xstroke/Makefile
--- /usr/ports/x11/xstroke/Makefile	2011-03-12 20:54:18.000000000 +0900
+++ x11/xstroke/Makefile	2011-03-22 16:23:21.000000000 +0900
@@ -9,24 +9,26 @@
 PORTVERSION=	0.5.12
 PORTREVISION=	8
 CATEGORIES=	x11
-MASTER_SITES=	ftp://ftp.handhelds.org/projects/xstroke/release-0.5/ \
-		http://www.handhelds.org/download/projects/xstroke/release-0.5/
+MASTER_SITES=	http://ftp.gwdg.de/pub/linux/handhelds/projects/xstroke/release-0.5/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Fullscreen gesture recognition
 
-DEPRECATED=	Upstream disapear and distfile is no more available
-EXPIRATION_DATE=	2011-05-01
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
 
 USE_BISON=	build
 USE_XORG=	xft x11 xext xi xtst
 USE_IMAKE=	yes
-CFLAGS+=	${PTHREAD_CFLAGS}
-CPPFLAGS=	-I${LOCALBASE}/include -I.
-LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
-MAKE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV=	LDFLAGS="${LDFLAGS}"
+
+MAN1=		xstroke.1
+PLIST_FILES=	bin/xstroke %%ETCDIR%%/alphabet
+PLIST_DIRS=	%%ETCDIR%%
 
-MAN1=	xstroke.1
+CFLAGS+=	-I.
+CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/etc/Imakefile
diff -urN /usr/ports/x11/xstroke/pkg-plist x11/xstroke/pkg-plist
--- /usr/ports/x11/xstroke/pkg-plist	2002-05-14 17:19:03.000000000 +0900
+++ x11/xstroke/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,3 +0,0 @@
-bin/xstroke
-etc/xstroke/alphabet
-@dirrm etc/xstroke
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Mar 22 23:15:35 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155843 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 25 11:36:14 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155843 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155843: commit references a PR
Date: Fri, 25 Mar 2011 11:37:18 +0000 (UTC)

 miwi        2011-03-25 11:36:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xstroke          Makefile 
   Removed files:
     x11/xstroke          pkg-plist 
   Log:
   - Remove DEPRECATED
   - Fix MASTER_SITES
   - Utilize PLIST_FILES
   
   PR:             155843
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.24      +11 -9     ports/x11/xstroke/Makefile
   1.2       +0 -3      ports/x11/xstroke/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
