<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6731480b310580f0643081abd108ea920d7971eb">https://github.com/macports/macports-ports/commit/6731480b310580f0643081abd108ea920d7971eb</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 6731480  github portgroup: add "archive" option for github.tarball_from
</span>6731480 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6731480b310580f0643081abd108ea920d7971eb
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu May 16 01:22:01 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    github portgroup: add "archive" option for github.tarball_from
</span>---
 _resources/port1.0/group/github-1.0.tcl | 3 +++
 1 file changed, 3 insertions(+)

<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 d0f8a0c..4139609 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;'>@@ -37,6 +37,9 @@ proc handle_tarball_from {option action args} {
</span>             releases {
                 github.master_sites ${github.homepage}/releases/download/${git.branch}
             }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+            archive {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                github.master_sites ${github.homepage}/archive/${git.branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            }
</span>             tags {
                 github.master_sites ${github.homepage}/tarball/${git.branch}
             }
</pre><pre style='margin:0'>

</pre>