<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d6fb99eddc9f582c5dd1763801d05ec9517c45a7">https://github.com/macports/macports-ports/commit/d6fb99eddc9f582c5dd1763801d05ec9517c45a7</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 d6fb99e  simstring: Fix missing autotools dependencies
</span>d6fb99e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d6fb99eddc9f582c5dd1763801d05ec9517c45a7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Oct 5 13:37:36 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    simstring: Fix missing autotools dependencies
</span>---
 textproc/simstring/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/simstring/Portfile b/textproc/simstring/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 556e6c6..60a758d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/simstring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/simstring/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,13 +30,13 @@ if {[string match *clang* ${configure.cxx}] && ${configure.cxx_stdlib} == "libc+
</span>     notes "UTF16/32 not supported because of libc++ incompatibility"
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_autoconf        yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoconf.cmd        ./autogen.sh
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build       port:autoconf \
                     port:automake \
                     port:libtool
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-use_autoconf        yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-autoconf.cmd        ./autogen.sh
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # Python port
 subport py27-simstring {
     PortGroup           python 1.0
</pre><pre style='margin:0'>

</pre>