diff --git a/ports/vcsn.macports b/ports/vcsn.macports
index 6c55504e..6af37a0f 100644
a
|
b
|
PortGroup cxx11 1.0 |
6 | 6 | PortGroup active_variants 1.1 |
7 | 7 | |
8 | 8 | name vcsn |
9 | | version 2.2 |
| 9 | version 2.4 |
10 | 10 | categories devel |
11 | 11 | platforms darwin |
12 | 12 | maintainers lrde.epita.fr:akim openmaintainer |
… |
… |
master_sites http://www.lrde.epita.fr/dload/vcsn/${version}/ |
23 | 23 | |
24 | 24 | use_xz yes |
25 | 25 | |
26 | | checksums rmd160 8ce5c97191025f7dbea022f5579e3a449dd5ce61 \ |
27 | | sha256 2126319b073cf0114ebfc2308fe8974804cebe9e7050392d11adfce1e9b72d4e |
| 26 | checksums rmd160 b864f8735806c84ab11752f411174fdad8668248 \ |
| 27 | sha256 3265078d39ac0bb596177a8b0a8dcd80c87f873743a024355b0e36e8aa7ec037 |
28 | 28 | |
29 | 29 | # python3.x is required - force dependencies to use it as well |
30 | | set python_version 34 |
| 30 | set python_version 35 |
31 | 31 | depends_build port:doxygen port:libtool |
32 | 32 | |
33 | 33 | depends_lib port:boost \ |