<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/800c1a8774b7db8d152060766752c89b275fc2ce">https://github.com/macports/macports-ports/commit/800c1a8774b7db8d152060766752c89b275fc2ce</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 800c1a8  github-1.0.tcl: always verify TLS certificate
</span>800c1a8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 800c1a8774b7db8d152060766752c89b275fc2ce
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Thu Mar 1 07:49:20 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: always verify TLS certificate
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://githubengineering.com/crypto-deprecation-notice/
</span>---
 _resources/port1.0/group/github-1.0.tcl | 5 +----
 1 file changed, 1 insertion(+), 4 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 712154d..3dfda40 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 os.platform os.major 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 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,9 +159,6 @@ 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;'>-    if {${os.platform} eq "darwin" && ${os.major} <= 9} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        fetch.ignore_sslcert yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> 
     post-extract {
         # When fetching from a tag, the extracted directory name will contain a
</pre><pre style='margin:0'>

</pre>