<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1c5120d6f886414bc1e55b77149414bb35369b3e">https://github.com/macports/macports-ports/commit/1c5120d6f886414bc1e55b77149414bb35369b3e</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 1c5120d  libalkimia: whitespaces and typos
</span>1c5120d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c5120d6f886414bc1e55b77149414bb35369b3e
</span>Author: Nicolas Pavillon <pavillon.nicolas@gmail.com>
AuthorDate: Tue Feb 11 17:14:38 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    libalkimia: whitespaces and typos
</span>---
 kde/libalkimia/Portfile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/libalkimia/Portfile b/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab69e2b..a1c6a83 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/libalkimia/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,24 +1,19 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # See dports/_resources/port1.0/group/kde4-1.1.tcl for more info.
 PortGroup           kde4    1.1
 
 name                libalkimia
 version             7.0.2
 revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> categories          kde finance
 maintainers         {nicos @NicosPavlov} openmaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> description         Common Alkimia classes.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> long_description    Alkimia is the infrastructure for common storage and business \
                     logic that will be used by all financial applications in KDE. \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                                        The target is to share financial related information over application \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                   bounderies. The libalkimia library contains some common classes.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    The target is to share financial related information over application \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    boundaries. The libalkimia library contains some common classes.
</span> platforms           darwin
 license             {LGPL-2.1 LGPL-3+}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +25,6 @@ livecheck.regex     (\\d+\\.\\d+?(\\.\\d+))
</span> 
 use_xz              yes
 distname            ${name}-${version}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> distfiles           alkimia-${version}${extract.suffix}
 
 checksums           rmd160  cc97c40cd3ec7415836bd17a044a095bc529fd21 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +37,7 @@ depends_lib-append  port:kdelibs4 \
</span>                     
 configure.args-append   -DBUILD_QT4=1 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# darwin17 (and later?) does not export visibile symbols
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# darwin17 (and later?) does not export visible symbols
</span> # https://trac.macports.org/ticket/55090
 if { ${os.platform} eq "darwin" && ${os.major} >= 17 } {
     configure.cxxflags-append -D__KDE_HAVE_GCC_VISIBILITY
</pre><pre style='margin:0'>

</pre>