Ticket #40835: sumo-devel-svn.diff
File sumo-devel-svn.diff, 945 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
25 25 fetch.type svn 26 26 svn.method checkout 27 27 svn.args-append --depth immediates 28 svn.url https://s umo.svn.sourceforge.net/svnroot/sumo/trunk/sumo/28 svn.url https://svn.code.sf.net/p/sumo/code/trunk/sumo/ 29 29 worksrcdir sumo 30 30 31 31 # don't check out the tests directory; it's huge and doesn't get used … … 36 36 lappend svn_item_list ${svn_item} 37 37 } 38 38 } 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} { }]" 40 40 ui_debug ${cmd} 41 system ${cmd}41 system -W ${worksrcpath} ${cmd} 42 42 } 43 43 44 44 depends_lib-append \