[26340] trunk/dports/fuse/ntfs-3g

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 20 00:14:08 PDT 2007


Revision: 26340
          http://trac.macosforge.org/projects/macports/changeset/26340
Author:   eridius at macports.org
Date:     2007-06-20 00:14:07 -0700 (Wed, 20 Jun 2007)

Log Message:
-----------
Bump ntfs-3g to 1.616

Modified Paths:
--------------
    trunk/dports/fuse/ntfs-3g/Portfile
    trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c

Removed Paths:
-------------
    trunk/dports/fuse/ntfs-3g/files/patch-configure

Modified: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	2007-06-20 06:43:16 UTC (rev 26339)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2007-06-20 07:14:07 UTC (rev 26340)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                ntfs-3g
-version             1.516
-revision            1
+version             1.616
 categories          fuse
 platforms           darwin
 maintainers         eridius at macports.org
@@ -20,8 +19,8 @@
 extract.suffix      .tgz
 
 master_sites        $homepage
-checksums           $distfiles md5 d8527df764193abb16af3a2248bdd8b5 \
-                               sha1 80236bef762221dfa4337a2e3bc1bbc373d65f81
+checksums           $distfiles md5 fdb1c55f00263c962a52d0707a6d075e \
+                               sha1 abf89d14aaeb6dbe27630c3ef275fabc02f940b0
 
 livecheck.check     regex
 livecheck.regex     {<a href="ntfs-3g-(.+?)\.tgz">}
@@ -37,7 +36,7 @@
     
     # override patch.pre_args since it defaults to -p0
     # patch.pre_args -p1
-    patchfiles          patch-configure patch-ntfs-3g.c
+    patchfiles          patch-ntfs-3g.c
 }
 
 post-destroot {

Deleted: trunk/dports/fuse/ntfs-3g/files/patch-configure
===================================================================
--- trunk/dports/fuse/ntfs-3g/files/patch-configure	2007-06-20 06:43:16 UTC (rev 26339)
+++ trunk/dports/fuse/ntfs-3g/files/patch-configure	2007-06-20 07:14:07 UTC (rev 26340)
@@ -1,11 +0,0 @@
---- configure.old	2007-04-15 15:09:45.000000000 -0400
-+++ configure	2007-04-15 15:09:50.000000000 -0400
-@@ -19828,7 +19828,7 @@
- 
- 
- case "$target_os" in
--linux*)
-+linux*|darwin*)
- 
-   succeeded=no
- 

Modified: trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c
===================================================================
--- trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c	2007-06-20 06:43:16 UTC (rev 26339)
+++ trunk/dports/fuse/ntfs-3g/files/patch-ntfs-3g.c	2007-06-20 07:14:07 UTC (rev 26340)
@@ -1,19 +1,15 @@
---- src/ntfs-3g.c.old	2007-04-15 15:13:04.000000000 -0400
-+++ src/ntfs-3g.c	2007-04-15 15:12:17.000000000 -0400
-@@ -2124,12 +2128,16 @@
- 		goto err_out;
- 	}
- 
-+#if (__FreeBSD__ >= 10)
-+	fstype = FSTYPE_FUSE;
-+#else
- #ifdef linux
+--- src/ntfs-3g.c.old	2007-06-20 00:20:09.000000000 -0700
++++ src/ntfs-3g.c	2007-06-20 00:21:06.000000000 -0700
+@@ -2157,7 +2157,11 @@
  	fstype = get_fuse_fstype();
  	if (fstype == FSTYPE_NONE || fstype == FSTYPE_UNKNOWN)
  		fstype = load_fuse_module();
- #endif	
- 	create_dev_fuse();
+-#endif	
++#else
++#if (__FreeBSD__ >= 10)
++	fstype = FSTYPE_FUSE;
 +#endif
++#endif
+ 	create_dev_fuse();
  	
  	if (stat(opts.device, &sbuf)) {
- 		ntfs_log_perror("Failed to access '%s'", opts.device);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070620/b91df7d1/attachment.html


More information about the macports-changes mailing list