<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/1cce35f1a099b5b4ca39b53744920dda78923bee">https://github.com/macports/macports-ports/commit/1cce35f1a099b5b4ca39b53744920dda78923bee</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 1cce35f  certbot: rename py-zopehookable dependency to py-zope-hookable
</span>1cce35f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1cce35f1a099b5b4ca39b53744920dda78923bee
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Nov 15 18:06:48 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    certbot: rename py-zopehookable dependency to py-zope-hookable
</span>---
 security/certbot/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 64b73e1..4f873e2 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.40.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><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;'>@@ -50,7 +50,7 @@ depends_lib         port:py${python.version}-acme \
</span>                     port:py${python.version}-zope-component \
                     port:py${python.version}-zope-deferredimport \
                     port:py${python.version}-zope-deprecation \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-zopehookable
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-zope-hookable
</span> 
 post-patch {
     reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/certbot/compat/misc.py
</pre><pre style='margin:0'>

</pre>