<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/9a56c8e68fcffe1d7a842e6f8aa253309e8dd684">https://github.com/macports/macports-ports/commit/9a56c8e68fcffe1d7a842e6f8aa253309e8dd684</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 9a56c8e certbot 0.27.1: add py-zopedeferredimport dependency
</span>9a56c8e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9a56c8e68fcffe1d7a842e6f8aa253309e8dd684
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Oct 16 07:19:18 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> certbot 0.27.1: add py-zopedeferredimport dependency
</span>---
security/certbot/Portfile | 3 ++-
1 file changed, 2 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 e15e04c..9af3ae9 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,7 +5,7 @@ PortGroup github 1.0
</span> PortGroup python 1.0
github.setup certbot certbot 0.27.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span> categories security
license Apache-2
maintainers {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,7 @@ depends_lib port:py${python.version}-acme \
</span> port:py${python.version}-six \
port:py${python.version}-tz \
port:py${python.version}-zopecomponent \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-zopedeferredimport \
</span> port:py${python.version}-zopedeprecation \
port:py${python.version}-zopehookable
</pre><pre style='margin:0'>
</pre>