On Feb 13, 2012, at 03:03, [email protected] wrote:

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

Since this did not change any files that the port installed, the revision 
should not have been increased. Don't change it now but please keep this in 
mind for future updates. Increasing the revision prompts users (when they run 
"sudo port sync && port outdated") to upgrade (i.e. rebuild) the port. If 
there's no change to the files the port installs, there's no reason for them to 
rebuild it.


> 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
> -}



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to