Ticket #31650: Portfile-rose.diff

File Portfile-rose.diff, 1.2 KB (added by too1@…, 12 years ago)
  • Portfile

    old new  
    33PortSystem              1.0
    44
    55name                    rose
    6 version                 0.9.5a
     6version                 0.9.5a.20120316
    77categories              lang
    88maintainers             llnl.gov:too1
    99
     
    2121homepage                http://rosecompiler.org/
    2222
    2323fetch.type              git
    24 git.url                 http://www.rosecompiler.org/rose.git
    25 git.branch              master
     24git.url                 http://github.com/hudson-rose/rose.git
     25git.branch              af169e174891539228704cb1befc8fdda4be94c7
    2626
    2727depends_build           port:boost        \
    2828                        port:gcc44        \
     
    3636configure.args-append   --with-boost=${prefix}                                      \
    3737                        --with-gfortran=${prefix}/bin/gfortran-mp-4.4               \
    3838                        --with-alternate_backend_fortran_compiler=gfortran-mp-4.4   \
    39                         --with-CXX_DEBUG=-ggdb3 --with-CXX_WARNINGS=-Wall           \
     39                        --with-CXX_DEBUG=-ggdb3 --with-CXX_WARNINGS=-Wall
    4040
    4141use_parallel_build      yes
    4242build.dir               ${configure.dir}