Revision: 93914 https://trac.macports.org/changeset/93914 Author: mww@macports.org Date: 2012-06-04 05:45:44 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-type-conv: version 108.00.01 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-06-04 11:56:11 UTC (rev 93913) +++ trunk/dports/devel/ocaml-type-conv/Portfile 2012-06-04 12:45:44 UTC (rev 93914) @@ -1,9 +1,9 @@ # $Id$ PortSystem 1.0 -PortGroup ocaml 1.0 +PortGroup ocaml 1.0 name ocaml-type-conv -version 3.0.4 +version 108.00.01 categories devel ml maintainers erickt openmaintainer license LGPL-2.1 @@ -12,24 +12,19 @@ description Mini library required for some other preprocessing libraries (OCaml 3.10 and newer) long_description ${description} -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 +homepage https://bitbucket.org/yminsky/ocaml-core/ +master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ +checksums rmd160 19cb0b7c9757451b73ef685bdc2698ef7895b599 \ + sha256 a3a3a0e4f7b194b3f6f5384a2390b125167d0bdd7ebed84a154cf94c8bc2f4a9 + livecheck.type regex livecheck.url https://forge.ocamlcore.org/frs/?group_id=252 livecheck.regex {type-conv-(.*?)\.tar} depends_lib port:ocaml port:ocaml-findlib -distname type-conv-${version} +distname type_conv-${version} -use_configure no -use_parallel_build no +use_oasis yes -build.env PREFIX=${prefix} - -destroot.env OCAMLFIND_DESTDIR="$ocamlfind_destdir" -
participants (1)
-
mww@macports.org