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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d537cce5acccb00d8cfa28947d24be3685b36718">https://github.com/macports/macports-ports/commit/d537cce5acccb00d8cfa28947d24be3685b36718</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 d537cce5acc wxMaxima: Fix destroot failure Fixes: https://trac.macports.org/ticket/60457
</span>d537cce5acc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d537cce5acccb00d8cfa28947d24be3685b36718
</span>Author: Michael Soegtrop <7895506+MSoegtropIMC@users.noreply.github.com>
AuthorDate: Sat Jul 11 21:13:56 2020 +0200

<span style='display:block; white-space:pre;color:#404040;'>    wxMaxima: Fix destroot failure
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/60457
</span>---
 math/wxMaxima/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/wxMaxima/Portfile b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c0494953352..b8b8511c57a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/wxMaxima/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,8 +17,6 @@ categories          math aqua
</span> description         Graphical user interface for Maxima based on wxWidgets
 long_description    Maxima is a Computer Algebra System (CAS) and wxMaxima is a work book style \
                     graphical front end for it based on wxWidgets
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> 
 checksums           rmd160  0c10602f6f1d777ff16fe85500f57222eb07fc27 \
                     sha256  055ff34eb98539716a18f7cc11861b5a790fde46aaafabb68f1e690cb649d9df \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +57,7 @@ build {
</span> 
 destroot {
     xinstall -m 755 -d ${destroot}${applications_dir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy ${worksrcpath}/build/src/wxMaxima.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file copy ${worksrcpath}/build/src/wxmaxima.app ${destroot}${applications_dir}/wxMaxima.app
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +77,9 @@ You might have to restart wxMaxima for this to take effect.
</span> wxMaxima and Maxima startup files can typically be found in:
   ~/.maxima
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-ATTENTION: On macOS Catalina up to and including 10.15.3 there are issues with\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-the menus. (They don't work reliably.) Please use macOS 10.15.4 or later or\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-10.14.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ATTENTION: On macOS Catalina 10.15.X there are issues with the\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+menus (they don't work reliably). There is currently no solution for this.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+wxMaxima on macOS up to and including 10.14.X works fine.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+On macOS 10.15.X the only workaround is to click the menu multiple times or to\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use shortcut keys.
</span> "
</pre><pre style='margin:0'>

</pre>