diff options
author | obache <obache@pkgsrc.org> | 2007-06-23 04:31:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-23 04:31:55 +0000 |
commit | 2bec87088172053c4ebf1dbc5b12f39d6ae3cf02 (patch) | |
tree | 5da56b2a3023110ff7d116c4089767752683eaa2 /textproc/mecab-ipadic/Makefile | |
parent | d4795c19032c841aae618bc2131454df05baefd8 (diff) | |
download | pkgsrc-2bec87088172053c4ebf1dbc5b12f39d6ae3cf02.tar.gz |
Update mecab to 0.96 and mecab-ipadic to 2.7.0-20070610.
Fix buffer overflow bug, dictionary incompatibility issue, some functionary
enhancements for dictionary
Diffstat (limited to 'textproc/mecab-ipadic/Makefile')
-rw-r--r-- | textproc/mecab-ipadic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/mecab-ipadic/Makefile b/textproc/mecab-ipadic/Makefile index 1b6a9e01b62..0be532e40c7 100644 --- a/textproc/mecab-ipadic/Makefile +++ b/textproc/mecab-ipadic/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:50:17 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/23 04:31:56 obache Exp $ # .include "../../textproc/mecab/Makefile.common" -DISTNAME= mecab-ipadic-2.7.0-20060707 -PKGNAME= mecab-ipadic-2.7.0.20060707 +DISTNAME= mecab-ipadic-2.7.0-20070610 +PKGNAME= mecab-ipadic-2.7.0.20070610 COMMENT= Japanese Morphological Dictionary for MeCab |