1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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)
This commit is contained in:
Jing-Tang Keith Jang 2001-04-12 16:43:07 +00:00
parent 6bed438c7d
commit 5a050fa211
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41320
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= big5fs
PORTVERSION= 2.0
PORTVERSION= 2.1
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/

View File

@ -1 +1 @@
MD5 (big5fs-2.0.tar.gz) = eee4d333979eaa3aa279123ec709867d
MD5 (big5fs-2.1.tar.gz) = b09be96b746f8d6a5e777c93baae86e0

View File

@ -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
;;