<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/c6ba803624fbd045d84ee058a0b99ca5149ad561">https://github.com/macports/macports-ports/commit/c6ba803624fbd045d84ee058a0b99ca5149ad561</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 c6ba803  github-1.0.tcl: Simplify github.master_sites
</span>c6ba803 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6ba803624fbd045d84ee058a0b99ca5149ad561
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Mar 2 15:24:10 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: Simplify github.master_sites
</span>---
 _resources/port1.0/group/github-1.0.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 d2a9a34..faee453 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;'>@@ -114,7 +114,7 @@ default github.homepage {https://github.com/${github.author}/${github.project}}
</span> default github.raw {https://raw.githubusercontent.com/${github.author}/${github.project}}
 
 # Later code assumes that github.master_sites is a simple string, not a list.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default github.master_sites {${github.homepage}/tarball/[join ${github.tag_prefix} ""]${github.version}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default github.master_sites {${github.homepage}/tarball/${git.branch}}
</span> 
 default master_sites {${github.master_sites}}
 
</pre><pre style='margin:0'>

</pre>