From tkato432@yahoo.com  Wed Aug  3 18:30:10 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 2CD7E1065746
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  3 Aug 2011 18:30:10 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id D1FC58FC1B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  3 Aug 2011 18:30:09 +0000 (UTC)
Received: from localhost.localdomain (ZT028230.ppp.dion.ne.jp [59.128.28.230])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id E23F12BC03B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu,  4 Aug 2011 03:30:05 +0900 (JST)
Message-Id: <20110804032005.e1bf1172.tkato432@yahoo.com>
Date: Thu, 4 Aug 2011 03:20:05 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/etktab

>Number:         159420
>Category:       ports
>Synopsis:       Update port: audio/etktab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:12 UTC 2011
>Closed-Date:    Mon Aug 08 14:43:35 CEST 2011
>Last-Modified:  Mon Aug  8 12:50:17 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support USE_TK_WRAPPER

Remove file:
files/patch-aa

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/etktab/Makefile audio/etktab/Makefile
--- /usr/ports/audio/etktab/Makefile	2011-02-27 04:58:52.000000000 +0900
+++ audio/etktab/Makefile	2011-07-22 00:46:36.000000000 +0900
@@ -7,34 +7,40 @@
 
 PORTNAME=	etktab
 PORTVERSION=	3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio tcl tk
-MASTER_SITES=	SF/${PORTNAME}/eTktab/${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} canada_multi-3.2.etk \
-			dvorak-3.2.etk uk-3.2.etk us-3.2.etk
+MASTER_SITES=	SF/${PORTNAME}/eTktab/${PORTVERSION} \
+		SF/${PORTNAME}/keyboard%20layout%20support/${PORTVERSION}:keyboard
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT
+.if !defined(NOPORTDOCS)
+DISTFILES+=	canada_multi-3.2.etk:keyboard \
+		dvorak-3.2.etk:keyboard \
+		uk-3.2.etk:keyboard \
+		us-3.2.etk:keyboard
+.endif
 DIST_SUBDIR=	${PORTNAME}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Guitar tablature editor
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
-
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/eTktab-${PORTVERSION}
 
+USE_TK_WRAPPER=	yes
+
 post-extract:
 .for FILE in canada_multi-3.2.etk dvorak-3.2.etk uk-3.2.etk us-3.2.etk
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${FILE} ${WRKSRC}
 .endfor
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/eTktab ${PREFIX}/bin/etktab
+	${INSTALL_SCRIPT} ${WRKSRC}/eTktab ${PREFIX}/bin/etktab
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for FILE in CHANGES.html LICENSE.html README.html eTktab-small.xpm eTktab.xpm \
 		canada_multi-3.2.etk dvorak-3.2.etk uk-3.2.etk us-3.2.etk
-	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/audio/etktab/files/patch-aa audio/etktab/files/patch-aa
--- /usr/ports/audio/etktab/files/patch-aa	2003-09-01 07:32:14.000000000 +0900
+++ audio/etktab/files/patch-aa	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- eTktab	Tue Jul 22 00:53:46 2003
-+++ eTktab	Mon Jul 28 23:44:45 2003
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # This line makes the next one a comment in Tcl \
--exec wish "$0" -- ${1+"$@"}
-+exec wish8.4 "$0" -- ${1+"$@"}
- 
- # eTKTab by Jason Sonnenschein jes_jm@yahoo.com
- # based on:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Mon Aug 8 12:51:38 CEST 2011 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159420 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Mon Aug 8 14:43:34 CEST 2011 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159420: commit references a PR
Date: Mon,  8 Aug 2011 12:43:47 +0000 (UTC)

 ehaupt      2011-08-08 12:43:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/etktab         Makefile 
   Log:
   - Fix MASTER_SITES
   - Support USE_TK_WRAPPER
   
   PR:             159420
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.7       +14 -8     ports/audio/etktab/Makefile
 _______________________________________________
 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:
