<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/4b41e015614753b5c7ffbbbbf575a44edaa5c1bb">https://github.com/macports/macports-ports/commit/4b41e015614753b5c7ffbbbbf575a44edaa5c1bb</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 4b41e015614 certbot-dns-ovh: add dependency on py-dns-lexicon
</span>4b41e015614 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4b41e015614753b5c7ffbbbbf575a44edaa5c1bb
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Mar 18 15:03:35 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    certbot-dns-ovh: add dependency on py-dns-lexicon
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/certbot/certbot/issues/9243
</span>---
 security/certbot/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<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 0fedca60d9f..41a20a50433 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,6 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        certbot certbot 1.25.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# remove revision for certbot-dns-ovh for next version update
</span> revision            0
 categories          security
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -227,12 +228,16 @@ subport ${name}-dns-nsone {
</span> }
 
 subport ${name}-dns-ovh {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     description         The certbot ovh plugin for dns-01 challenges
     long_description    The dns_ovh plugin automates the process of completing a \
                         dns-01 challenge (DNS01) by creating, and subsequently removing, \
                         TXT records using the OVH API. \
                         https://certbot-dns-ovh.readthedocs.io/
     build.dir           ${worksrcpath}/${name}-dns-ovh
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:py${python.version}-dns-lexicon
</span> }
 
 subport ${name}-dns-rfc2136 {
</pre><pre style='margin:0'>

</pre>