<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/60ce47874e245a1258ce2af05d62a25937c485a9">https://github.com/macports/macports-ports/commit/60ce47874e245a1258ce2af05d62a25937c485a9</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 60ce478  github-1.0.tcl: Group options with their defaults
</span>60ce478 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 60ce47874e245a1258ce2af05d62a25937c485a9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Mar 25 22:09:53 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: Group options with their defaults
</span>---
 _resources/port1.0/group/github-1.0.tcl | 6 +++++-
 1 file changed, 5 insertions(+), 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 735a3b4..f6de30c 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;'>@@ -38,16 +38,20 @@
</span> # https://github.com/macports/macports-guide/blob/master/guide/xml/portgroup-github.xml
 
 options github.author github.project github.version github.tag_prefix github.tag_suffix
<span style='display:block; white-space:pre;background:#ffe0e0;'>-options github.homepage github.raw github.master_sites github.tarball_from
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+options github.homepage
</span> default github.homepage {https://github.com/${github.author}/${github.project}}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+options github.raw
</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:#e0ffe0;'>+options github.master_sites
</span> default github.master_sites {${github.homepage}/tarball/${git.branch}}
 
 default master_sites {${github.master_sites}}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+options github.tarball_from
</span> default github.tarball_from {tags}
 option_proc github.tarball_from handle_tarball_from
 proc handle_tarball_from {option action args} {
</pre><pre style='margin:0'>

</pre>