<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/11089c8d9b8fb37c700914418677a9c0db194147">https://github.com/macports/macports-ports/commit/11089c8d9b8fb37c700914418677a9c0db194147</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 11089c8  certbot-nginx: fix default nginx server root path
</span>11089c8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 11089c8d9b8fb37c700914418677a9c0db194147
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Nov 25 06:33:06 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot-nginx: fix default nginx server root path
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/57671
</span>---
 security/certbot-nginx/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certbot-nginx/Portfile b/security/certbot-nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eb2f87d..e324b5a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certbot-nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certbot-nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           python 1.0
</span> 
 name                certbot-nginx
 version             0.28.0
<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;'>@@ -29,6 +30,10 @@ depends_lib-append  port:certbot \
</span>                     port:py${python.version}-zopeinterface \
                     port:py${python.version}-mock
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/usr/local/etc/nginx|${prefix}/etc/nginx|" ${worksrcpath}/certbot_nginx/constants.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant python27 conflicts python36 python37 description {Use Python 2.7} {
     python.default_version     27
     require_active_variants    certbot python27
</pre><pre style='margin:0'>

</pre>