<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/58c81ae705de6c374dea10278604b66b03c4f193">https://github.com/macports/macports-ports/commit/58c81ae705de6c374dea10278604b66b03c4f193</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 58c81ae705d img2pdf: small correction
</span>58c81ae705d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 58c81ae705de6c374dea10278604b66b03c4f193
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Feb 11 16:18:49 2025 -0600
<span style='display:block; white-space:pre;color:#404040;'> img2pdf: small correction
</span>---
graphics/img2pdf/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 20e74d62e0c..5f52f310abd 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,7 +21,7 @@ variant python311 conflicts python39 python310 python312 python313 description {
</span> variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {}
variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.12} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python313]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span> default_variants +python313
}
</pre><pre style='margin:0'>
</pre>