<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f65c33e6a954a509234a9e21e967d7ddb7cf817c">https://github.com/macports/macports-ports/commit/f65c33e6a954a509234a9e21e967d7ddb7cf817c</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 f65c33e  SuiteSparse_config: fix license
</span>f65c33e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f65c33e6a954a509234a9e21e967d7ddb7cf817c
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Aug 24 03:38:50 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse_config: fix license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    "license none" makes dependents non-distributable.
</span><span style='display:block; white-space:pre;color:#404040;'>    From the README.txt: "[n]o licensing restrictions apply."
</span><span style='display:block; white-space:pre;color:#404040;'>    So "license Permissive" is a more appropriate choice.
</span>---
 math/SuiteSparse/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37d3c46..1cb1c7a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,9 @@ configure.cppflags-replace \
</span> 
 subport SuiteSparse_config {
     version 5.3.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    license none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # from the README.txt:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #    "[n]o licensing restrictions apply"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license Permissive
</span> }
 
 subport SuiteSparse_GraphBLAS {
</pre><pre style='margin:0'>

</pre>