<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/4c0b7c95df55c79456d272a85e966e46e774b6b6">https://github.com/macports/macports-ports/commit/4c0b7c95df55c79456d272a85e966e46e774b6b6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4c0b7c95df55c79456d272a85e966e46e774b6b6
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue Dec 27 18:02:13 2022 +0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/liblbfgs/Portfile b/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6a1f909dc71..d173dc03403 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/liblbfgs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,20 +10,18 @@ maintainers         nomaintainer
</span> 
 description         A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
 long_description    libLBFGS is a C port of the implementation of Limited-memory \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Jorge Nocedal.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://www.chokkan.org/software/liblbfgs/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.chokkan.org/software/liblbfgs
</span> license             MIT
 
 checksums           rmd160  ae1173f48543ac788f11ae5a311d26740ffab413 \
                     sha256  1c5673b0020637b2433b6c6e6cf19dc1f2fddbf15351685ecb0242604348f117 \
                     size    53397
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       port:libtool  \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:autoconf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:automake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       port:autoconf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:automake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libtool
</span> 
 patchfiles          patch-autogen.sh.diff
 
</pre><pre style='margin:0'>

</pre>