<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/2e2bfa901f3ff9525fa5d9491d47c96e724b4fdc">https://github.com/macports/macports-ports/commit/2e2bfa901f3ff9525fa5d9491d47c96e724b4fdc</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 2e2bfa901f3 img2pdf: fix typo
</span>2e2bfa901f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e2bfa901f3ff9525fa5d9491d47c96e724b4fdc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Dec 17 08:24:07 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    img2pdf: fix typo
</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 c9e61158db8..f4d99fb7b36 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;'>@@ -15,7 +15,7 @@ platforms           darwin
</span> 
 variant python37 conflicts python38 python39 description {Use Python 3.7} {}
 variant python38 conflicts python37 python39 description {Use Python 3.8} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts ython36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 description {Use Python 3.9} {}
</span> 
 if {![variant_isset python37] && ![variant_isset python39]} {
     default_variants +python38
</pre><pre style='margin:0'>

</pre>