<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a0066bce01515477fcfe5fbaccd7180cd6c03909">https://github.com/macports/macports-ports/commit/a0066bce01515477fcfe5fbaccd7180cd6c03909</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 a0066bc  github PG: Improve message in post-extract check
</span>a0066bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a0066bce01515477fcfe5fbaccd7180cd6c03909
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed May 9 20:46:22 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    github PG: Improve message in post-extract check
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The problem is not the filename of the tarball, but its contents.
</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 1fb4dd0..056852a 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;'>@@ -120,7 +120,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: tarball name is not as expected. This might mean that the repository name is different than set in the Portfile. Please review and try to correct.\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 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>                 return -code error "Unexpected github tarball extract."
             }
         }
</pre><pre style='margin:0'>

</pre>