<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/24519c44457afa562490bcb699d8811f7fef9992">https://github.com/macports/macports-ports/commit/24519c44457afa562490bcb699d8811f7fef9992</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 24519c44457 certbot: fix sphinx language error, whitespace
</span>24519c44457 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 24519c44457afa562490bcb699d8811f7fef9992
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat Aug 13 10:45:34 2022 -0500
<span style='display:block; white-space:pre;color:#404040;'> certbot: fix sphinx language error, whitespace
</span>---
security/certbot/Portfile | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 8cb59483b15..e0fee5f33fa 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;'>@@ -68,9 +68,12 @@ post-patch {
</span> subport ${name} {
variant docs description {Build man pages} {
depends_lib-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-repoze.sphinx.autointerface \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-sphinx \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-sphinx_rtd_theme
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-repoze.sphinx.autointerface \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-sphinx \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-sphinx_rtd_theme
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patch-certbot-docs-conf.py.diff
</span>
post-build {
set env(doc_path) ${worksrcpath}/${name}/docs
</pre><pre style='margin:0'>
</pre>