Ticket #42086: vaucanson2b.2.diff​

File vaucanson2b.2.diff​, 1.3 KB (added by akimd (Akim Demaille), 10 years ago)
Line 
1diff --git a/ports/Portfile b/ports/Portfile
2index ef4afe0..2572e80 100644
3--- a/ports/Portfile
4+++ b/ports/Portfile
5@@ -5,7 +5,7 @@ PortSystem          1.0
6 PortGroup           compiler_blacklist_versions 1.0
7 
8 name                vaucanson
9-version             2b.1
10+version             2b.2
11 categories          devel
12 platforms           darwin
13 maintainers         lrde.epita.fr:akim
14@@ -14,14 +14,15 @@ license             GPL-3+
15 description         C++ generic automata/transducers platform
16 
17 long_description    Vaucanson is a finite state machine manipulation platform, \
18-                    consisting of a library and tools implemented on top of it.
19+                    consisting of a library, Python bindings, and shell tools  \
20+                    implemented on top of them.
21 
22 homepage            http://vaucanson.lrde.epita.fr
23 master_sites        http://www.lrde.epita.fr/dload/vaucanson/2.0
24 use_xz              yes
25 
26-checksums           rmd160 ad41affd31ec8efd0fe073acc8c95d20bfdc3d8b \
27-                    sha256 2ec0dd117e05da52db346b4e37a67c3b41ea61ee620c6e9fec0232536174653f
28+checksums           rmd160 643f69527cf799e5edde4b6a98b3b818dff8576f \
29+                    sha256 c8e5134535fbe8588c503f33f78ea551cbb3fadcddb2832d9a72170a7b5daf2c
30 
31 depends_build       port:bison
32