<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f2b3aad264fece6229f3d7063d025a24198c609a">https://github.com/macports/macports-ports/commit/f2b3aad264fece6229f3d7063d025a24198c609a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f2b3aad264fece6229f3d7063d025a24198c609a
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Sat Jun 2 02:30:23 2018 +0800
<span style='display:block; white-space:pre;color:#404040;'> xorg-xcb-proto: add license_noconflict specs to make ffmpeg redistributable
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Python is added as a dependency due to the xcbgen Python module. It's
</span><span style='display:block; white-space:pre;color:#404040;'> used in some Python scripts only, so it shouldn't cause a conflict.
</span>---
x11/xorg-xcb-proto/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-xcb-proto/Portfile b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6474b52..d8dc6c8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,21 +32,25 @@ patchfiles \
</span> variant python27 conflicts python34 python35 python36 description {Use python 2.7} {
depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python27
</span> }
variant python34 conflicts python27 python35 python36 description {Use python 3.4} {
depends_lib-append port:python34
configure.python ${prefix}/bin/python3.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python34
</span> }
variant python35 conflicts python27 python34 python36 description {Use python 3.5} {
depends_lib-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 python27 python34 python35 description {Use python 3.6} {
depends_lib-append port:python36
configure.python ${prefix}/bin/python3.6
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python36
</span> }
if {![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</pre><pre style='margin:0'>
</pre>