pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/41805: Update inputmethod/anthy and anthy-elisp to anthy-9100h



>Number:         41805
>Category:       pkg
>Synopsis:       Update inputmethod/anthy and anthy-elisp to anthy-9100h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 02 12:00:00 +0000 2009
>Originator:     YAMASHIRO Jun
>Release:        NetBSD/amd64 5.99.15
>Organization:
Okinawa FreeBSD Users Group
>Environment:
NetBSD yamajun.local 5.99.15 NetBSD 5.99.15 (YAMAJUN) #6: Fri Jul 31 02:18:00 
JST 2009  
yamajun%yamajun.local@localhost:/usr/src/sys/arch/amd64/compile/YAMAJUN amd64
>Description:
Update request inputmethod/anthy and inputmethod/anthy-elisp to anthy-9100h.

Changelog for Anthy:
* Update kana-kanji dictionary(9100b, 9100d, 9100e, 9100g).
* Improbed for stability(9100g).
* Bugfixes

Changelog for pkgsrc
* Update optional dictionary: okinawa-20090801.t


List of release notes anthy-9100* (in Japanese):
http://sourceforge.jp/projects/anthy/releases/?package_id=6287

>How-To-Repeat:

>Fix:
Apply this patch to pkgsrc/inputmethod/anthy.

# cd /usr/pkgsrc/inputmethod/anthy
# patch -p1 < /path/to/this/mail
# make


diff -ru anthy.orig/Makefile.common anthy/Makefile.common
--- anthy.orig/Makefile.common  2008-02-23 15:38:11.000000000 +0900
+++ anthy/Makefile.common       2009-08-02 10:39:08.000000000 +0900
@@ -1,9 +1,11 @@
 # $NetBSD: Makefile.common,v 1.7 2007/08/30 20:19:45 wiz Exp $
+# used by inputmethod/anthy/Makefile
+# used by inputmethod/anthy-elisp/Makefile
 
-ANTHY_VERSION= 9100
+ANTHY_VERSION= 9100h
 DISTNAME=      anthy-${ANTHY_VERSION}
 CATEGORIES=    inputmethod
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/26131/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=anthy/37536/}
 DISTFILES=     ${DISTNAME}.tar.gz
 
 DISTINFO_FILE= ${.CURDIR}/../../inputmethod/anthy/distinfo
diff -ru anthy.orig/distinfo anthy/distinfo
--- anthy.orig/distinfo 2008-02-23 15:38:11.000000000 +0900
+++ anthy/distinfo      2009-08-02 08:17:24.000000000 +0900
@@ -3,9 +3,9 @@
 SHA1 (2ch.t) = 2160d7b0079e2c1a14093da968f34e7f8dbc07c2
 RMD160 (2ch.t) = b05902485829eebb4e09c554f095275f5278dd8b
 Size (2ch.t) = 142157 bytes
-SHA1 (anthy-9100.tar.gz) = 2e49613de5f85a42e15d8281ee47668d85d8a2a1
-RMD160 (anthy-9100.tar.gz) = 0ef5c84429cb5a9641f1a0a6e88c065f2ab25688
-Size (anthy-9100.tar.gz) = 4069385 bytes
-SHA1 (okinawa-20070717.t) = 4f90271591fc97a069c971997a91e3b87b6bb828
-RMD160 (okinawa-20070717.t) = 52da8e7e68f213190d6395de6181229d513328bb
-Size (okinawa-20070717.t) = 158199 bytes
+SHA1 (anthy-9100h.tar.gz) = bfea9e74e208c4b976b6bd7ac6784cd290c636fd
+RMD160 (anthy-9100h.tar.gz) = 6ddb26c0a47daf2f765b2973817cfbe84fa85606
+Size (anthy-9100h.tar.gz) = 4446148 bytes
+SHA1 (okinawa-20090801.t) = 60026d16c85e35053169f40175b504cee749e7d9
+RMD160 (okinawa-20090801.t) = 6def11412277a1fadefa74ddbc98058e5c13540b
+Size (okinawa-20090801.t) = 165520 bytes
diff -ru anthy.orig/options.mk anthy/options.mk
--- anthy.orig/options.mk       2008-02-23 15:38:11.000000000 +0900
+++ anthy/options.mk    2009-08-02 08:16:25.000000000 +0900
@@ -16,7 +16,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Manthy-okinawa-dict)
-OKIDIC_VERSION=                        okinawa-20070717
+OKIDIC_VERSION=                        okinawa-20090801
 DISTFILES+=                    ${OKIDIC_VERSION}.t
-SITES.${OKIDIC_VERSION}.t+=    http://www.ofug.net/~yamajun/files/
+SITES.${OKIDIC_VERSION}.t+=    http://www.ofug.net/~yamajun/files/o-dic/
 .endif



Home | Main Index | Thread Index | Old Index