<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/f798fdf4d789bf97174a79c8f44411677caea1c1">https://github.com/macports/macports-ports/commit/f798fdf4d789bf97174a79c8f44411677caea1c1</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 f798fdf4d78 SuiteSparse: set platforms any, license in stub
</span>f798fdf4d78 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f798fdf4d789bf97174a79c8f44411677caea1c1
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Jan 5 08:01:07 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: set platforms any, license in stub
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The license of a stub port is effectively that of the ports tree
</span><span style='display:block; white-space:pre;color:#404040;'>    itself. Setting the license to 'none' makes this non-distributable
</span><span style='display:block; white-space:pre;color:#404040;'>    which really isn't necessary.
</span>---
 math/SuiteSparse/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<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 fc3837de001..a363301f51a 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;'>@@ -9,7 +9,6 @@ revision                    0
</span> epoch                       20200517
 categories                  math science
 maintainers                 {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license                     none
</span> 
 description                 Sparse matrix routines
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -241,14 +240,14 @@ if {${subport} eq ${name}} {
</span>                             port:SuiteSparse_SPQR \
                             port:SuiteSparse_SPEX
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    license                 BSD
</span>     master_sites
     distfiles
     extract.rename          no
     patchfiles
     use_configure           no
     supported_archs         noarch
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    installs_libs           no
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    universal_variant       no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    platforms               any
</span>     build {}
     # create a dummy file so the port can be successfully activated
     destroot {
</pre><pre style='margin:0'>

</pre>