Revision: 77305 http://trac.macports.org/changeset/77305 Author: ryandesign@macports.org Date: 2011-03-26 15:50:55 -0700 (Sat, 26 Mar 2011) Log Message: ----------- libpst: update to 0.6.49, fix mtree violation by mandir (#28915) Modified Paths: -------------- trunk/dports/devel/libpst/Portfile Modified: trunk/dports/devel/libpst/Portfile =================================================================== --- trunk/dports/devel/libpst/Portfile 2011-03-26 22:42:33 UTC (rev 77304) +++ trunk/dports/devel/libpst/Portfile 2011-03-26 22:50:55 UTC (rev 77305) @@ -2,7 +2,7 @@ # $Id$ PortSystem 1.0 name libpst -version 0.6.45 +version 0.6.49 categories devel platforms darwin maintainers nomaintainer @@ -11,12 +11,14 @@ homepage http://www.five-ten-sg.com/libpst/ master_sites http://www.five-ten-sg.com/libpst/packages/ -checksums md5 c77174cd4566f4701a12948cbc7777a3 \ - sha1 c79e09793051e77586b602b2762e4ae30fb91f0a +checksums sha1 c10f4af9dc1d22b331420bc3931036a3d41115cb \ + rmd160 863460589f65871e163a0f7c2a94267d0ff5473e depends_lib port:libiconv -configure.args --disable-python --without-boost-python +configure.args --disable-python \ + --mandir=${prefix}/share/man \ + --without-boost-python livecheck.type regex livecheck.url [lindex ${master_sites} 0]
participants (1)
-
ryandesign@macports.org