<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1883f219eb0af351803f3e9fcf1e64e011a99297">https://github.com/macports/macports-ports/commit/1883f219eb0af351803f3e9fcf1e64e011a99297</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 1883f21  github PG: ensure that default master_sites is set
</span>1883f21 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1883f219eb0af351803f3e9fcf1e64e011a99297
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Nov 2 14:15:23 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    github PG: ensure that default master_sites is set
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    When using both the github and python PGs, the default from github
</span><span style='display:block; white-space:pre;color:#404040;'>    was reset to the default in the python PG. With this change the order of
</span><span style='display:block; white-space:pre;color:#404040;'>    using the PGs does not matter anymore.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/59538
</span>---
 _resources/port1.0/group/github-1.0.tcl | 5 ++---
 1 file changed, 2 insertions(+), 3 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 d2f824c..08d473e 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;'>@@ -4,7 +4,7 @@
</span> #
 # Documentation:
 # https://guide.macports.org/#reference.portgroup.github
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span> # Documentation (sources):
 # https://github.com/macports/macports-guide/blob/master/guide/xml/portgroup-github.xml
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +20,6 @@ default github.raw {https://raw.githubusercontent.com/${github.author}/${github.
</span> options github.master_sites
 default github.master_sites {${github.homepage}/tarball/${git.branch}}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default master_sites {${github.master_sites}}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> options github.tarball_from
 default github.tarball_from tarball
 option_proc github.tarball_from handle_tarball_from
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,6 +75,7 @@ proc github.setup {gh_author gh_project gh_version {gh_tag_prefix ""} {gh_tag_su
</span>     default homepage        ${github.homepage}
     git.url                 ${github.homepage}.git
     git.branch              [join ${github.tag_prefix}]${github.version}[join ${github.tag_suffix}]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    default master_sites    {${github.master_sites}}
</span>     distname                ${github.project}-${github.version}
 
     post-extract {
</pre><pre style='margin:0'>

</pre>