<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7ecac1f6a3ab1f11b7952b48aedbfdb8829b45d0">https://github.com/macports/macports-ports/commit/7ecac1f6a3ab1f11b7952b48aedbfdb8829b45d0</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 7ecac1f6a3a hck: add missing build dep cmake for libz-sys crate
</span>7ecac1f6a3a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ecac1f6a3ab1f11b7952b48aedbfdb8829b45d0
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Sep 1 11:57:48 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    hck: add missing build dep cmake for libz-sys crate
</span>---
 textproc/hck/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hck/Portfile b/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c6e132f837e..c1d28d75eb3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hck/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,9 @@ checksums           ${distname}${extract.suffix} \
</span> 
 github.tarball_from archive
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall -m 755 \
         ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
</pre><pre style='margin:0'>

</pre>