<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/041bbb83e595c7b8c690b112ec496348a1e9463e">https://github.com/macports/macports-ports/commit/041bbb83e595c7b8c690b112ec496348a1e9463e</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 041bbb83e59 avahi: fix python variant conflicts
</span>041bbb83e59 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 041bbb83e595c7b8c690b112ec496348a1e9463e
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Feb 13 15:00:13 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    avahi: fix python variant conflicts
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    revbump for previous change
</span>---
 net/avahi/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/avahi/Portfile b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 317bd8ea203..38fcf949e33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github 1.0
</span> PortGroup           gobject_introspection 1.0
 
 github.setup        lathiat avahi 0.8 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            5
</span> categories          net devel
 maintainers         {i0ntempest @i0ntempest} openmaintainer
 license             LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -182,7 +182,7 @@ variant qt5 description {Build with Qt5} {
</span>     configure.args-delete   --disable-qt5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python38 python39 description {Build with Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python38 python39 python310 description {Build with Python 2.7} {
</span>     configure.python        ${prefix}/bin/python2.7
     depends_lib-append      port:dbus-python27 \
                             port:py27-gdbm
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -194,7 +194,7 @@ variant python27 conflicts python38 python39 description {Build with Python 2.7}
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python39 description {Build with Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python39 python310 description {Build with Python 3.8} {
</span>     configure.python        ${prefix}/bin/python3.8
     depends_lib-append      port:dbus-python38 \
                             port:py38-gdbm
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,7 +206,7 @@ variant python38 conflicts python27 python39 description {Build with Python 3.8}
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python38 description {Build with Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python38 python310 description {Build with Python 3.9} {
</span>     configure.python        ${prefix}/bin/python3.9
     depends_lib-append      port:dbus-python39 \
                             port:py39-gdbm
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -218,7 +218,7 @@ variant python39 conflicts python27 python38 description {Build with Python 3.9}
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python27 python38 description {Build with Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python38 python39 description {Build with Python 3.10} {
</span>     configure.python        ${prefix}/bin/python3.10
     depends_lib-append      port:dbus-python310 \
                             port:py310-gdbm
</pre><pre style='margin:0'>

</pre>