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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c3e384a85b5757b6e91c1f08428842c49317c595">https://github.com/macports/macports-ports/commit/c3e384a85b5757b6e91c1f08428842c49317c595</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 c3e384a  multimedia/mpv: delete --nocache argument from configure.post_args instead of configure.args.
</span>c3e384a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c3e384a85b5757b6e91c1f08428842c49317c595
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Sat Oct 5 01:54:48 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    multimedia/mpv: delete --nocache argument from configure.post_args instead of configure.args.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/59164
</span>---
 multimedia/mpv/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5491451..5689e38 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +66,7 @@ platform darwin i386 {
</span> 
 
 # Current waf doesn't support --nocache anymore. Set by PortGroup.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-delete   --nocache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.post_args-delete   --nocache
</span> 
 # I'd *really* love to see what's going on in waf, but even the continue-on-failure option
 # makes waf bail out on the first optional component that was not found (which will always
</pre><pre style='margin:0'>

</pre>