<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/6ce768e74d063961d80a7c61bc1976d36b18e791">https://github.com/macports/macports-ports/commit/6ce768e74d063961d80a7c61bc1976d36b18e791</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6ce768e74d063961d80a7c61bc1976d36b18e791
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jul 18 03:51:52 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wxMaxima: Use github.livecheck.regex
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Simplify livecheck by using github.livecheck.regex instead of doing it
</span><span style='display:block; white-space:pre;color:#404040;'>    manually.
</span>---
 math/wxMaxima/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 b8b8511c57a..03caa55f12e 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;'>@@ -22,8 +22,6 @@ checksums           rmd160  0c10602f6f1d777ff16fe85500f57222eb07fc27 \
</span>                     sha256  055ff34eb98539716a18f7cc11861b5a790fde46aaafabb68f1e690cb649d9df \
                     size    15314478
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     Version-(\[a-z0-9.\]+)${extract.suffix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> universal_variant   no
 
 # Note: as of Match 2020 (1b00466)the build with wxWidgets-3.2 has serious issues with scrolling
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,3 +81,5 @@ wxMaxima on macOS up to and including 10.14.X works fine.\
</span> On macOS 10.15.X the only workaround is to click the menu multiple times or to\
 use shortcut keys.
 "
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {([a-z0-9.]+)}
</span></pre><pre style='margin:0'>

</pre>