summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-04-13 09:23:57 +0000
committerxtraeme <xtraeme>2007-04-13 09:23:57 +0000
commit527bd3fc54039b3213b1c0160acac623cf183605 (patch)
treee12d42393e81a3222bcaf7d5f93ddad1e91b3433 /filesystems/fuse-ntfs-3g
parent9161781d82987d39967cf21dd88244266d9ffc3d (diff)
downloadpkgsrc-527bd3fc54039b3213b1c0160acac623cf183605.tar.gz
Update to 1.328 (latest stable version):
* fix: fakeraid/softraid detection was incorrect * change: major performance improvement for writing large files (new block allocator) * change: manual update, added access handling, security section * new: use the 'nonempty' FUSE mount option by default, so the driver behaves as the in-kernel file systems * new: --disable-ldconfig configure option
Diffstat (limited to 'filesystems/fuse-ntfs-3g')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile6
-rw-r--r--filesystems/fuse-ntfs-3g/distinfo10
-rw-r--r--filesystems/fuse-ntfs-3g/patches/patch-ab16
3 files changed, 16 insertions, 16 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index 2c35160e3b0..3282074da0a 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/26 19:55:28 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/13 09:23:57 xtraeme Exp $
#
-DISTNAME= ntfs-3g-1.0
+DISTNAME= ntfs-3g-1.328
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= http://www.ntfs-3g.org/
EXTRACT_SUFX= .tgz
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.ntfs-3g.org/
COMMENT= NTFS driver for Linux/FreeBSD/NetBSD with read and write support
diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo
index f85314c4f5c..15583bae550 100644
--- a/filesystems/fuse-ntfs-3g/distinfo
+++ b/filesystems/fuse-ntfs-3g/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2007/02/28 21:34:39 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2007/04/13 09:23:57 xtraeme Exp $
-SHA1 (ntfs-3g-1.0.tgz) = e4cf952a17a3a9e3f1e53d09cb8dd544e5ecfd0f
-RMD160 (ntfs-3g-1.0.tgz) = 4460101eea3b36b2faf8c79863b6590cbb1de4ab
-Size (ntfs-3g-1.0.tgz) = 562452 bytes
+SHA1 (ntfs-3g-1.328.tgz) = a5b51b3c13f433a6e06a366b34639b19d8ecae59
+RMD160 (ntfs-3g-1.328.tgz) = 3c90e882dfb427ce66eef7b895b3e4abb962cb12
+Size (ntfs-3g-1.328.tgz) = 561797 bytes
SHA1 (patch-aa) = 51e3674e70dcd967f184ff8ccb34f040e98fb70f
-SHA1 (patch-ab) = 9bfd8e206df71b4cb72a96badb3553a7717802b9
+SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc
SHA1 (patch-ac) = 61fece4e78bfcc7435a1b2f6f096d6198bb230c2
diff --git a/filesystems/fuse-ntfs-3g/patches/patch-ab b/filesystems/fuse-ntfs-3g/patches/patch-ab
index 40d10995292..10d69188b09 100644
--- a/filesystems/fuse-ntfs-3g/patches/patch-ab
+++ b/filesystems/fuse-ntfs-3g/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/02/26 19:55:28 pooka Exp $
+$NetBSD: patch-ab,v 1.2 2007/04/13 09:23:57 xtraeme Exp $
---- src/Makefile.in.orig 2007-02-20 22:15:39.000000000 +0200
-+++ src/Makefile.in 2007-02-26 21:45:34.000000000 +0200
-@@ -581,7 +581,7 @@
+--- src/Makefile.in.orig 2007-03-27 23:24:12.000000000 +0200
++++ src/Makefile.in 2007-04-13 11:16:54.000000000 +0200
+@@ -585,7 +585,7 @@
- install-exec-hook:
+ install-exec-local:
$(INSTALL) -d $(DESTDIR)/sbin
- $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
-+ $(LN_S) -f ntfs-3g $(bindir)/mount.ntfs-3g
- $(LDCONFIG)
++ $(LN_S) -f $(bindir)/ntfs-3g $(bindir)/mount.ntfs-3g
- install-data-hook:
+ install-data-local:
+ $(INSTALL) -d $(DESTDIR)$(man8dir)