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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/89574b054d6895e85b57b509dcc18b15f1d13c49">https://github.com/macports/macports-ports/commit/89574b054d6895e85b57b509dcc18b15f1d13c49</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 89574b054d6 flameshot: update to 0.10.1
</span>89574b054d6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 89574b054d6895e85b57b509dcc18b15f1d13c49
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Jul 25 13:29:32 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    flameshot: update to 0.10.1
</span>---
 sysutils/flameshot/Portfile | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/flameshot/Portfile b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea1affdd625..d3b42a3116e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/flameshot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               github  1.0
</span> PortGroup               cmake   1.1
 PortGroup               qt5     1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            flameshot-org flameshot 0.10.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            flameshot-org flameshot 0.10.1 v
</span> revision                0
 
 homepage                https://flameshot.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,10 +19,11 @@ long_description        {*}${description} supporting in-app screenshot \
</span> categories              sysutils graphics
 license                 GPL-3
 platforms               darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs           no
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  c7ccb8e20fa98081a63febe3212b10c473cfdf60 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  37c9966c5c7e9b51c62e373e2e6cedb0129209444b416b9d0d8bc95e45cfc57c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    7726246
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  0eb6fef00b1cd22750049a15a627fcbc64e9c218 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  c2d760345d78dd5d2488c6bea54cb10870b09772179f33594a33c8f62ccdeeb9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    7726725
</span> 
 maintainers             {gmail.com:herby.gillot @herbygillot} \
                         openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +58,10 @@ destroot {
</span>     xinstall -d ${destroot}${prefix}/share/zsh/site-functions
     copy ${build_src_dir}/share/zsh/site-functions/_flameshot \
         ${destroot}${prefix}/share/zsh/site-functions/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${prefix}/share/man/man1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/data/man/man1/${name}.1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${destroot}${prefix}/share/man/man1/
</span> }
 
 github.livecheck.regex  {([0-9.-]+)}
</pre><pre style='margin:0'>

</pre>