<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7826cb25c120586a8417a2d7cb29f867eca5b2ba">https://github.com/macports/macports-ports/commit/7826cb25c120586a8417a2d7cb29f867eca5b2ba</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 7826cb25c12 weechat: update to 3.4
</span>7826cb25c12 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7826cb25c120586a8417a2d7cb29f867eca5b2ba
</span>Author: Calvin Ardi <calvin@isi.edu>
AuthorDate: Mon Dec 20 15:54:39 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    weechat: update to 3.4
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - remove conflict with weechat-devel: weechat-devel port removed
</span><span style='display:block; white-space:pre;color:#404040;'>      in 1a76377c8e698ddb06536001b9d765f91a5f16ed
</span><span style='display:block; white-space:pre;color:#404040;'>    - add python310 variant
</span>---
 irc/weechat/Portfile | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/weechat/Portfile b/irc/weechat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5d159c20992..6b3d108a191 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/weechat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/weechat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,13 +8,12 @@ PortGroup           conflicts_build 1.0
</span> PortGroup           legacysupport 1.0
 legacysupport.newest_darwin_requires_legacy 10
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts           weechat-devel
</span> name                weechat
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.4
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  f2c74ea964c1d6b09d5123ac8a9577ee3354188f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  cafeab8af8be4582ccfd3e74fd40e5086a1efa158231f2c26b8b05c3950fcbdf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    2564280
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  26d4141ab8e7ab2d3cfbbe9e3e9c33994fd374fb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7cd3dcc7029e888de49e13ebbcc3749586ff59c9d97f89f5eeb611067c7bb94c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    2617640
</span> 
 master_sites        https://weechat.org/files/src/
 use_xz              yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,32 +77,37 @@ configure.args-append \
</span> 
 variant python requires python27 description {Compatibility variant, requires +python27} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 description "Bindings for Python 2.7 plugins" conflicts python36 python37 python38 python39 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 description "Bindings for Python 2.7 plugins" conflicts python36 python37 python38 python39 python310 {
</span>     configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
     configure.args-replace  -DENABLE_PYTHON2=OFF -DENABLE_PYTHON2=ON
     depends_lib-append      port:python27
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 description "Bindings for Python 3.6 plugins" conflicts python27 python37 python38 python39 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 description "Bindings for Python 3.6 plugins" conflicts python27 python37 python38 python39 python310 {
</span>     configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
     depends_lib-append      port:python36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 description "Bindings for Python 3.7 plugins" conflicts python27 python36 python38 python39 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 description "Bindings for Python 3.7 plugins" conflicts python27 python36 python38 python39 python310 {
</span>     configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
     depends_lib-append      port:python37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 description "Bindings for Python 3.8 plugins" conflicts python27 python36 python37 python39 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 description "Bindings for Python 3.8 plugins" conflicts python27 python36 python37 python39 python310 {
</span>     configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
     depends_lib-append      port:python38
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 description "Bindings for Python 3.9 plugins" conflicts python27 python36 python37 python38 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 description "Bindings for Python 3.9 plugins" conflicts python27 python36 python37 python38 python310 {
</span>     configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
     depends_lib-append      port:python39
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 description "Bindings for Python 3.10 plugins" conflicts python27 python36 python37 python38 python39 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  -DENABLE_PYTHON=OFF -DENABLE_PYTHON=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-patch {
     set patchfile ${worksrcpath}/cmake/FindPython.cmake
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,6 +121,8 @@ post-patch {
</span>         reinplace -E "s|PYTHON python3|PYTHON python-3.8|g" ${patchfile}
     } elseif {[variant_isset python39]} {
         reinplace -E "s|PYTHON python3|PYTHON python-3.9|g" ${patchfile}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } elseif {[variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace -E "s|PYTHON python3|PYTHON python-3.10|g" ${patchfile}
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>