diff -r ba01805de560 lang/ocaml/Portfile
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name ocaml |
6 | | version 3.10.2 |
| 6 | version 3.11.0 |
7 | 7 | set major_vers [join [lrange [split ${version} .] 0 1] .] |
8 | 8 | platforms darwin |
9 | 9 | maintainers pguyot@kallisys.net openmaintainer |
… |
… |
|
12 | 12 | homepage http://www.ocaml.org/ |
13 | 13 | master_sites http://caml.inria.fr/pub/distrib/ocaml-${major_vers}/ |
14 | 14 | checksums ocaml-${version}.tar.bz2 \ |
15 | | md5 d86f8f8aa4574fa60dd6f89044580307 \ |
16 | | sha1 f604580bf2943891d8faf265eeb900bbe90abce0 \ |
17 | | rmd160 f631230b090dbd9bf9a9f71631cd0347c033cbb1 \ |
18 | | ocaml-3.10-refman.html.tar.gz \ |
19 | | md5 663b31c8ea364a531aa325a5b06a2763 \ |
20 | | sha1 491a39ca6ae8a5ae52fb8e07e987e97bba1b9f43 \ |
21 | | rmd160 6b4c99a83942563f1571385681d54f4d194507fe |
| 15 | md5 6ed1c3ed660a15408362242fa8fa4668 \ |
| 16 | sha1 fed19b82828789b8c509049590f0b82f8e5e6eb3 \ |
| 17 | rmd160 06f367eacfa3f4d413138fc2386bf3b1ee822cf6 \ |
| 18 | ocaml-${major_vers}-refman.html.tar.gz \ |
| 19 | md5 bfb4ed960974159f4224014a979baf6d \ |
| 20 | sha1 97159cf3d4ea64d0ca03f04997fdfc00982d22b0 \ |
| 21 | rmd160 8d77630ee0c3dcdae1ef142a59eb876271f1c335 |
22 | 22 | |
23 | 23 | long_description \ |
24 | 24 | Objective Caml is an implementation of the ML language, based on \ |
… |
… |
|
57 | 57 | |
58 | 58 | # Variants. |
59 | 59 | variant labltk { |
60 | | depends_lib lib:tcl8.4:tcl lib:tk8.4:tk |
| 60 | depends_lib lib:tcl8.5:tcl lib:tk8.5:tk |
61 | 61 | configure.args-delete -no-tk |
62 | 62 | } |
63 | 63 | |