Revision: 94898 https://trac.macports.org/changeset/94898 Author: mww@macports.org Date: 2012-07-01 23:41:53 -0700 (Sun, 01 Jul 2012) Log Message: ----------- ocaml-uuidm: add license, use later checksum algorithms Modified Paths: -------------- trunk/dports/devel/ocaml-uuidm/Portfile Modified: trunk/dports/devel/ocaml-uuidm/Portfile =================================================================== --- trunk/dports/devel/ocaml-uuidm/Portfile 2012-07-02 06:39:41 UTC (rev 94897) +++ trunk/dports/devel/ocaml-uuidm/Portfile 2012-07-02 06:41:53 UTC (rev 94898) @@ -6,24 +6,24 @@ name ocaml-uuidm version 0.9.4 categories devel ml +platforms darwin +license BSD maintainers nomaintainer description RFC 4122-compliant UUID library for OCaml long_description Uuidm is an OCaml module implementing 128 bits universally \ unique identifiers version 3, 5 (name based with MD5, SHA-1 \ hashing) and 4 (random based) according to RFC 4122. homepage http://erratique.ch/software/uuidm/ -platforms darwin master_sites http://erratique.ch/software/uuidm/releases distname uuidm-${version} use_bzip2 yes extract.suffix .tbz -checksums md5 9c0b2a4e25ea4c5c07fde342aa20b6fd \ - sha1 c54843e074f658ff135ade04c11009074b4280d6 \ - rmd160 025e9aa3d08ed9b69ea5844667c12041dceccf38 +checksums rmd160 025e9aa3d08ed9b69ea5844667c12041dceccf38 \ + sha256 109225f5395eef1b692e20d3aaddfb04664cb7df9483d4e1d9de3367b51e9cfd -use_oasis yes +use_oasis yes patchfiles patch-setup.ml.diff post-patch { reinplace "s|@destroot@|${destroot}|g" ${worksrcpath}/setup.ml }
participants (1)
-
mww@macports.org