<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37ccf78f31cdd7fed0ae067b13234aabcabceaa8">https://github.com/macports/macports-ports/commit/37ccf78f31cdd7fed0ae067b13234aabcabceaa8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 37ccf78f31cdd7fed0ae067b13234aabcabceaa8
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed Jan 11 04:08:44 2023 +0700

<span style='display:block; white-space:pre;color:#404040;'>    minpack: non-functional fixes to portfile
</span>---
 math/minpack/Portfile | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/minpack/Portfile b/math/minpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4706ed18a3..15c28336d3e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/minpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/minpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,22 +5,21 @@ PortSystem          1.0
</span> name                minpack
 version             19961126
 categories          math devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license             bsd
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license             BSD
</span> maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         Minpack includes software for solving nonlinear equations\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    and nonlinear least squares problems.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Minpack includes software for solving nonlinear equations \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and nonlinear least squares problems.
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    Minpack includes software for solving nonlinear\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    equations and nonlinear least squares problems.  Five algorithmic\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    paths each include a core subroutine and an easy-to-use driver.  The\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    algorithms proceed either from an analytic specification of the\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Jacobian matrix or directly from the problem functions.  The paths\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    include facilities for systems of equations with a banded Jacobian\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    matrix, for least squares problems with a large amount of data, and\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    for checking the consistency of the Jacobian matrix with the\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    functions.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Minpack includes software for solving nonlinear equations \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and nonlinear least squares problems. Five algorithmic paths \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    each include a core subroutine and an easy-to-use driver. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    The algorithms proceed either from an analytic specification \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    of the Jacobian matrix or directly from the problem functions. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    The paths include facilities for systems of equations \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    with a banded Jacobian matrix, for least squares problems \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    with a large amount of data, and for checking the consistency \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    of the Jacobian matrix with the functions.
</span> 
 homepage            http://www.netlib.org/minpack/
 master_sites        http://ftp.debian.org/debian/pool/main/m/minpack/
</pre><pre style='margin:0'>

</pre>