<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/1599f446476a903d171322ffbdf07bb287515a71">https://github.com/macports/macports-ports/commit/1599f446476a903d171322ffbdf07bb287515a71</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 1599f44  fribidi: run autoreconf to avoid version conflicts
</span>1599f44 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1599f446476a903d171322ffbdf07bb287515a71
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Mar 29 10:58:07 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fribidi: run autoreconf to avoid version conflicts
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port builds correctly or not at all.
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/60268
</span>---
 textproc/fribidi/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/fribidi/Portfile b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 431adcf..72a0bcd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,11 @@ checksums       rmd160  2bd97363d956db9bfe7f552ba13b390c3330a1e2 \
</span>                 size    1141684
 use_xz          yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/60268
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+use_autoreconf  yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+autoreconf.args -fvi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                port:autoconf \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                port:automake \
</span>                 port:pkgconfig
 
 patchfiles      gen.tab_Makefile.am.patch
</pre><pre style='margin:0'>

</pre>