Ticket #26108: Portfile.diff
File Portfile.diff, 1.8 KB (added by petri@…, 14 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ntfs-3g 6 version 1.51306 version 2010.8.8 7 7 categories fuse 8 8 platforms darwin 9 maintainers nomaintainer 9 maintainers netatonce.net:petri \ 10 openmaintainer 10 11 description Safe read/write NTFS driver for FUSE 11 12 long_description The NTFS-3G driver is an open source, freely available \ 12 13 NTFS driver for FUSE with read and write support. It \ … … 15 16 Most POSIX file system operations are supported, with the \ 16 17 exception of full file ownership and access right support. 17 18 18 homepage http://www. ntfs-3g.org/19 homepage http://www.tuxera.com/community/ntfs-3g-download/ 19 20 extract.suffix .tgz 20 21 21 master_sites $homepage 22 checksums md5 ad3c40bba398d162f97c2936293eae1f \ 23 sha1 02b7a874b02827665c97123c6335e1d856054c42 22 master_sites http://tuxera.com/opensource/ 23 checksums md5 6c109746c2708f679725a2ea441c61c6 \ 24 sha1 f9862700905b23b06e7944f663352227b9c776a6 \ 25 rmd160 07521bd66c4cd26bb40ac84629159eec8d8da43d 24 26 25 27 livecheck.type regex 26 livecheck.regex { <a href="ntfs-3g-(.+?)\.tgz">Stable}28 livecheck.regex {stable version</font></b> is <a href="http://tuxera.com/opensource/ntfs-3g-(.+?)\.tgz">} 27 29 28 30 depends_build port:pkgconfig 29 31 depends_lib port:macfuse 30 32 31 configure.args --exec-prefix=${prefix} 33 configure.args --exec-prefix=${prefix} --with-fuse=external 32 34 33 35 platform darwin { 34 36 configure.ldflags-append -framework CoreFoundation