<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6cff657285a2ac48b6f28d3299667bf35103c595">https://github.com/macports/macports-ports/commit/6cff657285a2ac48b6f28d3299667bf35103c595</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 6cff657  github-1.0.tcl: only ignore ssl cert on Leopard and Tiger
</span>6cff657 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6cff657285a2ac48b6f28d3299667bf35103c595
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Fri Oct 13 04:50:58 2017 +0000

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: only ignore ssl cert on Leopard and Tiger
</span>---
 _resources/port1.0/group/github-1.0.tcl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/github-1.0.tcl b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 72f813e..712154d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -143,7 +143,7 @@ proc handle_tarball_from {option action args} {
</span> }
 
 proc github.setup {gh_author gh_project gh_version {gh_tag_prefix ""}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    global extract.suffix github.author github.project github.version github.tag_prefix github.homepage github.master_sites PortInfo
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    global extract.suffix os.platform os.major github.author github.project github.version github.tag_prefix github.homepage github.master_sites PortInfo
</span> 
     github.author           ${gh_author}
     github.project          ${gh_project}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -159,7 +159,9 @@ proc github.setup {gh_author gh_project gh_version {gh_tag_prefix ""}} {
</span>     git.url                 ${github.homepage}.git
     git.branch              [join ${github.tag_prefix}]${github.version}
     distname                ${github.project}-${github.version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    fetch.ignore_sslcert    yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.platform} eq "darwin" && ${os.major} <= 9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        fetch.ignore_sslcert yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> 
     post-extract {
         # When fetching from a tag, the extracted directory name will contain a
</pre><pre style='margin:0'>

</pre>