<pre style='margin:0'>
ghosthound pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/646c1456892802211bc34721faf39ff21993d4e5">https://github.com/macports/macports-ports/commit/646c1456892802211bc34721faf39ff21993d4e5</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 646c145 wireshark3: Make the python variants conflict (#6732)
</span>646c145 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 646c1456892802211bc34721faf39ff21993d4e5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sun Mar 29 13:43:39 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> wireshark3: Make the python variants conflict (#6732)
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/59909
</span>---
net/wireshark3/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark3/Portfile b/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa563d4..67fc7db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,15 +127,15 @@ variant chmodbpf description {Enable Wireshark to acces macOS capture devices} {
</span> depends_run port:wireshark-chmodbpf
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 description {Use python35 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 description {Use python35 during build} {
</span> depends_build-append port:python35
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 description {Use python36 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 description {Use python36 during build} {
</span> depends_build-append port:python36
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 description {Use python37 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python35 python36 description {Use python37 during build} {
</span> depends_build-append port:python37
}
</pre><pre style='margin:0'>
</pre>