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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c814cd7eccc2e7c8c7ccd46fa5420cbfc2b017e6">https://github.com/macports/macports-ports/commit/c814cd7eccc2e7c8c7ccd46fa5420cbfc2b017e6</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 c814cd7  octave PG: comment out and move unneeded line
</span>c814cd7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c814cd7eccc2e7c8c7ccd46fa5420cbfc2b017e6
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Oct 12 19:04:34 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave PG: comment out and move unneeded line
</span>---
 _resources/port1.0/group/octave-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/octave-1.0.tcl b/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index ce0c524..9a096c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/octave-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -101,11 +101,11 @@ port::register_callback octave.add_env
</span> post-extract {
     # rename the effective worksrcdir to always be ${octave.module}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set worksrcdir_name [exec /bin/ls ${workpath} | grep -v -E "^\\."]
</span>     if {[exec /bin/ls ${workpath} | grep -v -E "^\\." | awk "END \{print NR\}"] == 2} {
         delete ${workpath}/${octave.module}
         move [glob ${workpath}/*-${version}] ${workpath}/${octave.module}
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#     set worksrcdir_name [exec /bin/ls ${workpath} | grep -v -E "^\\."]
</span> #     if {[string equal ${worksrcdir_name} ${octave.module}] == 0} {
 #         # work-around for case-insensitive file systems when the
 #         # extract directory name is the same as the octave module name
</pre><pre style='margin:0'>

</pre>