<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/25dc5939a03f577f5c8d29ec615c4810dc6bc1de">https://github.com/macports/macports-ports/commit/25dc5939a03f577f5c8d29ec615c4810dc6bc1de</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 25dc593  certbot: Write log in prefix instead of /var/log/letsencrypt
</span>25dc593 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    certbot: Write log in prefix instead of /var/log/letsencrypt
</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/57670
</span>---
 security/certbot/Portfile | 2 ++
 1 file changed, 2 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 c5ee807..c3bb6b2 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 0.28.0 v
<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;'>@@ -40,6 +41,7 @@ depends_lib         port:py${python.version}-acme \
</span> post-patch {
     reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/constants.py
     reinplace "s|/var/lib/|${prefix}/var/db/|" ${worksrcpath}/certbot/constants.py
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/var/log/|${prefix}/var/log/|" ${worksrcpath}/certbot/constants.py
</span> }
 
 variant python27 conflicts python36 python37 description {Use Python 2.7} {
</pre><pre style='margin:0'>

</pre>