pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ntfs-3g Update to 1.328 (latest stabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8aa9cb943e6
branches:  trunk
changeset: 527779:e8aa9cb943e6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Apr 13 09:23:57 2007 +0000

description:
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:

 filesystems/fuse-ntfs-3g/Makefile         |   6 +++---
 filesystems/fuse-ntfs-3g/distinfo         |  10 +++++-----
 filesystems/fuse-ntfs-3g/patches/patch-ab |  16 ++++++++--------
 3 files changed, 16 insertions(+), 16 deletions(-)

diffs (62 lines):

diff -r 7aaf6cfc095a -r e8aa9cb943e6 filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Fri Apr 13 09:12:02 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Fri Apr 13 09:23:57 2007 +0000
@@ -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@localhost
+MAINTAINER=    xtraeme%NetBSD.org@localhost
 HOMEPAGE=      http://www.ntfs-3g.org/
 COMMENT=       NTFS driver for Linux/FreeBSD/NetBSD with read and write support
 
diff -r 7aaf6cfc095a -r e8aa9cb943e6 filesystems/fuse-ntfs-3g/distinfo
--- a/filesystems/fuse-ntfs-3g/distinfo Fri Apr 13 09:12:02 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/distinfo Fri Apr 13 09:23:57 2007 +0000
@@ -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 -r 7aaf6cfc095a -r e8aa9cb943e6 filesystems/fuse-ntfs-3g/patches/patch-ab
--- a/filesystems/fuse-ntfs-3g/patches/patch-ab Fri Apr 13 09:12:02 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/patches/patch-ab Fri Apr 13 09:23:57 2007 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index