<pre style='margin:0'>
Dan Villiom Podlaski Christiansen (danchr) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f7b097c93d0d206cdbc1a227c2cb8b3478653149">https://github.com/macports/macports-ports/commit/f7b097c93d0d206cdbc1a227c2cb8b3478653149</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 f7b097c93d0 xorg-libxcb: mark Python licence as non-conflicting
</span>f7b097c93d0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f7b097c93d0d206cdbc1a227c2cb8b3478653149
</span>Author: Dan Villiom Podlaski Christiansen <danchr@macports.org>
AuthorDate: Tue Aug 18 19:08:48 2020 +0200
<span style='display:block; white-space:pre;color:#404040;'> xorg-libxcb: mark Python licence as non-conflicting
</span>---
x11/xorg-libxcb/Portfile | 4 ++++
1 file changed, 4 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 e706cb60919..563a000eae9 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,21 +61,25 @@ variant docs description "Install extra documentation" {
</span>
variant python35 conflicts python36 python37 python38 description {Use python 3.5} {
depends_build-append port:python35
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python35
</span> configure.python ${prefix}/bin/python3.5
}
variant python36 conflicts python35 python37 python38 description {Use python 3.6} {
depends_build-append port:python36
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python36
</span> configure.python ${prefix}/bin/python3.6
}
variant python37 conflicts python35 python36 python38 description {Use python 3.7} {
depends_build-append port:python37
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python37
</span> configure.python ${prefix}/bin/python3.7
}
variant python38 conflicts python35 python36 python37 description {Use python 3.8} {
depends_build-append port:python38
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ license_noconflict python38
</span> configure.python ${prefix}/bin/python3.8
}
</pre><pre style='margin:0'>
</pre>