<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/a8968a64c78f4375fd84a35b0d003b5bda420adc">https://github.com/macports/macports-ports/commit/a8968a64c78f4375fd84a35b0d003b5bda420adc</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 a8968a64c78 certbot: fix typo in setting default_variants
</span>a8968a64c78 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a8968a64c78f4375fd84a35b0d003b5bda420adc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Jan 6 08:36:22 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot: fix typo in setting default_variants
</span>---
 security/certbot/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certbot/Portfile b/security/certbot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fb94d794c60..7d1bf13ee0f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certbot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        certbot certbot 1.11.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          security
 license             Apache-2
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,7 @@ variant python37 conflicts python27 python36 python38 python39 description {Use
</span> variant python38 conflicts python27 python36 python37 python39 description {Use Python 3.8} {}
 variant python39 conflicts python27 python36 python37 python38 description {Use Python 3.9} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span>     default_variants +python39
 }
 
</pre><pre style='margin:0'>

</pre>