Ticket #65320: patch-vcsn-bump-revision.diff

File patch-vcsn-bump-revision.diff, 1.6 KB (added by judaew (Vadym-Valdis Yudaiev), 2 years ago)

[TODO] Revbump Portfile

  • devel/vcsn/Portfile

    diff --git a/devel/vcsn/Portfile b/devel/vcsn/Portfile
    index a8fdbc3a451..92483acec43 100644
    a b  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22
    33PortSystem          1.0
    4 PortGroup           active_variants 1.1
     4PortGroup           boost 1.0
     5
    56
    67name                vcsn
    78version             2.8
     9revision            1
    810categories          devel
    911platforms           darwin
    1012maintainers         {lrde.epita.fr:akim @akimd} openmaintainer
    checksums rmd160 bfa67e399a25473a2c449905c19464f4167dc2cf \ 
    2830compiler.cxx_standard 2011
    2931
    3032# python3.x is required - force dependencies to use it as well
    31 set python_branch   3.6
     33set python_branch   3.10
    3234set python_version  [join [split ${python_branch} "."] ""]
    3335
    3436depends_build-append    port:doxygen \
    3537                        port:flex \
    3638                        port:libtool
    3739
    38 depends_lib-append  port:boost \
    39                     path:bin/ccache:ccache \
     40depends_lib-append  path:bin/ccache:ccache \
    4041                    port:gmp \
    4142                    port:python${python_version} \
    4243                    port:yaml-cpp
    depends_lib-append port:boost \ 
    4445depends_run         path:bin/dot:graphviz \
    4546                    port:py${python_version}-ipython
    4647
    47 require_active_variants boost python${python_version}
    48 
    4948configure.args      --disable-silent-rules
    5049configure.optflags  -O3 -DNDEBUG
    5150configure.python    ${prefix}/bin/python${python_branch}