Revision: 93967 https://trac.macports.org/changeset/93967 Author: mww@macports.org Date: 2012-06-05 08:36:16 -0700 (Tue, 05 Jun 2012) Log Message: ----------- ocaml-res: whitespace and order changes only Modified Paths: -------------- trunk/dports/devel/ocaml-res/Portfile Modified: trunk/dports/devel/ocaml-res/Portfile =================================================================== --- trunk/dports/devel/ocaml-res/Portfile 2012-06-05 13:52:57 UTC (rev 93966) +++ trunk/dports/devel/ocaml-res/Portfile 2012-06-05 15:36:16 UTC (rev 93967) @@ -1,27 +1,25 @@ # $Id$ PortSystem 1.0 -PortGroup ocaml 1.0 +PortGroup ocaml 1.0 name ocaml-res version 3.2.0 -distname release-${version} -worksrcdir res-${distname} categories devel ml +platforms darwin +license LGPL-2.1 maintainers mww openmaintainer -license LGPL-2.1 description OCaml library for automatically resizing contiguous memory (arrays and strings) -long_description ${description} +long_description ${description} homepage http://www.ocaml.info/home/ocaml_sources.html -platforms darwin master_sites http://hg.ocaml.info/release/res/archive/ checksums md5 df4fde25845f364ddb687cdc79c00677 \ sha1 5f48566d7e134557239c34d4c968d50e2c2b451c \ rmd160 50e45fc35ed9f8e111725ea39f39415766eff219 use_bzip2 yes -livecheck.type regex -livecheck.regex "res/archive/release-(\\d+(?:\\.\\d+)*).tar.bz2" +distname release-${version} +worksrcdir res-${distname} depends_lib port:ocaml port:ocaml-findlib @@ -34,3 +32,6 @@ destroot.env OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir" +livecheck.type regex +livecheck.regex "res/archive/release-(\\d+(?:\\.\\d+)*).tar.bz2" +