On Apr 25, 2017, at 19:24, Marius Schamschula <[email protected]> wrote: > > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/4ee4598c94f7bab484fe8973e2014d916beac568 > > The following commit(s) were added to refs/heads/master by this push: > new 4ee4598 gdbm: add ac_cv_prog_AWK=awk to avoid building against gawk > 4ee4598 is described below > > commit 4ee4598c94f7bab484fe8973e2014d916beac568 > Author: Marius Schamschula <[email protected]> > AuthorDate: Tue Apr 25 19:24:44 2017 -0500 > > gdbm: add ac_cv_prog_AWK=awk to avoid building against gawk > > See: https://trac.macports.org/ticket/54028 > --- > databases/gdbm/Portfile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/databases/gdbm/Portfile b/databases/gdbm/Portfile > index cecc943..21e6754 100644 > --- a/databases/gdbm/Portfile > +++ b/databases/gdbm/Portfile > @@ -4,7 +4,7 @@ PortSystem 1.0 > > name gdbm > version 1.13 > -revision 2 > +revision 3 > categories databases > platforms darwin > license GPL-3+ > @@ -32,7 +32,8 @@ patchfiles yosemite-libtool.patch \ > > configure.ccache no > > -configure.args --disable-silent-rules > +configure.args --disable-silent-rules \ > + ac_cv_prog_AWK=awk > > post-install { > # gdbm @1.8.3_1 installed files outside the destroot; remove them if > found
There's no reason to increase the revision since this doesn't change the files installed by the port.
