aboutsummaryrefslogtreecommitdiff
path: root/japanese/tkhonyaku
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-28 18:45:29 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-28 18:45:29 +0000
commit5d94f8741a629ec2e82b4e7f2b40e03f3d0cd0e7 (patch)
tree4ab6c9dcdf57033fedb5bc42d6e040540c1ba2fc /japanese/tkhonyaku
parent092afd002c30576a5055367b7012789bad1fa78e (diff)
downloadports-5d94f8741a629ec2e82b4e7f2b40e03f3d0cd0e7.tar.gz
ports-5d94f8741a629ec2e82b4e7f2b40e03f3d0cd0e7.zip
Notes
Diffstat (limited to 'japanese/tkhonyaku')
-rw-r--r--japanese/tkhonyaku/Makefile2
-rw-r--r--japanese/tkhonyaku/distinfo2
-rw-r--r--japanese/tkhonyaku/files/patch-aa12
3 files changed, 8 insertions, 8 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile
index 7701e812151f..c1deacb95548 100644
--- a/japanese/tkhonyaku/Makefile
+++ b/japanese/tkhonyaku/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tkhonyaku
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= japanese
MASTER_SITES= http://www.yk.rim.or.jp/~kawagisi/
diff --git a/japanese/tkhonyaku/distinfo b/japanese/tkhonyaku/distinfo
index 2389870adacb..fcb2037cc0be 100644
--- a/japanese/tkhonyaku/distinfo
+++ b/japanese/tkhonyaku/distinfo
@@ -1 +1 @@
-MD5 (tkhonyaku-1.3.tar.gz) = 524fdf27979a6c8624f4a5a908dba116
+MD5 (tkhonyaku-1.4.tar.gz) = b51c2029683cc58fd937f3f862693c1c
diff --git a/japanese/tkhonyaku/files/patch-aa b/japanese/tkhonyaku/files/patch-aa
index 3b95a0d5806d..2330b7596bc0 100644
--- a/japanese/tkhonyaku/files/patch-aa
+++ b/japanese/tkhonyaku/files/patch-aa
@@ -1,5 +1,5 @@
---- tkhonyaku.orig Wed Jul 26 21:26:12 2000
-+++ tkhonyaku Thu Jul 27 22:54:14 2000
+--- tkhonyaku.orig Sat Aug 19 21:40:31 2000
++++ tkhonyaku Sun Aug 20 01:00:28 2000
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restart using wish \
@@ -7,7 +7,7 @@
+exec wish8.0jp "$0" "$@"
#=============================================================================
- # 『Tk翻訳』version 1.3 for Unix/Windows/Macintosh
+ # 『Tk翻訳』version 1.4 for Unix/Windows/Macintosh
@@ -27,7 +27,7 @@
global disp_debug
global tcl_platform env username server port
@@ -21,10 +21,10 @@
set respdir ~/.tkhonyaku/ ;# レスポンスファイルのディレクトリ
set logdir ~/.tkhonyaku/ ;# エラーログのディレクトリ
set conf_file ~/.tkhonyaku/tkhonyaku.conf ;# 設定ファイルのフルパス
-- set helpdir /usr/doc/tkhonyaku-1.3 ;# ヘルプファイルのディレクトリ
+- 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 ファイルのディレクトリ
++ 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] ]