Revision: 93923 https://trac.macports.org/changeset/93923 Author: mww@macports.org Date: 2012-06-04 06:41:25 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-core: version 108.00.01 Modified Paths: -------------- trunk/dports/devel/ocaml-core/Portfile Removed Paths: ------------- trunk/dports/devel/ocaml-core/files/ Modified: trunk/dports/devel/ocaml-core/Portfile =================================================================== --- trunk/dports/devel/ocaml-core/Portfile 2012-06-04 13:23:03 UTC (rev 93922) +++ trunk/dports/devel/ocaml-core/Portfile 2012-06-04 13:41:25 UTC (rev 93923) @@ -1,39 +1,24 @@ # $Id$ PortSystem 1.0 +PortGroup ocaml 1.0 name ocaml-core -version 107.01 +version 108.00.01 categories devel ml platforms darwin -maintainers mww openmaintainer -description Jane Street's alternative to the standard OCaml library license LGPL-2.1 +maintainers mww openmaintainer +description core is Jane Street's alternative to the standard OCaml library long_description ${description} -homepage http://www.janestreet.com/ocaml/ -master_sites ${homepage} -checksums md5 375d8f46e47d44e1de35cf36b78b9c8e \ - sha1 ef4443939cb42f5778912608d3023a669b06d44f \ - rmd160 5a496d71ac40bd709675e12a90233956a7a9309d +homepage https://bitbucket.org/yminsky/ocaml-core/ +master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ +checksums rmd160 30f3afd33c98c1b57cce2cf7d51724b6a112f131 \ + sha256 37f1d0d0d12c623d14e10e3418103b3dd2e21584a9c166ab589ce5550934d665 distname core-${version} -depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib \ - port:ocaml-res port:ocaml-bin-prot port:ocaml-fieldslib +depends_lib port:ocaml port:ocaml-findlib port:ocaml-variantslib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-pipebang port:ocaml-res -use_configure no +use_oasis yes -build.env PREFIX=${prefix} -use_parallel_build no - -set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib - -destroot.env OCAMLFIND_DESTDIR="$ocamlfind_destdir" - -pre-destroot { - xinstall -m 755 -d $ocamlfind_destdir/stublibs -} - -platform darwin { - patchfiles-append lib_zone.ml.diff -}