<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e7d4776675030d5494825acbafe9f5b9943a64bf">https://github.com/macports/macports-ports/commit/e7d4776675030d5494825acbafe9f5b9943a64bf</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 e7d47766750 udunits: use byacc instead of bison
</span>e7d47766750 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e7d4776675030d5494825acbafe9f5b9943a64bf
</span>Author: 榎本剛 <eno@solidbody.1016298.kuins.net>
AuthorDate: Fri Aug 14 10:12:30 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    udunits: use byacc instead of bison
</span>---
 science/udunits/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/udunits/Portfile b/science/udunits/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 82c5afaf496..0a6e66122c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/udunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/udunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ long_description \
</span>                 of unit specifications, and conversion of values \
                 between compatible scales of measurement.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://www.unidata.ucar.edu/software/udunits/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://www.unidata.ucar.edu/software/udunits/
</span> 
 master_sites    ftp://ftp.unidata.ucar.edu/pub/udunits/ \
                 ftp://www.gfd-dennou.org/arch-large1/ucar/unidata/pub/udunits
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,10 @@ worksrcdir      ${distname}/src
</span> 
 use_parallel_build no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build   port:byacc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patch {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|yacc|${prefix}/bin/byacc|" ${worksrcpath}/lib/Makefile.in
</span>         reinplace "s|\$(prefix)/man|\$(prefix)/share/man|" ${worksrcpath}/port/master.mk.in
 }
 
</pre><pre style='margin:0'>

</pre>