[89850] trunk/dports/fuse/ntfs-3g/Portfile

and.damore at macports.org and.damore at macports.org
Mon Feb 13 01:03:51 PST 2012


Revision: 89850
          http://trac.macports.org/changeset/89850
Author:   and.damore at macports.org
Date:     2012-02-13 01:03:50 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
port ntfs-3g: further patching from maintainer, ticket #33128

Modified Paths:
--------------
    trunk/dports/fuse/ntfs-3g/Portfile

Modified: trunk/dports/fuse/ntfs-3g/Portfile
===================================================================
--- trunk/dports/fuse/ntfs-3g/Portfile	2012-02-13 08:21:37 UTC (rev 89849)
+++ trunk/dports/fuse/ntfs-3g/Portfile	2012-02-13 09:03:50 UTC (rev 89850)
@@ -5,9 +5,10 @@
 
 name                ntfs-3g
 version             2012.1.15
+revision            1
 categories          fuse
 platforms           darwin
-maintainers         netatonce.net:petri \
+maintainers         kelotti.net:petri \
                     openmaintainer
 license             GPL-2+ LGPL-2
 description         Safe read/write NTFS driver for FUSE
@@ -16,7 +17,9 @@
                     provides safe and fast handling of the Windows XP, Windows \
                     Server 2003, Windows 2000 and Windows Vista file systems. \
                     Most POSIX file system operations are supported, with the \
-                    exception of full file ownership and access right support.
+                    exception of full file ownership and access right support. \
+                    Also included are ntfsprogs, a set of utilities to create \
+                    and manipulate NTFS file systems.
 
 homepage            http://www.tuxera.com/community/ntfs-3g-download/
 distname            ntfs-3g_ntfsprogs-${version}
@@ -44,8 +47,6 @@
     configure.ldflags-append    -framework CoreFoundation -lintl
 }
 
-#destroot.violate_mtree yes
-
 pre-destroot {
     file mkdir ${destroot}/sbin
 }
@@ -55,13 +56,12 @@
     # but on darwin mount wants mount_* instead of mount.*
 
     # /sbin/mount.ntfs-3g is no longer installed with recent versions of ntfs-3g
-    # but let's add a check here to verify this, so an update doesn't miss it if it's turned back on
+    # but check here to verify so an update doesn't miss it if it's turned back on
     if {[file exists ${destroot}/sbin/mount.ntfs-3g]} {
-        error "${destroot}/sbin/mount.ntfs-3g is present"
+       file rename -- ${destroot}/sbin/mount.ntfs-3g \
+                      ${destroot}/sbin/mount_ntfs-3g
     }
-    #file rename -- ${destroot}/sbin/mount.ntfs-3g ${destroot}/sbin/mount_ntfs-3g
     file rename -- ${destroot}${prefix}/share/man/man8/mount.ntfs-3g.8 \
                    ${destroot}${prefix}/share/man/man8/mount_ntfs-3g.8
+}
 
-   delete ${destroot}/sbin/mkfs.ntfs
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/d948c437/attachment.html>


More information about the macports-changes mailing list