<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4bc7781bc69a888a068e8b1a5439166c8e37d4ee">https://github.com/macports/macports-ports/commit/4bc7781bc69a888a068e8b1a5439166c8e37d4ee</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 4bc7781  gumbo-parser: build fix for using autogen.sh
</span>4bc7781 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4bc7781bc69a888a068e8b1a5439166c8e37d4ee
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Aug 31 20:28:33 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gumbo-parser: build fix for using autogen.sh
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Command 'use autoconf yes' is unnecessary since autogen.sh
</span><span style='display:block; white-space:pre;color:#404040;'>    calls the necessary commands directly and it overrides
</span><span style='display:block; white-space:pre;color:#404040;'>    the declared build dependencies required by autogen.sh.
</span>---
 devel/gumbo-parser/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gumbo-parser/Portfile b/devel/gumbo-parser/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a9af215..b0e03c8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gumbo-parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gumbo-parser/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,5 +26,4 @@ checksums           rmd160  e7e8942dd17f0ace3b4626fa80acb647c27d2376 \
</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:#e0ffe0;'>+configure.cmd       ./autogen.sh && ./configure
</span></pre><pre style='margin:0'>

</pre>