Ticket #20593: patch-libowfat-0.28.diff
File patch-libowfat-0.28.diff, 1.2 KB (added by raimue (Rainer Müller), 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libowfat 6 version 0.2 76 version 0.28 7 7 categories devel 8 8 platforms darwin 9 9 maintainers yoobay.net:daniel … … 11 11 long_description reimplementation of the libdjb under GPL 12 12 homepage http://www.fefe.de/libowfat/ 13 13 master_sites http://dl.fefe.de/ 14 checksums md5 10d007d8f610edfebe890a66884a336e\15 sha1 5a61ddb0e6c425932e9b87be10d308d21616e802\16 rmd160 7192b155c9c83fc1dc9f4057220a4da43e464a5014 checksums md5 6bbee9a86506419657d87123b7a6f2c1 \ 15 sha1 6bbe997ae1bbe94b784ab50a3d44b63a2e08d857 \ 16 rmd160 3e8826e10a3f46520bdfa9602edb2741728aa370 17 17 use_bzip2 yes 18 18 patchfiles patch-GNUmakefile 19 19 use_configure no 20 20 build.args prefix=${prefix} 21 21 destroot.destdir prefix=${destroot}${prefix} 22 22 23 post-destroot { 24 # Avoid name clashes with other ports 25 foreach f [glob ${destroot}${prefix}/share/man/man3/*] { 26 move ${f} "[file dirname ${f}]/libowfat-[file tail ${f}]" 27 } 28 } 29 23 30 platform darwin 8 { build.args-append CC=/usr/bin/gcc-4.0 } 24 31 32 livecheck.check regex 33 livecheck.regex "${name}-(\\d+\\.(?:.\\d+)*)${extract.suffix}"