summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-12-27 08:41:23 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-12-27 08:41:23 +0000
commitb4c24525c52d42e10aa098f5fbee59e78db4dd02 (patch)
tree8a0c17e4d1d6b564bd514b08eda569bba32b2fcd /inputmethod/canna-server
parent2e18bd5cafb1098ad58af38055e9ed4240b98cb2 (diff)
downloadpkgsrc-b4c24525c52d42e10aa098f5fbee59e78db4dd02.tar.gz
Update Canna to 3.6p1.
Changes from 3.5b2 are: * Add -inet option not to allow TCP connections by default. * Fix a buffer overflow. (This fix was already incorpolated in Pkgsrc version.) * Improve dicionary. * Improve conversion engine. * Other bug fixes. Patch is made by Yoshifumi Hiramatsu. Tested by Toru Takamizu.
Diffstat (limited to 'inputmethod/canna-server')
-rw-r--r--inputmethod/canna-server/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile
index 61702ee9906..ce39b0004d7 100644
--- a/inputmethod/canna-server/Makefile
+++ b/inputmethod/canna-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2002/12/02 03:40:21 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2002/12/27 08:41:25 uebayasi Exp $
-DISTNAME= Canna-server-3.5.2
-PKGREVISION= 3
+DISTNAME= Canna-server-3.6.1
CATEGORIES= japanese inputmethod
MASTER_SITES= # empty
DISTFILES= # empty
@@ -9,8 +8,8 @@ DISTFILES= # empty
MAINTAINER= tech-pkg-ja@jp.netbsd.org
COMMENT= Kana-Kanji conversion system (server)
-DEPENDS+= Canna-server-bin>=3.5.2nb3:../canna-server-bin
-DEPENDS+= Canna-dict>=3.5.2nb2:../canna-dict
+DEPENDS+= Canna-server-bin>=3.6.1:../canna-server-bin
+DEPENDS+= Canna-dict>=3.6.1:../canna-dict
EXTRACT_ONLY= # empty
NO_BUILD= YES