<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a00d713dd58c77623c60b7da11cfb1bd561518e4">https://github.com/macports/macports-ports/commit/a00d713dd58c77623c60b7da11cfb1bd561518e4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a00d713dd58c77623c60b7da11cfb1bd561518e4
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 12 11:23:00 2024 +0000

<span style='display:block; white-space:pre;color:#404040;'>    xorg-libxcb: update to 1.16.1
</span>---
 x11/xorg-libxcb/Portfile | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

<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 09d7fafa8dc..14ddd5b1236 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;'>@@ -3,12 +3,12 @@
</span> PortSystem      1.0
 
 name            xorg-libxcb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version         1.16
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version         1.16.1
</span> revision        0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums       rmd160 fc48ee01f774782aadd2b28c88907820ed588d1b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256 4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                size   452964
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums       rmd160  9f674cf8e173a4c8c60296ee76f668e9755d918b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256  f24d187154c8e027b358fc7cb6588e35e33e6a92f11c668fe77396a7ae66e311 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                size    455368
</span> 
 categories      x11 devel
 license         X11
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,32 +59,38 @@ variant docs description "Install extra documentation" {
</span> #
 # [1] https://gitlab.freedesktop.org/xorg/lib/libxcb/blob/1.13.1/configure.ac#L85
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 python312 description {Use python 3.8} {
</span>     depends_build-append    port:python38
     license_noconflict      python38
     configure.python        ${prefix}/bin/python3.8
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 python312 description {Use python 3.9} {
</span>     depends_build-append    port:python39
     license_noconflict      python39
     configure.python        ${prefix}/bin/python3.9
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 python312 description {Use python 3.10} {
</span>     depends_build-append    port:python310
     license_noconflict      python310
     configure.python        ${prefix}/bin/python3.10
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 python312 description {Use python 3.11} {
</span>     depends_build-append    port:python311
     license_noconflict      python311
     configure.python        ${prefix}/bin/python3.11
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Use python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python312
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>