<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/adaee41cb4406e719f4e093723e25f657379f07c">https://github.com/macports/macports-ports/commit/adaee41cb4406e719f4e093723e25f657379f07c</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 adaee41cb44 rsync-hfscomp: add build deps for autotools and friends - Since we're not enabling direct usage of 'autoconf' via the portfile, must add explicitly
</span>adaee41cb44 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit adaee41cb4406e719f4e093723e25f657379f07c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Oct 25 11:33:15 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    rsync-hfscomp: add build deps for autotools and friends
</span><span style='display:block; white-space:pre;color:#404040;'>    - Since we're not enabling direct usage of 'autoconf' via the portfile, must add explicitly
</span>---
 net/rsync-hfscomp/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/rsync-hfscomp/Portfile b/net/rsync-hfscomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index acc0f993370..0b6fa6425b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/rsync-hfscomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/rsync-hfscomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,11 @@ checksums           rmd160  f7d6c0c9752af8d9eb933cffc6032c1763490a04 \
</span>                     sha256  ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 \
                     size    892724
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# We're not enabling 'autoconf' via the port, so add the deps explicitly
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:autoconf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:automake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libtool
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib         port:popt \
                     port:libiconv
 
</pre><pre style='margin:0'>

</pre>