Ticket #26108: Portfile.diff

File Portfile.diff, 1.8 KB (added by petri@…, 14 years ago)

diff of original vs. this Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                ntfs-3g
    6 version             1.5130
     6version             2010.8.8
    77categories          fuse
    88platforms           darwin
    9 maintainers         nomaintainer
     9maintainers         netatonce.net:petri \
     10                    openmaintainer
    1011description         Safe read/write NTFS driver for FUSE
    1112long_description    The NTFS-3G driver is an open source, freely available \
    1213                    NTFS driver for FUSE with read and write support. It \
     
    1516                    Most POSIX file system operations are supported, with the \
    1617                    exception of full file ownership and access right support.
    1718
    18 homepage            http://www.ntfs-3g.org/
     19homepage            http://www.tuxera.com/community/ntfs-3g-download/
    1920extract.suffix      .tgz
    2021
    21 master_sites        $homepage
    22 checksums           md5 ad3c40bba398d162f97c2936293eae1f \
    23                     sha1 02b7a874b02827665c97123c6335e1d856054c42
     22master_sites        http://tuxera.com/opensource/
     23checksums           md5 6c109746c2708f679725a2ea441c61c6 \
     24                    sha1 f9862700905b23b06e7944f663352227b9c776a6 \
     25                    rmd160 07521bd66c4cd26bb40ac84629159eec8d8da43d
    2426
    2527livecheck.type      regex
    26 livecheck.regex     {<a href="ntfs-3g-(.+?)\.tgz">Stable}
     28livecheck.regex     {stable version</font></b> is <a href="http://tuxera.com/opensource/ntfs-3g-(.+?)\.tgz">}
    2729
    2830depends_build       port:pkgconfig
    2931depends_lib         port:macfuse
    3032
    31 configure.args      --exec-prefix=${prefix}
     33configure.args      --exec-prefix=${prefix} --with-fuse=external
    3234
    3335platform darwin {
    3436    configure.ldflags-append    -framework CoreFoundation