<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/d627cd71da4534f73e8dcdc98cdfab209509ed54">https://github.com/macports/macports-ports/commit/d627cd71da4534f73e8dcdc98cdfab209509ed54</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 d627cd71da4 certbot: set several suports as noarch
</span>d627cd71da4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d627cd71da4534f73e8dcdc98cdfab209509ed54
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Jan 24 20:22:10 2022 -0600
<span style='display:block; white-space:pre;color:#404040;'> certbot: set several suports as noarch
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/64509
</span>---
security/certbot/Portfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
<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 44dbc4cbd29..80b4d544cd5 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;'>@@ -12,7 +12,6 @@ maintainers {mps @Schamschula} openmaintainer
</span> description An ACME Let's Encrypt client that can obtain certs and extensibly \
update server configurations.
long_description {*}${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> homepage https://certbot.eff.org/
checksums rmd160 ac8b753333a4db28d4aa754cb8f2d7e9df17ec9c \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,6 +78,7 @@ subport ${name}-apache {
</span> this plugin on the command line, simply include \"--apache\". \
https://certbot.eff.org/docs/using.html\#apache
build.dir ${worksrcpath}/${name}-apache
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ supported_archs noarch
</span>
depends_lib-append port:mod_perl2 \
port:py${python.version}-python-augeas \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -94,6 +94,7 @@ subport ${name}-nginx {
</span> \"--nginx\" flag on the commandline. \
https://certbot.eff.org/docs/using.html\#nginx
build.dir ${worksrcpath}/${name}-nginx
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ supported_archs noarch
</span>
depends_lib-append port:py${python.version}-parsing
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -198,6 +199,7 @@ subport ${name}-dns-nsone {
</span> TXT records using the NS1 API. \
https://certbot-dns-nsone.readthedocs.io/
build.dir ${worksrcpath}/${name}-dns-nsone
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ supported_archs noarch
</span> }
subport ${name}-dns-ovh {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -216,6 +218,7 @@ subport ${name}-dns-rfc2136 {
</span> TXT records using RFC 2136 Dynamic Updates. \
https://certbot-dns-rfc2136.readthedocs.io/
build.dir ${worksrcpath}/${name}-dns-rfc2136
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ supported_archs noarch
</span> }
subport ${name}-dns-route53 {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -225,6 +228,7 @@ subport ${name}-dns-route53 {
</span> TXT records using the Amazon Web Services Route 53 API. \
https://certbot-dns-route53.readthedocs.io/
build.dir ${worksrcpath}/${name}-dns-route53
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ supported_archs noarch
</span> }
subport ${name}-dns-sakuracloud {
</pre><pre style='margin:0'>
</pre>