<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/56420310fab7a9c051b18f919a230210cf211b4f">https://github.com/macports/macports-ports/commit/56420310fab7a9c051b18f919a230210cf211b4f</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 5642031  uhd: gzip is check for and thus required during configuration, not just runtime
</span>5642031 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 56420310fab7a9c051b18f919a230210cf211b4f
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Oct 1 14:12:35 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    uhd: gzip is check for and thus required during configuration, not just runtime
</span>---
 science/uhd/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe23ab9..8642a33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -355,7 +355,7 @@ if {![variant_isset manual]} {
</span> }
 
 variant manpages description {build man pages} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append port:gzip
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:gzip
</span>     configure.args-append -DENABLE_MAN_PAGES=ON
 }
 
</pre><pre style='margin:0'>

</pre>