Ticket #44433: vcsn2.diff

File vcsn2.diff, 1.4 KB (added by akimd (Akim Demaille), 10 years ago)
  • ports/Portfile

    diff --git a/ports/Portfile b/ports/Portfile
    index 1f79c32..48aa1b2 100644
    a b PortSystem 1.0 
    55PortGroup           compiler_blacklist_versions 1.0
    66
    77name                vaucanson
    8 version             2b.3
     8version             2.0
    99categories          devel
    1010platforms           darwin
    1111maintainers         lrde.epita.fr:akim
    license GPL-3+ 
    1414description         C++ generic automata/transducers platform
    1515
    1616long_description    Vaucanson is a finite state machine manipulation platform, \
    17                     consisting of a library, Python bindings, and shell tools  \
    18                     implemented on top of them.
     17                    consisting of a library, Python/IPython bindings, and
     18                    shell tools implemented on top of them.
    1919
    2020homepage            http://vaucanson.lrde.epita.fr
    2121master_sites        http://www.lrde.epita.fr/dload/vaucanson/2.0
    2222use_xz              yes
    2323
    24 checksums           rmd160 02fcd29daf1413dbdc1b91d643e04361090642ec \
    25                     sha256 51533d369ccc398e07c3c15ecbe2d0f818f221ad78e91d5f7a0f3f06ffbc8ca0
     24checksums           rmd160 90d6d5eb5b8e664a527238c9a8b4df4834d5d9b9 \
     25                    sha256 01cee2ae49388f92e3b47b932830b49f84089b345337c4ea7b128ae3c616ac60
    2626
     27depends_build       port:doxygen
    2728depends_lib         port:boost
     29depends_run         port:graphviz
    2830
    2931configure.optflags  -O3
    3032