Revision: 75533 http://trac.macports.org/changeset/75533 Author: mww@macports.org Date: 2011-01-28 16:59:19 -0800 (Fri, 28 Jan 2011) Log Message: ----------- version 1.2.6, take (open)maintainership Modified Paths: -------------- trunk/dports/devel/caml-findlib/Portfile Modified: trunk/dports/devel/caml-findlib/Portfile =================================================================== --- trunk/dports/devel/caml-findlib/Portfile 2011-01-29 00:53:39 UTC (rev 75532) +++ trunk/dports/devel/caml-findlib/Portfile 2011-01-29 00:59:19 UTC (rev 75533) @@ -2,10 +2,12 @@ PortSystem 1.0 name caml-findlib -version 1.2.5 +version 1.2.6 distname findlib-${version} categories devel ml -maintainers nomaintainer +maintainers mww openmaintainer +platforms darwin +license MIT description Objective Caml library management system long_description The findlib library provides a scheme to manage reusable \ software components (packages), and includes tools that support \ @@ -19,13 +21,10 @@ linkage, there are new frontends of the various OCaml compilers that \ can directly deal with packages. homepage http://projects.camlcity.org/projects/findlib.html -platforms darwin master_sites http://download.camlcity.org/download/ -build.target all opt -use_parallel_build no -checksums md5 db12a92903c2869bb89e1a6446db269e \ - sha1 e0c6da48f9ea40c67f1d4857b428d20335b0c847 \ - rmd160 a122ce8ef60fce12c2b30f7275a4f1480d0833bc +checksums md5 4924c8c3ef1208eb0fa9096c8b8bb72f \ + sha1 50d2764025168a5f3cab7f559b8fdf3cb680e405 \ + rmd160 76ee6ba0cf5c4ec8693dec14fae8582ad6cd5de3 livecheck.type regex livecheck.regex "findlib-(.*?).tar.gz" @@ -38,10 +37,13 @@ configure.pre_args "" -universal_variant no +use_parallel_build no +build.target all opt destroot.destdir prefix=${destroot} +universal_variant no + # `ocamlfind printconf destdir` returns nothing if the dir isn't in place # but we know it's the same as our site-lib dir set ocamlfind_destdir [file normalize ${prefix}/lib/ocaml/site-lib/stublibs] @@ -97,7 +99,7 @@ # } #} -variant toolbox { +variant toolbox description {build the toolbox wizard, requires labltk} { configure.args-append -with-toolbox depends_lib bin:lablgtk:lablgtk }