summaryrefslogtreecommitdiff
path: root/chinese/big5fs
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2001-04-12 16:43:07 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2001-04-12 16:43:07 +0000
commit5a050fa211127acf9368f2db1abc4ff327a2428f (patch)
tree8b66f5ed0f7399665252fb1b039537da0f8e1d61 /chinese/big5fs
parentUpdate to 0.13.0b. (diff)
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)
Notes
Notes: svn path=/head/; revision=41320
Diffstat (limited to 'chinese/big5fs')
-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 2102816b6f10..eff9ff9ede54 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 873fb74240d2..31a675a1abfc 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 813302f98371..e05863b7a2ed 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
;;