Revision: 90269 http://trac.macports.org/changeset/90269 Author: mww@macports.org Date: 2012-02-28 08:38:25 -0800 (Tue, 28 Feb 2012) Log Message: ----------- ocaml-type-conv: version 3.0.1 Modified Paths: -------------- trunk/dports/devel/ocaml-type-conv/Portfile Modified: trunk/dports/devel/ocaml-type-conv/Portfile =================================================================== --- trunk/dports/devel/ocaml-type-conv/Portfile 2012-02-28 15:28:25 UTC (rev 90268) +++ trunk/dports/devel/ocaml-type-conv/Portfile 2012-02-28 16:38:25 UTC (rev 90269) @@ -3,9 +3,7 @@ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-type-conv -version 2.3.0 -revision 1 -distname type-conv-${version} +version 3.0.1 categories devel ml maintainers erickt openmaintainer license LGPL-2.1 @@ -15,16 +13,21 @@ long_description ${description} homepage http://www.ocaml.info/home/ocaml_sources.html platforms darwin -master_sites http://www.janestreet.com/ocaml/ -checksums md5 97adcd20f63bec4df7fca1f5d371030e \ - sha1 66a613e11574067745a7dd36d650f2a8a4f6c941 \ - rmd160 bacd647dab67ccdee1d4dcacdca906d18c06ad7f +master_sites http://hg.ocaml.info/release/type-conv/archive/ +checksums md5 b2a8357d64608c3261f98f290a4a57bf \ + sha1 d12ef5c33af7dc3085903612ca51deba140243f8 \ + rmd160 894ec826f209c1926c976fbe14045fb050b05869 livecheck.type regex -livecheck.regex {type-conv-release-(.*?)\.tar} +livecheck.regex {type-conv/archive/release-(.*?)\.tar} depends_lib port:ocaml port:ocaml-findlib +distname release-${version} + +worksrcdir type-conv-release-${version} + +use_bzip2 yes use_configure no use_parallel_build no