<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2395a314ccc282a8816755944724552cbcd931e5">https://github.com/macports/macports-ports/commit/2395a314ccc282a8816755944724552cbcd931e5</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 2395a314ccc melonds: require c++17
</span>2395a314ccc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2395a314ccc282a8816755944724552cbcd931e5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Apr 30 07:38:15 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    melonds: require c++17
</span>---
 emulators/melonds/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/melonds/Portfile b/emulators/melonds/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 572127521f5..434d19b9afd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/melonds/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/melonds/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +20,8 @@ checksums           rmd160  87d6585506c8abdae6bf7417708e1b30578b1927 \
</span>                     sha256  d20ce23725e63be5c60d42c87ed504015aa57ddf57c5161302c98e1837e9acae \
                     size    1331032
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:gettext \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libarchive \
</pre><pre style='margin:0'>

</pre>