<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>On Apr 25, 2017, at 19:24, Marius Schamschula <<a href="mailto:mps@macports.org">mps@macports.org</a>> wrote:</div><div><br></div><blockquote type="cite"><div><pre style="margin:0">Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4ee4598c94f7bab484fe8973e2014d916beac568">https://github.com/macports/macports-ports/commit/4ee4598c94f7bab484fe8973e2014d916beac568</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 4ee4598  gdbm: add ac_cv_prog_AWK=awk to avoid building against gawk
</span>4ee4598 is described below

<span style="display:block; white-space:pre;color:#808000;">commit 4ee4598c94f7bab484fe8973e2014d916beac568
</span>Author: Marius Schamschula <<a href="mailto:mps@macports.org">mps@macports.org</a>>
AuthorDate: Tue Apr 25 19:24:44 2017 -0500

<span style="display:block; white-space:pre;color:#404040;">    gdbm: add ac_cv_prog_AWK=awk to avoid building against gawk
</span><span style="display:block; white-space:pre;color:#404040;">    
</span><span style="display:block; white-space:pre;color:#404040;">    See: <a href="https://trac.macports.org/ticket/54028">https://trac.macports.org/ticket/54028</a>
</span>---
 databases/gdbm/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/databases/gdbm/Portfile b/databases/gdbm/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index cecc943..21e6754 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/databases/gdbm/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/databases/gdbm/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                gdbm
 version             1.13
<span style="display:block; white-space:pre;background:#ffe0e0;">-revision            2
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+revision            3
</span> categories          databases
 platforms           darwin
 license             GPL-3+
<span style="display:block; white-space:pre;background:#e0e0e0;">@@ -32,7 +32,8 @@ patchfiles          yosemite-libtool.patch \
</span> 
 configure.ccache    no
 
<span style="display:block; white-space:pre;background:#ffe0e0;">-configure.args      --disable-silent-rules
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+configure.args      --disable-silent-rules \
</span><span style="display:block; white-space:pre;background:#e0ffe0;">+                    ac_cv_prog_AWK=awk
</span> 
 post-install {
     # gdbm @1.8.3_1 installed files outside the destroot; remove them if found</pre>

</div></blockquote><br><div>There's no reason to increase the revision since this doesn't change the files installed by the port. </div></body></html>