[112569] trunk/dports/science/sumo-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Oct 26 10:10:56 PDT 2013
Revision: 112569
https://trac.macports.org/changeset/112569
Author: ryandesign at macports.org
Date: 2013-10-26 10:10:56 -0700 (Sat, 26 Oct 2013)
Log Message:
-----------
sumo-devel: update SourceForge SVN URL (#40835, maintainer timeout)
Modified Paths:
--------------
trunk/dports/science/sumo-devel/Portfile
Modified: trunk/dports/science/sumo-devel/Portfile
===================================================================
--- trunk/dports/science/sumo-devel/Portfile 2013-10-26 13:03:41 UTC (rev 112568)
+++ trunk/dports/science/sumo-devel/Portfile 2013-10-26 17:10:56 UTC (rev 112569)
@@ -25,7 +25,7 @@
fetch.type svn
svn.method checkout
svn.args-append --depth immediates
-svn.url https://sumo.svn.sourceforge.net/svnroot/sumo/trunk/sumo/
+svn.url https://svn.code.sf.net/p/sumo/code/trunk/sumo/
worksrcdir sumo
# don't check out the tests directory; it's huge and doesn't get used
@@ -36,9 +36,9 @@
lappend svn_item_list ${svn_item}
}
}
- set cmd "cd ${worksrcpath} && ${svn.cmd} ${svn.pre_args} update -r ${svn.revision} --set-depth infinity [join ${svn_item_list} { }]"
+ set cmd "${svn.cmd} ${svn.pre_args} update -r ${svn.revision} --set-depth infinity [join ${svn_item_list} { }]"
ui_debug ${cmd}
- system ${cmd}
+ system -W ${worksrcpath} ${cmd}
}
depends_lib-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131026/aa09072e/attachment.html>
More information about the macports-changes
mailing list