Ticket #40835: sumo-devel-svn.diff

File sumo-devel-svn.diff, 945 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)

proposed patch

  • Portfile

     
    2525fetch.type          svn
    2626svn.method          checkout
    2727svn.args-append     --depth immediates
    28 svn.url             https://sumo.svn.sourceforge.net/svnroot/sumo/trunk/sumo/
     28svn.url             https://svn.code.sf.net/p/sumo/code/trunk/sumo/
    2929worksrcdir          sumo
    3030
    3131# don't check out the tests directory; it's huge and doesn't get used
     
    3636            lappend svn_item_list ${svn_item}
    3737        }
    3838    }
    39     set cmd "cd ${worksrcpath} && ${svn.cmd} ${svn.pre_args} update -r ${svn.revision} --set-depth infinity [join ${svn_item_list} { }]"
     39    set cmd "${svn.cmd} ${svn.pre_args} update -r ${svn.revision} --set-depth infinity [join ${svn_item_list} { }]"
    4040    ui_debug ${cmd}
    41     system ${cmd}
     41    system -W ${worksrcpath} ${cmd}
    4242}
    4343
    4444depends_lib-append \