<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/13656a9e68d1774c845965ea73ce3a60c88973c1">https://github.com/macports/macports-ports/commit/13656a9e68d1774c845965ea73ce3a60c88973c1</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 13656a9  hatari: Remove an out-of-date comment
</span>13656a9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 13656a9e68d1774c845965ea73ce3a60c88973c1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Mar 29 00:31:50 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    hatari: Remove an out-of-date comment
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    and another comment that could become out-of-date. Neither comment
</span><span style='display:block; white-space:pre;color:#404040;'>    provides any information that is not already available in two other
</span><span style='display:block; white-space:pre;color:#404040;'>    places in the Portfile.
</span>---
 emulators/hatari/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/hatari/Portfile b/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dbc24ba..6fd4566 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,12 +44,10 @@ platform darwin {
</span>     configure.args-append    -DENABLE_OSX_BUNDLE:BOOL=0
     configure.args-append    -DENABLE_SDL2:BOOL=0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # 10.6 or greater should build with libsdl2
</span>     if { ${os.major} > 9 } {
         default_variants    +sdl2
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # 10.11 or greater should build macOS GUI
</span>     if { ${os.major} > 15 } {
         default_variants    +macOSGUI
     }
</pre><pre style='margin:0'>

</pre>