<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/91a813e81ce60cc86177f5568173cc498359ea90">https://github.com/macports/macports-ports/commit/91a813e81ce60cc86177f5568173cc498359ea90</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 91a813e  certbot: path specifications moved from constants.py to compat.py
</span>91a813e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 91a813e81ce60cc86177f5568173cc498359ea90
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Fri Dec 21 07:58:36 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    certbot: path specifications moved from constants.py to compat.py
</span>---
 security/certbot/Portfile | 7 ++++---
 1 file changed, 4 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 a8e4bb6..7603921 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.29.1 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;'>@@ -38,9 +39,9 @@ depends_lib         port:py${python.version}-acme \
</span>                     port:py${python.version}-zopehookable
 
 post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/constants.py
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|/var/lib/|${prefix}/var/db/|" ${worksrcpath}/certbot/constants.py
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|/var/log/|${prefix}/var/log/|" ${worksrcpath}/certbot/constants.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/compat.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/var/lib/|${prefix}/var/db/|" ${worksrcpath}/certbot/compat.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|/var/log/|${prefix}/var/log/|" ${worksrcpath}/certbot/compat.py
</span> }
 
 variant python27 conflicts python36 python37 description {Use Python 2.7} {
</pre><pre style='margin:0'>

</pre>