aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2001-04-13 00:43:07 +0800
committerkeith <keith@FreeBSD.org>2001-04-13 00:43:07 +0800
commitf510ccbcb44b5da3fe4ca37885b8cc6a528eefc5 (patch)
treec79204e36f5c6facfdfc6f9c0b41bc8248bde504 /chinese
parent70e364b2c8d6faec6b6b54d8b54e02a857c3cf7f (diff)
downloadfreebsd-ports-graphics-f510ccbcb44b5da3fe4ca37885b8cc6a528eefc5.tar.gz
freebsd-ports-graphics-f510ccbcb44b5da3fe4ca37885b8cc6a528eefc5.tar.zst
freebsd-ports-graphics-f510ccbcb44b5da3fe4ca37885b8cc6a528eefc5.zip
Update to 2.1.
This version fixes NTFS filenames which have both Chinese and English characters. Submitted by: huangant.bbs@bbs.cs.ntou.edu.tw (author of the ntfs patch)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/big5fs/Makefile2
-rw-r--r--chinese/big5fs/distinfo2
-rw-r--r--chinese/big5fs/files/big5fs.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/chinese/big5fs/Makefile b/chinese/big5fs/Makefile
index 2102816b6f1..eff9ff9ede5 100644
--- a/chinese/big5fs/Makefile
+++ b/chinese/big5fs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= big5fs
-PORTVERSION= 2.0
+PORTVERSION= 2.1
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
diff --git a/chinese/big5fs/distinfo b/chinese/big5fs/distinfo
index 873fb74240d..31a675a1abf 100644
--- a/chinese/big5fs/distinfo
+++ b/chinese/big5fs/distinfo
@@ -1 +1 @@
-MD5 (big5fs-2.0.tar.gz) = eee4d333979eaa3aa279123ec709867d
+MD5 (big5fs-2.1.tar.gz) = b09be96b746f8d6a5e777c93baae86e0
diff --git a/chinese/big5fs/files/big5fs.sh b/chinese/big5fs/files/big5fs.sh
index 813302f9837..e05863b7a2e 100644
--- a/chinese/big5fs/files/big5fs.sh
+++ b/chinese/big5fs/files/big5fs.sh
@@ -11,7 +11,7 @@ start)
kldload /usr/local/modules/big5msdos.ko
fi
if [ -x @@PREFIX@@/modules/big5ntfs.ko ]; then
- echo -n ' Big5 ntfs'
+ echo -n ' Big5-ntfs'
kldload /usr/local/modules/big5ntfs.ko
fi
;;