<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/7ac03d55585bc6f524b173869a75da0af5da614e">https://github.com/macports/macports-ports/commit/7ac03d55585bc6f524b173869a75da0af5da614e</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 7ac03d55585 certbot: update to 1.22.0, add python310 variant
</span>7ac03d55585 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ac03d55585bc6f524b173869a75da0af5da614e
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Dec 8 09:09:54 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot: update to 1.22.0, add python310 variant
</span>---
 security/certbot/Portfile | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 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 74c19fbb018..36d3271d11e 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;'>@@ -19,16 +19,18 @@ checksums           rmd160  cda08ce3707393aba6f267c00d60838d64242c24 \
</span>                     sha256  842a1167b4c99c858786196d068eccc0f713e866583480f1bcd4bca24e8d015f \
                     size    1343094
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 python310 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python36 python37 python38 python39 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        && ![variant_isset python38]&& ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37 36} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>