<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/5438c25edb175c289d4876f7f24a4940e8faf50e">https://github.com/macports/macports-ports/commit/5438c25edb175c289d4876f7f24a4940e8faf50e</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 5438c25  github-1.0.tcl: Fix error message
</span>5438c25 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5438c25edb175c289d4876f7f24a4940e8faf50e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 20 19:35:09 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: Fix error message
</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 dad4348..d0f8a0c 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;'>@@ -95,7 +95,7 @@ proc github.setup {gh_author gh_project gh_version {gh_tag_prefix ""} {gh_tag_su
</span>                 move [glob ${workpath}/${github.author}-${github.project}-*] ${workpath}/${distname}
             } else {
                 # tarball is not "${github.author}-${github.project}-*"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ui_error "\n\ngithub PortGroup: Error: \${worksrcpath} does not exist after extracting distfiles. This might indicate that the repository name is different than set in the Portfile due to a rename at GitHub. Please examine the extracted directory in ${workdir} and try to correct the Portfile by either changing the repository name or add the worksrcdir option with the correct directory name.\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ui_error "\n\ngithub PortGroup: Error: \${worksrcpath} does not exist after extracting distfiles. This might indicate that the author or project is different than set in the Portfile due to a rename at GitHub. Please examine the extracted directory in ${workpath} and try to correct the Portfile by either changing the author or project or adding the worksrcdir option with the correct directory name.\n"
</span>                 return -code error "Unexpected github tarball extract."
             }
         }
</pre><pre style='margin:0'>

</pre>