<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/658dae9ed3b9be31466e9eb671f7cbb657200618">https://github.com/macports/macports-ports/commit/658dae9ed3b9be31466e9eb671f7cbb657200618</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 658dae9ed3b enigma: Remove ui_msg about renaming VERSION file
</span>658dae9ed3b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 658dae9ed3b9be31466e9eb671f7cbb657200618
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 13 16:07:49 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    enigma: Remove ui_msg about renaming VERSION file
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The user doesn't need to know such minutiae.
</span>---
 games/enigma/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/enigma/Portfile b/games/enigma/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a8bc42ecd9b..05bfb1adb48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/enigma/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/enigma/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,6 @@ if {${subport} eq "enigma"} {
</span> 
     # c++17 has a header named <version> that conflicts with this
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_msg "Moving conflicting VERSION file"
</span>         move ${worksrcpath}/intl/VERSION ${worksrcpath}/intl/VERSION.txt 
     }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +46,6 @@ if {${subport} eq "enigma"} {
</span> 
     # c++17 has a header named <version> that conflicts with this
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_msg "Moving conflicting VERSION file"
</span>         move ${worksrcpath}/intl/VERSION ${worksrcpath}/intl/VERSION.txt 
     }
 
</pre><pre style='margin:0'>

</pre>