<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/c7785a9458d38c428d3ca0a589bb3b5dccddb3ad">https://github.com/macports/macports-ports/commit/c7785a9458d38c428d3ca0a589bb3b5dccddb3ad</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 c7785a9458d openvdb: add ZLIB_ROOT to configure.env and rev-bump
</span>c7785a9458d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c7785a9458d38c428d3ca0a589bb3b5dccddb3ad
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jul 24 17:08:15 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    openvdb: add ZLIB_ROOT to configure.env and rev-bump
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60896
</span>---
 graphics/openvdb/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/openvdb/Portfile b/graphics/openvdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 43b0cb4c4d3..a0bdcbb6314 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/openvdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/openvdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup               active_variants 1.1
</span> PortGroup               compiler_blacklist_versions 1.0
 
 github.setup            AcademySoftwareFoundation openvdb 7.0.0 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> homepage                https://www.openvdb.org/
 categories              graphics
 license                 MPL-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,8 @@ configure.env-append    BLOSC_ROOT=${prefix} \
</span>                         TBB_ROOT=${prefix} \
                         GLFW3_ROOT=${prefix} \
                         ILMBASE_ROOT=${prefix} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        OPENEXR_ROOT=${prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        OPENEXR_ROOT=${prefix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ZLIB_ROOT=${prefix}
</span> 
 depends_build-append    port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>