<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/60e75dc08481632412b05295d3e7701d80b03f4d">https://github.com/macports/macports-ports/commit/60e75dc08481632412b05295d3e7701d80b03f4d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 60e75dc08481632412b05295d3e7701d80b03f4d
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue May 16 16:16:56 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    certbot-apache: update to version 0.14.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Use py-python-augeas05 rather than py-python-augeas
</span>---
 security/certbot-apache/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certbot-apache/Portfile b/security/certbot-apache/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1db7710..2ebd006 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certbot-apache/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certbot-apache/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 
 name                certbot-apache
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             0.14.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             0.14.1
</span> categories          security
 license             Apache-2
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,12 +16,12 @@ master_sites        pypi:c/certbot-apache
</span> 
 python.versions     27
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  eb38a0093aab70736eef5bc500f4a3edcbd2a646 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  bbcd21d9f3fd8cdc4453ef94d0cb6033c3a19f879dcd314231501ebb7180168f
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  6fcb2fdd488222930c340a92c70311130c967c41 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  da84996e345fc5789da3575225536b27fa3b35f89b2db2d8f494a34bced14f9b
</span> 
 depends_lib-append  port:certbot \
                     port:py${python.version}-acme \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-python-augeas \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-python-augeas05 \
</span>                     port:py${python.version}-setuptools \
                     port:py${python.version}-zopecomponent \
                     port:py${python.version}-zopeinterface \
</pre><pre style='margin:0'>

</pre>