Ticket #23002: Portfile-ntfs-3g.diff
File Portfile-ntfs-3g.diff, 2.1 KB (added by mf2k (Frank Schima), 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ntfs-3g 6 version 1.51306 version 2009.11.14 7 7 categories fuse 8 8 platforms darwin 9 9 maintainers eridius openmaintainer … … 15 15 Most POSIX file system operations are supported, with the \ 16 16 exception of full file ownership and access right support. 17 17 18 homepage http://www.ntfs-3g.org/ 19 extract.suffix .tgz 18 homepage http://www.tuxera.com/ 20 19 21 master_sites $homepage 22 checksums md5 ad3c40bba398d162f97c2936293eae1f \ 23 sha1 02b7a874b02827665c97123c6335e1d856054c42 20 distname mac${name}-${version}-src 21 use_bzip2 yes 24 22 25 livecheck.type regex 26 livecheck.regex {<a href="ntfs-3g-(.+?)\.tgz">Stable} 23 master_sites sourceforge:catacombae/NTFS-3G%20for%20Mac%20OS%20X/${version} 27 24 28 depends_lib port:pkgconfig port:macfuse 25 checksums md5 a46f49fdbf15946c1b9b5271589a99e1 \ 26 sha1 34222e0186626ef030f2dd4bfdd877d94f41ca1e \ 27 rmd160 9d2bd2760a5c69f179dea4e733da449abd7f584e 29 28 30 configure.args --exec-prefix=${prefix}29 worksrcdir mac${name}-${version} 31 30 32 platform darwin { 33 configure.ldflags-append -framework CoreFoundation 34 } 31 depends_build port:pkgconfig 32 depends_lib port:macfuse 33 34 #configure.args --exec-prefix=${prefix} 35 use_configure no 36 37 #platform darwin { 38 # configure.ldflags-append -framework CoreFoundation 39 #} 35 40 36 41 #destroot.violate_mtree yes 37 42 43 build { 44 system "cd ${worksrcpath};./build.sh" 45 } 46 38 47 pre-destroot { 39 48 file mkdir ${destroot}/sbin 40 49 } … … 52 61 file rename -- ${destroot}${prefix}/share/man/man8/mount.ntfs-3g.8 \ 53 62 ${destroot}${prefix}/share/man/man8/mount_ntfs-3g.8 54 63 } 64 65 livecheck.type regexm 66 livecheck.url ${homepage}community/ntfs-3g-download/ 67 livecheck.regex ntfs-3g-(\[0-9.\]*).tgz