[79963] trunk/dports/devel/caml-camomile/Portfile
Revision: 79963 http://trac.macports.org/changeset/79963 Author: ryandesign@macports.org Date: 2011-06-30 16:19:16 -0700 (Thu, 30 Jun 2011) Log Message: ----------- caml-camomile: update to 0.8.3 and disable universal variant; see #29625 (maintainer timeout) Modified Paths: -------------- trunk/dports/devel/caml-camomile/Portfile Modified: trunk/dports/devel/caml-camomile/Portfile =================================================================== --- trunk/dports/devel/caml-camomile/Portfile 2011-06-30 23:08:48 UTC (rev 79962) +++ trunk/dports/devel/caml-camomile/Portfile 2011-06-30 23:19:16 UTC (rev 79963) @@ -3,23 +3,24 @@ PortSystem 1.0 name caml-camomile -version 0.8.1 +version 0.8.3 categories devel ml maintainers toots@rastageeks.org description OCaml module to convert strings to and from various encodings homepage http://camomile.sf.net/ platforms darwin master_sites sourceforge:camomile -distfiles camomile-${version}.tar.bz2 -worksrcdir camomile-${version} +distname camomile-${version} use_bzip2 yes -checksums md5 999fc48a71030a1e765b85e3c1e7b933 \ - sha1 331651050f82ff918efc36b34c0ce76c7b85ba5d \ - rmd160 e8c455fa89ac7e3a8ad78d47a14218ffcd579655 +checksums sha1 9f2600010820689805b5ab6e4048217ea821d535 \ + rmd160 56651ff4625dbdd9876784c1369c5a6ed6b290a6 depends_lib port:ocaml port:caml-findlib +# ocaml is not universal +universal_variant no + configure.cflags {} configure.cxxflags {} configure.cppflags {}
participants (1)
-
ryandesign@macports.org