aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2001-04-17 01:53:25 +0800
committersada <sada@FreeBSD.org>2001-04-17 01:53:25 +0800
commitd935299bb76fa80aba831363767eeac7ad08f04e (patch)
tree3bca05bbe10622c9107a7cc0e1d21f5b1a5b95bc /japanese
parentf565044e928623da6760be2aaeb60e3ed97877ce (diff)
downloadfreebsd-ports-gnome-d935299bb76fa80aba831363767eeac7ad08f04e.tar.gz
freebsd-ports-gnome-d935299bb76fa80aba831363767eeac7ad08f04e.tar.zst
freebsd-ports-gnome-d935299bb76fa80aba831363767eeac7ad08f04e.zip
Upgrade to versin 1.6.
Change Maintainer's mail address. Submitted by: maintainer at ports-jp 10957.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tkhonyaku/Makefile4
-rw-r--r--japanese/tkhonyaku/distinfo2
-rw-r--r--japanese/tkhonyaku/files/patch-aa26
3 files changed, 6 insertions, 26 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile
index c1deacb95548..7d62bb17c5d2 100644
--- a/japanese/tkhonyaku/Makefile
+++ b/japanese/tkhonyaku/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= tkhonyaku
-PORTVERSION= 1.4
+PORTVERSION= 1.6
CATEGORIES= japanese
MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/
-MAINTAINER= daichi@ongs.net
+MAINTAINER= daichi@ongs.gr.jp
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80
diff --git a/japanese/tkhonyaku/distinfo b/japanese/tkhonyaku/distinfo
index fcb2037cc0be..3215ab007925 100644
--- a/japanese/tkhonyaku/distinfo
+++ b/japanese/tkhonyaku/distinfo
@@ -1 +1 @@
-MD5 (tkhonyaku-1.4.tar.gz) = b51c2029683cc58fd937f3f862693c1c
+MD5 (tkhonyaku-1.6.tar.gz) = 9d01b8f8d9e239809dcd5385d181bfc9
diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa
index 2330b7596bc0..25f29ff9b5b1 100644
--- a/japanese/tkhonyaku/files/patch-aa
+++ b/japanese/tkhonyaku/files/patch-aa
@@ -1,5 +1,5 @@
---- tkhonyaku.orig Sat Aug 19 21:40:31 2000
-+++ tkhonyaku Sun Aug 20 01:00:28 2000
+--- tkhonyaku.orig Sun Apr 15 13:47:31 2001
++++ tkhonyaku Sun Apr 15 13:47:41 2001
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restart using wish \
@@ -7,24 +7,4 @@
+exec wish8.0jp "$0" "$@"
#=============================================================================
- # 『Tk翻訳』version 1.4 for Unix/Windows/Macintosh
-@@ -27,7 +27,7 @@
- global disp_debug
- global tcl_platform env username server port
- global txtin_bg txtin_fg txtout_bg txtout_fg
-- global style ximstyle win_dir ejmode jemode my_osk my_omk
-+ global style ximstyle win_dir ejmode jemode mode my_osk my_omk
-
- set disp_debug no ;# デバッグ用ウィンドウを表示しない
- switch $tcl_platform(platform) {
-@@ -95,8 +95,8 @@
- set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ
- set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ
- set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス
-- set helpdir /usr/doc/tkhonyaku-1.4 ;# ヘルプファイルのディレクトリ
-- set gifdir /usr/local/tkhonyaku ;# GIF ファイルのディレクトリ
-+ set helpdir /usr/local/share/doc/tkhonyaku ;# ヘルプファイルのディレクトリ
-+ set gifdir /usr/local/share/tkhonyaku;# GIF ファイルのディレクトリ
- if { ! [file exists $helpdir] } {
- if { [file type $argv0] == "link" } {
- set helpdir [file dirname [file readlink $argv0] ]
+ # 『Tk翻訳』version 1.6 for Unix/Windows/Macintosh