Revision: 140683 https://trac.macports.org/changeset/140683 Author: ryandesign@macports.org Date: 2015-09-29 23:12:24 -0700 (Tue, 29 Sep 2015) Log Message: ----------- libewf: update to 20140608; add pkgconfig dependency; fix livecheck Modified Paths: -------------- trunk/dports/security/libewf/Portfile Modified: trunk/dports/security/libewf/Portfile =================================================================== --- trunk/dports/security/libewf/Portfile 2015-09-30 06:02:47 UTC (rev 140682) +++ trunk/dports/security/libewf/Portfile 2015-09-30 06:12:24 UTC (rev 140683) @@ -2,10 +2,9 @@ # $Id$ PortSystem 1.0 +PortGroup github 1.0 -name libewf -version 20131230 -revision 2 +github.setup libyal libewf 20140608 categories security platforms darwin maintainers nomaintainer @@ -19,13 +18,13 @@ Libewf allows you to read and write media information \ within the EWF files. -homepage http://libewf.sourceforge.net/ -homepage http://code.google.com/p/libewf/ master_sites https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ -checksums rmd160 3b9d24feba48a9db96576eeecf84e88942552406 \ - sha256 e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d +checksums rmd160 bd86f502d9e196dde0de81753595b7b34daa545f \ + sha256 d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71 +depends_build port:pkgconfig + depends_lib port:bzip2 \ port:gettext \ port:libiconv \ @@ -33,13 +32,14 @@ path:lib/pkgconfig/fuse.pc:osxfuse \ port:zlib -configure.args --with-bzip2 \ - --with-libfuse \ - --with-openssl \ - --with-zlib \ +configure.args --with-bzip2=${prefix} \ + --with-libfuse=${prefix} \ + --with-openssl=${prefix} \ + --with-zlib=${prefix} \ --without-libbfio \ --without-libcaes \ --without-libcdata \ + --without-libcdatetime \ --without-libcerror \ --without-libcfile \ --without-libclocale \ @@ -54,8 +54,12 @@ --without-libfvalue \ --without-libhmac \ --without-libmfdata \ - --without-libmsdev \ - --without-libmsraw \ --without-libodraw \ + --without-libsmdev \ + --without-libsmraw \ --without-libuna \ --without-libuuid + +livecheck.type regex +livecheck.url [lindex ${master_sites} 0] +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}