<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch ffmpeg-redistributable
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b2c0ff10e8558e35520bb7ea2ee8be8dcb10caca">https://github.com/macports/macports-ports/commit/b2c0ff10e8558e35520bb7ea2ee8be8dcb10caca</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b2c0ff10e8558e35520bb7ea2ee8be8dcb10caca
</span>Author: Chih-Hsuan Yen <yan12125@gmail.com>
AuthorDate: Tue Aug 27 10:36:53 2019 +0800

<span style='display:block; white-space:pre;color:#404040;'>    xorg-libxcb: make ffmpeg redistributable again
</span>---
 x11/xorg-libxcb/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-libxcb/Portfile b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0a4fb44..6be6b30 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,16 +61,19 @@ variant docs description "Install extra documentation" {
</span> variant python35 conflicts python36 python37 description {Use python 3.5} {
     depends_build-append    port:python35
     configure.python        ${prefix}/bin/python3.5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python35
</span> }
 
 variant python36 conflicts python35 python37 description {Use python 3.6} {
     depends_build-append    port:python36
     configure.python        ${prefix}/bin/python3.6
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python36
</span> }
 
 variant python37 conflicts python35 python36 description {Use python 3.7} {
     depends_build-append    port:python37
     configure.python        ${prefix}/bin/python3.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python37
</span> }
 
 if {![variant_isset python35] && ![variant_isset python36]} {
</pre><pre style='margin:0'>

</pre>