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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/add55210bcbb1eed2e14651cf5cd4c325f7e2d15">https://github.com/macports/macports-ports/commit/add55210bcbb1eed2e14651cf5cd4c325f7e2d15</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 add55210bcb img2pdf: make python311 default variant
</span>add55210bcb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit add55210bcbb1eed2e14651cf5cd4c325f7e2d15
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed May 31 05:58:00 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    img2pdf: make python311 default variant
</span>---
 graphics/img2pdf/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/img2pdf/Portfile b/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f09a9785d8b..0b8df48e792 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/img2pdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,8 +21,8 @@ variant python39 conflicts python37 python38 python310 python311 description {Us
</span> variant python310 conflicts python37 python38 python39 python311 description {Use Python 3.10} {}
 variant python311 conflicts python37 python38 python39 python310 description {Use Python 3.11} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
 foreach pv {311 310 39 38 37} {
</pre><pre style='margin:0'>

</pre>