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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ba13d5855f3881c046774abcfacad30bcca7226d">https://github.com/macports/macports-ports/commit/ba13d5855f3881c046774abcfacad30bcca7226d</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 ba13d5855f3 mame: notes: cleanup/compact
</span>ba13d5855f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ba13d5855f3881c046774abcfacad30bcca7226d
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Nov 20 16:43:13 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mame: notes: cleanup/compact
</span>---
 emulators/mame/Portfile | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3bc50a36a5..e0c52cec617 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/mame/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -888,28 +888,20 @@ post-destroot {
</span> #------------------------------------------------------------------------------
 
 notes {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    Mame is launched via command 'mame'.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    If a blank screen is encountered, press ESC to exit, and then re-launch\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    with an alternative video option.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Examples:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * Mame is launched via command 'mame'.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * If a blank screen is encountered, press ESC to exit, and then re-launch\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    with an alternative video option. For example:
</span>         mame -video accel
         mame -video opengl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    If you're new to Mame, our tutorial will quickly walk you through the\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * If you're new to Mame, our tutorial will quickly walk you through the\
</span>     process of setting up a new game:
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    https://trac.macports.org/wiki/howto/Mame
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        https://trac.macports.org/wiki/howto/Mame
</span> }
 
 if {[variant_isset tools]} {
     notes-append {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    --------------------------------------------------------------------------
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Mame tools are installed. Each has a prefix of 'mame-', to avoid\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    conflicts with system tools.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Examples:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    * Mame tools are also installed. Each has a prefix of 'mame-', to avoid\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    conflicts with system tools. For example:
</span>         mame-imgtool
         mame-split
     }
</pre><pre style='margin:0'>

</pre>