<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/a558d1e16f53ceff7a42e00e0e361dec0c1abe7c">https://github.com/macports/macports-ports/commit/a558d1e16f53ceff7a42e00e0e361dec0c1abe7c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a558d1e16f53ceff7a42e00e0e361dec0c1abe7c
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Apr 19 11:33:46 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: only call patchfiles once
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    All subports share the same code base.
</span><span style='display:block; white-space:pre;color:#404040;'>    Having one call to patchfiles makes it easier to track patches.
</span>---
 math/SuiteSparse/Portfile | 9 +++++----
 1 file changed, 5 insertions(+), 4 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 9ac9ec3b3a9..6ea9abac262 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;'>@@ -25,6 +25,10 @@ checksums                   rmd160  720c078699ad5ff11604ee077278098b53513b91 \
</span> 
 use_parallel_build          no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles-append           patch-shared_lib.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            patch-Mongoose.diff \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            patch-KLU-Include-klu_version.h.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.optflags          -O3
 
 # see https://github.com/macports/macports-ports/pull/2292#issuecomment-408526461
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +55,6 @@ subport SuiteSparse_Mongoose {
</span>     version                 2.0.4
     revision                1
     depends_lib-append      port:SuiteSparse_config
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-Mongoose.diff
</span>     license                 GPL-3
     long_description-append ${subport}: graph partitioning.
     compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -145,7 +148,6 @@ subport SuiteSparse_KLU {
</span>     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_BTF port:SuiteSparse_COLAMD
     license                 LGPL-2.1+
     long_description-append ${subport}: sparse LU factorization, primarily for circuit simulation.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append       patch-KLU-Include-klu_version.h.diff
</span> }
 
 subport SuiteSparse_UMFPACK {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,6 +208,7 @@ if {${subport} eq ${name}} {
</span> 
     master_sites
     distfiles
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles
</span>     use_configure           no
     supported_archs         noarch
     installs_libs           no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -245,8 +248,6 @@ if {${subport} eq ${name}} {
</span>         }
         destroot.dir        ${build.dir}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        patchfiles-append   patch-shared_lib.diff
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>         configure.universal_cflags
         configure.cc_archflags
         configure.universal_cxxflags
</pre><pre style='margin:0'>

</pre>