<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/862e4387600730eca57e4531d411d162558e9f99">https://github.com/macports/macports-ports/commit/862e4387600730eca57e4531d411d162558e9f99</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 862e438  libLASi: removed dependency to inkscape to avoid circular dependecy
</span>862e438 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 862e4387600730eca57e4531d411d162558e9f99
</span>Author: Takeshi Enomoto <takeshi@maport.org>
AuthorDate: Tue Aug 13 13:03:48 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    libLASi: removed dependency to inkscape to avoid circular dependecy
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/58824
</span>---
 print/libLASi/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/libLASi/Portfile b/print/libLASi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0eb70a6..9213a26 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/libLASi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/libLASi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               cmake 1.1
</span> 
 name                    libLASi
 version                 1.1.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              print
 license                 LGPL
 maintainers             {takeshi @tenomoto} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +26,6 @@ checksums           rmd160  9f18235090fcd5ac7b633ed119b0757816fd1b37 \
</span> depends_build-append    port:pkgconfig
 
 depends_lib             path:lib/pkgconfig/pango.pc:pango
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_run             path:bin/inkscape:inkscape
</span> 
 post-configure {
     reinplace "s|@rpath|${prefix}/lib|" ${workpath}/build/src/CMakeFiles/LASi.dir/link.txt
</pre><pre style='margin:0'>

</pre>