Ticket #54195: 0001-Fix-spurious-whitespace-and-formatting-of-the-octave.patch

File 0001-Fix-spurious-whitespace-and-formatting-of-the-octave.patch, 1.8 KB (added by maehne (Torsten Maehne), 7 years ago)
  • ports/math/octave-symbolic/Portfile

    From c8700587eb9c223e48caa7e97953e673517d7049 Mon Sep 17 00:00:00 2001
    From: Torsten Maehne <Torsten.Maehne@gmx.de>
    Date: Fri, 19 May 2017 10:18:20 +0200
    Subject: [PATCH 1/2] Fix spurious whitespace and formatting of the
     octave-symbolic Portfile.
    
    ---
     ports/math/octave-symbolic/Portfile | 8 ++++----
     1 file changed, 4 insertions(+), 4 deletions(-)
    
    diff --git a/ports/math/octave-symbolic/Portfile b/ports/math/octave-symbolic/Portfile
    index 2f32d99..ecdc119 100644
    a b supported_archs noarch 
    2020variant python27 description "Use Python 2.7 SymPy" conflicts python34 python35 python36 {
    2121    depends_lib-append  port:python27 \
    2222                        port:py27-sympy
    23    
     23
    2424    configure.env-append \
    2525        PYTHON=${prefix}/bin/python2.7
    2626}
    variant python27 description "Use Python 2.7 SymPy" conflicts python34 python35 
    2828variant python34 description "Use Python 3.4 SymPy" conflicts python27 python35 python36 {
    2929    depends_lib-append  port:python34 \
    3030                        port:py34-sympy
    31    
     31
    3232    configure.env-append \
    3333        PYTHON=${prefix}/bin/python3.4
    3434}
    3535
    3636variant python35 description "Use Python 3.5 SymPy" conflicts python27 python34 python36 {
    3737    depends_lib-append  port:python35 \
    38         port:py35-sympy
     38                        port:py35-sympy
    3939
    4040    configure.env-append \
    4141        PYTHON=${prefix}/bin/python3.5
    variant python35 description "Use Python 3.5 SymPy" conflicts python27 python34 
    4343
    4444variant python36 description "Use Python 3.6 SymPy" conflicts python27 python34 python35 {
    4545    depends_lib-append  port:python35 \
    46         port:py35-sympy
     46                        port:py35-sympy
    4747
    4848    configure.env-append \
    4949        PYTHON=${prefix}/bin/python3.6