<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c0c0a9568778f18c8d6c933536168768a3a6b6d9">https://github.com/macports/macports-ports/commit/c0c0a9568778f18c8d6c933536168768a3a6b6d9</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 c0c0a956877 openvdb: correct license
</span>c0c0a956877 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c0c0a9568778f18c8d6c933536168768a3a6b6d9
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Sep 7 12:07:24 2020 +1000
<span style='display:block; white-space:pre;color:#404040;'> openvdb: correct license
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> The code does not have an "Incompatible With Secondary Licenses"
</span><span style='display:block; white-space:pre;color:#404040;'> notice, so it can be distributed under the LGPL as well, which is
</span><span style='display:block; white-space:pre;color:#404040;'> helpful for distributability.
</span>---
graphics/openvdb/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<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 a0bdcbb6314..ceb995b8f79 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;'>@@ -10,7 +10,7 @@ github.setup AcademySoftwareFoundation openvdb 7.0.0 v
</span> revision 1
homepage https://www.openvdb.org/
categories graphics
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license MPL-2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license {MPL-2 LGPL-2.1+}
</span> maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
description sparse volume data structure and tools
long_description OpenVDB is an open source C++ library comprising a novel hierarchical data structure \
</pre><pre style='margin:0'>
</pre>