[77831] trunk/base/src/port1.0/portfetch.tcl
ryandesign at macports.org
ryandesign at macports.org
Thu Apr 14 03:02:59 PDT 2011
Revision: 77831
http://trac.macports.org/changeset/77831
Author: ryandesign at macports.org
Date: 2011-04-14 03:02:58 -0700 (Thu, 14 Apr 2011)
Log Message:
-----------
portfetch.tcl: rewrite comment about needing --trust-server-cert and move it to where it makes most sense
Modified Paths:
--------------
trunk/base/src/port1.0/portfetch.tcl
Modified: trunk/base/src/port1.0/portfetch.tcl
===================================================================
--- trunk/base/src/port1.0/portfetch.tcl 2011-04-14 08:48:08 UTC (rev 77830)
+++ trunk/base/src/port1.0/portfetch.tcl 2011-04-14 10:02:58 UTC (rev 77831)
@@ -85,7 +85,6 @@
default cvs.args ""
default cvs.post_args {"${cvs.module}"}
-# we want the svn port so we know --trust-server-cert will work
default svn.cmd {[portfetch::find_svn_path]}
default svn.dir {${workpath}}
default svn.method {export}
@@ -194,6 +193,7 @@
proc portfetch::find_svn_path {args} {
global prefix os.platform os.major
+ # Snow Leopard is the first Mac OS X version to include a recent enough svn (1.6.x) to support the --trust-server-cert option.
if {${os.platform} == "darwin" && ${os.major} >= 10} {
return [findBinary svn $portutil::autoconf::svn_path]
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110414/872bdd8a/attachment.html>
More information about the macports-changes
mailing list