Revision: 115434 https://trac.macports.org/changeset/115434 Author: ryandesign@macports.org Date: 2014-01-01 17:31:22 -0800 (Wed, 01 Jan 2014) Log Message: ----------- webp: update to 0.4.0 Modified Paths: -------------- trunk/dports/graphics/webp/Portfile Modified: trunk/dports/graphics/webp/Portfile =================================================================== --- trunk/dports/graphics/webp/Portfile 2014-01-02 01:26:02 UTC (rev 115433) +++ trunk/dports/graphics/webp/Portfile 2014-01-02 01:31:22 UTC (rev 115434) @@ -4,8 +4,7 @@ PortSystem 1.0 name webp -version 0.3.1 -revision 1 +version 0.4.0 categories graphics science devel platforms darwin maintainers ryandesign openmaintainer @@ -29,8 +28,8 @@ homepage http://code.google.com/p/webp/ master_sites googlecode -checksums rmd160 4c7d71e09ed8c54e33c9533725167139e75070b4 \ - sha256 b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7 +checksums rmd160 4f75ccd48cc6af58a46e09aa606bcebdade3c28f \ + sha256 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 depends_lib port:zlib \ port:libpng \ @@ -39,17 +38,6 @@ distname libwebp-${version} -post-extract { - # I'm going mad trying to develop this port when I can't access its files. - fs-traverse item ${worksrcpath} { - if {[file isdirectory ${item}]} { - file attributes ${item} -permissions a+rx - } elseif {[file isfile ${item}]} { - file attributes ${item} -permissions a+r - } - } -} - post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir}