diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-04-12 16:43:07 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-04-12 16:43:07 +0000 |
commit | 5a050fa211127acf9368f2db1abc4ff327a2428f (patch) | |
tree | 8b66f5ed0f7399665252fb1b039537da0f8e1d61 /chinese | |
parent | 6bed438c7dfbb8ff41db507f2713df86fd799bed (diff) | |
download | ports-5a050fa211127acf9368f2db1abc4ff327a2428f.tar.gz ports-5a050fa211127acf9368f2db1abc4ff327a2428f.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5fs/Makefile | 2 | ||||
-rw-r--r-- | chinese/big5fs/distinfo | 2 | ||||
-rw-r--r-- | chinese/big5fs/files/big5fs.sh | 2 |
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 ;; |