[89060] trunk/dports/_resources/port1.0/group/github-1.0.tcl
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 18 19:22:58 PST 2012
Revision: 89060
http://trac.macports.org/changeset/89060
Author: ryandesign at macports.org
Date: 2012-01-18 19:22:53 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
github-1.0.tcl: ignore ssl cert when fetching; github's ssl cert is too old for Leopard and Tiger's curl to recognize; see #31739
Modified Paths:
--------------
trunk/dports/_resources/port1.0/group/github-1.0.tcl
Modified: trunk/dports/_resources/port1.0/group/github-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/github-1.0.tcl 2012-01-19 03:04:52 UTC (rev 89059)
+++ trunk/dports/_resources/port1.0/group/github-1.0.tcl 2012-01-19 03:22:53 UTC (rev 89060)
@@ -56,6 +56,7 @@
git.branch [join ${github.tag_prefix}]${github.version}
master_sites ${github.master_sites}
distname ${github.project}-${github.version}
+ fetch.ignore_sslcert yes
post-extract {
if {"standard" == ${fetch.type} && ${master_sites} == ${github.master_sites} && [llength ${distfiles}] > 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/158312c0/attachment.html>
More information about the macports-changes
mailing list