Revision: 90270 http://trac.macports.org/changeset/90270 Author: mww@macports.org Date: 2012-02-28 09:18:03 -0800 (Tue, 28 Feb 2012) Log Message: ----------- ocaml-type-conv: version 3.0.4 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 16:38:25 UTC (rev 90269) +++ trunk/dports/devel/ocaml-type-conv/Portfile 2012-02-28 17:18:03 UTC (rev 90270) @@ -3,31 +3,29 @@ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-type-conv -version 3.0.1 +version 3.0.4 categories devel ml maintainers erickt openmaintainer license LGPL-2.1 +platforms darwin supported_archs noarch description Mini library required for some other preprocessing libraries (OCaml 3.10 and newer) long_description ${description} -homepage http://www.ocaml.info/home/ocaml_sources.html -platforms darwin -master_sites http://hg.ocaml.info/release/type-conv/archive/ -checksums md5 b2a8357d64608c3261f98f290a4a57bf \ - sha1 d12ef5c33af7dc3085903612ca51deba140243f8 \ - rmd160 894ec826f209c1926c976fbe14045fb050b05869 +homepage https://forge.ocamlcore.org/projects/type-conv/ +master_sites https://forge.ocamlcore.org/frs/download.php/697/ +checksums md5 3dbc1b4d339911fcc07880fefc91617e \ + sha1 ff96519153144502ebcbb3c337990f9b53e06b4b \ + rmd160 2e2abf221cb8606f03737580d59fb9856075c9fc livecheck.type regex -livecheck.regex {type-conv/archive/release-(.*?)\.tar} +livecheck.url https://forge.ocamlcore.org/frs/?group_id=252 +livecheck.regex {type-conv-(.*?)\.tar} depends_lib port:ocaml port:ocaml-findlib -distname release-${version} +distname type-conv-${version} -worksrcdir type-conv-release-${version} - -use_bzip2 yes use_configure no use_parallel_build no