<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/384a969ce11c2b1a14ee8d8e696a20a1cb5c8967">https://github.com/macports/macports-ports/commit/384a969ce11c2b1a14ee8d8e696a20a1cb5c8967</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 384a969ce11c2b1a14ee8d8e696a20a1cb5c8967
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jul 27 20:15:52 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    muparser: modify whitespace
</span>---
 math/muparser/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/muparser/Portfile b/math/muparser/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dacb7ec..6161f48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/muparser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/muparser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,15 +1,17 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup        beltoforion muparser 2.2.5 v
 categories          math devel
 platforms           darwin
 maintainers         nomaintainer
 license             MIT
 homepage            http://muparser.beltoforion.de/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description         extensible high performance math parser library in C++
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> long_description    muParser is an extensible high performance math parser \
                     library written in C++. It is based on transforming an \
                     expression into a bytecode and precalculating constant \
</pre><pre style='margin:0'>

</pre>