diff --git a/ports/Portfile b/ports/Portfile
index ef4afe0..1f79c32 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name vaucanson |
8 | | version 2b.1 |
| 8 | version 2b.3 |
9 | 9 | categories devel |
10 | 10 | platforms darwin |
11 | 11 | maintainers lrde.epita.fr:akim |
… |
… |
license GPL-3+ |
14 | 14 | description C++ generic automata/transducers platform |
15 | 15 | |
16 | 16 | long_description Vaucanson is a finite state machine manipulation platform, \ |
17 | | consisting of a library and tools implemented on top of it. |
| 17 | consisting of a library, Python bindings, and shell tools \ |
| 18 | implemented on top of them. |
18 | 19 | |
19 | 20 | homepage http://vaucanson.lrde.epita.fr |
20 | 21 | master_sites http://www.lrde.epita.fr/dload/vaucanson/2.0 |
21 | 22 | use_xz yes |
22 | 23 | |
23 | | checksums rmd160 ad41affd31ec8efd0fe073acc8c95d20bfdc3d8b \ |
24 | | sha256 2ec0dd117e05da52db346b4e37a67c3b41ea61ee620c6e9fec0232536174653f |
25 | | |
26 | | depends_build port:bison |
| 24 | checksums rmd160 02fcd29daf1413dbdc1b91d643e04361090642ec \ |
| 25 | sha256 51533d369ccc398e07c3c15ecbe2d0f818f221ad78e91d5f7a0f3f06ffbc8ca0 |
27 | 26 | |
28 | 27 | depends_lib port:boost |
29 | 28 | |