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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ad2dc994f91483ed835fd447096a153788c4e8f8">https://github.com/macports/macports-ports/commit/ad2dc994f91483ed835fd447096a153788c4e8f8</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 ad2dc99  mpd: add note about 0.21.x requiring meson
</span>ad2dc99 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad2dc994f91483ed835fd447096a153788c4e8f8
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Dec 19 04:29:15 2018 +0000

<span style='display:block; white-space:pre;color:#404040;'>    mpd: add note about 0.21.x requiring meson
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    and requiring 10.8+ for audio output
</span>---
 audio/mpd/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/mpd/Portfile b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5220618..81a7fdd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,11 @@ PortGroup           cxx11 1.1
</span> PortGroup           legacysupport 1.0
 
 name                mpd
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# note - versions 0.21.x and beyond require meson, and will require considerable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# rearrangement of the Portfile to support setting options in variants
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# also, the audio output system changes to requiring 10.8+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> version             0.20.21
 revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
</pre><pre style='margin:0'>

</pre>