Revision: 75541 http://trac.macports.org/changeset/75541 Author: mww@macports.org Date: 2011-01-29 02:45:03 -0800 (Sat, 29 Jan 2011) Log Message: ----------- version 2.0.2 Modified Paths: -------------- trunk/dports/devel/caml-type-conv/Portfile Modified: trunk/dports/devel/caml-type-conv/Portfile =================================================================== --- trunk/dports/devel/caml-type-conv/Portfile 2011-01-29 09:37:08 UTC (rev 75540) +++ trunk/dports/devel/caml-type-conv/Portfile 2011-01-29 10:45:03 UTC (rev 75541) @@ -2,7 +2,7 @@ PortSystem 1.0 name caml-type-conv -version 2.0.0 +version 2.0.2 distname type-conv-${version} categories devel ml maintainers erickt openmaintainer @@ -10,9 +10,9 @@ homepage http://www.ocaml.info/home/ocaml_sources.html platforms darwin master_sites http://www.ocaml.info/ocaml_sources -checksums md5 b1d707642ed9e596281ae03bcc0be880 \ - sha1 4539b7145c8917068e7bd733583fe5b38b81f9c2 \ - rmd160 f08537273089e6119d251b0349826ca0764355e7 +checksums md5 db46a097b81b0d4a95a4a72bef100527 \ + sha1 d3fe8255dcb63ebb16414a137f6fe4ad986a13d9 \ + rmd160 004a4bf74b57d80a6024890cc6f4aa8baafd81e1 livecheck.type regex livecheck.regex {type-conv-release-(.*?)\.tar} @@ -29,5 +29,5 @@ destroot.env OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir" pre-destroot { - file mkdir $ocamlfind_destdir + xinstall -m 755 -d $ocamlfind_destdir }