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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/192ab2f7a8d97c497245f3376f18e1aea99ea407">https://github.com/macports/macports-ports/commit/192ab2f7a8d97c497245f3376f18e1aea99ea407</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 192ab2f7a8d flawfinder: use python 3.8
</span>192ab2f7a8d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 192ab2f7a8d97c497245f3376f18e1aea99ea407
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Wed Jul 29 22:18:07 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    flawfinder: use python 3.8
</span>---
 devel/flawfinder/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/flawfinder/Portfile b/devel/flawfinder/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94d06f8a928..323ff25a3c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/flawfinder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/flawfinder/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                flawfinder
 version             2.0.11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          devel
 license             GPL-2+
 maintainers         {khindenburg @kurthindenburg} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,7 @@ checksums           rmd160  34c0e7d20afba74ae5ba40713e4bcaebb85bc1da \
</span> 
 patchfiles          patch-remove_python2.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_branch   3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_branch   3.8
</span> set python_version  [string map {. ""} ${python_branch}]
 
 depends_lib         port:python${python_version}
</pre><pre style='margin:0'>

</pre>