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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e031f2195affcff95f24a373c2484194721b0baa">https://github.com/macports/macports-ports/commit/e031f2195affcff95f24a373c2484194721b0baa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e031f2195affcff95f24a373c2484194721b0baa
</span>Author: Karl-Michael Schindler <karl-michael.schindler@web.de>
AuthorDate: Tue Oct 27 16:41:53 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Floppy&Flow: New ports
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Floppy and Flow are source code analyzers for legacy Fortran77 sources.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Port notes:
</span><span style='display:block; white-space:pre;color:#404040;'>    - Restrictive NoMirror license according to the file copyright
</span><span style='display:block; white-space:pre;color:#404040;'>    - Fix typo in man files.
</span>---
 devel/floppy/Portfile | 2 +-
 devel/flow/Portfile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/floppy/Portfile b/devel/floppy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a38c3626e28..4aec39b30bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/floppy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/floppy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ post-patch {
</span>     # newer fortrans have a function range. Rename it.
     reinplace -W ${worksrcpath} "s|RANGE|EGNAR|g" range.for procom.for settyp.for
     # set compiler and additional options
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -W ${worksrcpath} "s|f77|${configure.f77} -fdiagnostics-color=always|g" makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -W ${worksrcpath} "s|f77|${configure.f77} -fdiagnostics-color=auto|g" makefile
</span>     # fix typo l -> 1
     reinplace -W ${worksrcpath} "s|flow(l)|flow(1)|g" floppy.l
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/flow/Portfile b/devel/flow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 92716eca5b6..20cf3153eeb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/flow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/flow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ checksums   rmd160 7c496a8e3a6f14be360f85e97e025ebad1a8df28 \
</span> 
 post-patch {
     # set compiler and additional options
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace -W ${worksrcpath} "s|f77|${configure.f77} -fdiagnostics-color=always|g" makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -W ${worksrcpath} "s|f77|${configure.f77} -fdiagnostics-color=auto|g" makefile
</span>     # fix typo l -> 1
     reinplace -W ${worksrcpath} "s|floppy(l)|floppy(1)|g" flow.l
 }
</pre><pre style='margin:0'>

</pre>