From nobody@FreeBSD.org  Sun Jul 22 06:18:17 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CA07516A418
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Jul 2007 06:18:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (unknown [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A39DC13C491
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Jul 2007 06:18:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6M6IH6q061074
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Jul 2007 06:18:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6M6IHIJ061073;
	Sun, 22 Jul 2007 06:18:17 GMT
	(envelope-from nobody)
Message-Id: <200707220618.l6M6IHIJ061073@www.freebsd.org>
Date: Sun, 22 Jul 2007 06:18:17 GMT
From: Yamashiro Jun <yamajun@ofug.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: japanese/anthy: Update optional kana-kanji dictionary 
X-Send-Pr-Version: www-3.0

>Number:         114803
>Category:       ports
>Synopsis:       japanese/anthy: Update optional kana-kanji dictionary
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 06:20:03 GMT 2007
>Closed-Date:    Sat Jul 28 07:20:26 GMT 2007
>Last-Modified:  Sat Jul 28 07:30:01 GMT 2007
>Originator:     Yamashiro Jun
>Release:        FreeBSD i386 6.2-STABLE
>Organization:
Okinawa FreeBSD Users Group
>Environment:
FreeBSD pcbsd 6.2-STABLE FreeBSD 6.2-STABLE #50: Wed Jul 18 13:26:35 PDT 2007     root@pcbsd:/usr/obj/usr/src/sys/PCBSD-SMP  i386
>Description:
japanese/anthy package have optional kana-kanji dictionaries.
Current version of Okinawa dictionary(odic) is old and inconvenience.
>How-To-Repeat:

>Fix:
Apply patch with this report.



Patch attached with submission follows:

diff -Nru anthy.orig/Makefile anthy/Makefile
--- anthy.orig/Makefile	Mon Jul 23 14:10:36 2007
+++ anthy/Makefile	Mon Jul 23 14:47:09 2007
@@ -32,10 +32,9 @@
 
 .if defined(WITH_ODIC)
 MASTER_SITES+=	http://www.ofug.net/~yamajun/files/:odic
-EXTRACT_ONLY+=	${ODIC_SRCS}
 DISTFILES+=	${ODIC_SRCS}:odic
-ODIC_SRCS=	${ODIC_VERS}.tar.gz
-ODIC_VERS=	okinawa-20051104
+ODIC_SRCS=	${ODIC_VERS}.t
+ODIC_VERS=	okinawa-20070717
 .endif
 
 .if defined(WITH_GSKKDIC)
@@ -53,8 +52,8 @@
 .endif
 
 .if defined(WITH_ODIC)
-	${CP} ${WRKDIR}/${ODIC_VERS}/okinawa.t ${WRKSRC}/mkworddic
-	${PRINTF} "/mkworddic\\\\/tankanji.t/a\\\\\\nread @top_srcdir@/mkworddic/okinawa.t\\n" | \
+	${CP} ${DISTDIR}/${DIST_SUBDIR}/${ODIC_SRCS} ${WRKSRC}/mkworddic
+	${PRINTF} "/mkworddic\\\\/tankanji.t/a\\\\\\nread @top_srcdir@/mkworddic/${ODIC_SRCS}\\n" | \
 	${REINPLACE_CMD} -f /dev/stdin ${WRKSRC}/mkworddic/dict.args.in
 .endif
 
diff -Nru anthy.orig/distinfo anthy/distinfo
--- anthy.orig/distinfo	Mon Jul 23 14:10:36 2007
+++ anthy/distinfo	Mon Jul 23 14:23:20 2007
@@ -4,9 +4,9 @@
 MD5 (anthy/2ch.t) = d253bec53045cec3ba40f69a63f76612
 SHA256 (anthy/2ch.t) = 643a80d1f305e6b3cd7e3cf42afbe4c0328233416f6185172d6c6c2c76e28ec6
 SIZE (anthy/2ch.t) = 142157
-MD5 (anthy/okinawa-20051104.tar.gz) = 0b1fd1c8655e72599d03c30fa78ed7d2
-SHA256 (anthy/okinawa-20051104.tar.gz) = fa33212805fc62351146f107f908bde413389b43c1b190e9af277da0f3692268
-SIZE (anthy/okinawa-20051104.tar.gz) = 52191
+MD5 (anthy/okinawa-20070717.t) = 44f8cd21a7e3539cc41cc89711e1c93a
+SHA256 (anthy/okinawa-20070717.t) = dd7c9d5e5bfe3f7632af3aa4dbf707da7578c1cd31a4d614944b26d6b194b204
+SIZE (anthy/okinawa-20070717.t) = 158199
 MD5 (anthy/gskk-20041208.t.gz) = c7d1a20e54b862c8bf99a3eee8c8293b
 SHA256 (anthy/gskk-20041208.t.gz) = d366b0b76d8b39c33244aa289c758663c260ef4402eaf49f0f53d14d55efbad7
 SIZE (anthy/gskk-20041208.t.gz) = 760867


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 22 06:20:11 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114803 
State-Changed-From-To: open->closed 
State-Changed-By: nobutaka 
State-Changed-When: Sat Jul 28 07:20:00 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114803: commit references a PR
Date: Sat, 28 Jul 2007 07:19:33 +0000 (UTC)

 nobutaka    2007-07-28 07:19:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     japanese/anthy       Makefile distinfo 
   Log:
   Update Okinawa additional dictionary.
   
   PR:             ports/114803
   Submitted by:   Yamashiro Jun <yamajun@ofug.net>
   
   Revision  Changes    Path
   1.33      +4 -5      ports/japanese/anthy/Makefile
   1.25      +3 -3      ports/japanese/anthy/distinfo
 _______________________________________________
 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:
