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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/21fbe804dce18d09839b6499e802f97a0ff32354">https://github.com/macports/macports-ports/commit/21fbe804dce18d09839b6499e802f97a0ff32354</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 21fbe804dce PineFlash: fix license, use higher quality icon
</span>21fbe804dce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 21fbe804dce18d09839b6499e802f97a0ff32354
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Jan 5 06:24:59 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    PineFlash: fix license, use higher quality icon
</span>---
 sysutils/PineFlash/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/PineFlash/Portfile b/sysutils/PineFlash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00e93257fc1..257aadc2af1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/PineFlash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/PineFlash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,10 @@ PortGroup               cargo  1.0
</span> PortGroup               app 1.0
 
 github.setup            Spagett1 PineFlash 0.5.3
<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              sysutils aqua
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license                 GPL2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license                 GPL-2
</span> maintainers             {i0ntempest @i0ntempest} openmaintainer
 description             A GUI tool to flash IronOS to the Pinecil V1, V2 and future other pine products
 long_description        {*}${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ depends_run-append      port:dfu-util \
</span>                         port:blisp
 
 app.executable          ${worksrcpath}/target/[option triplet.${configure.build_arch}]/release/pineflash
<span style='display:block; white-space:pre;background:#ffe0e0;'>-app.icon                ${worksrcpath}/assets/pine64logo.png
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+app.icon                ${worksrcpath}/icon.png
</span> 
 post-patch {
     reinplace "s|target_os = \"linux\"|target_os = \"macos\"|g" ${worksrcpath}/src/submodules/main_panel.rs
</pre><pre style='margin:0'>

</pre>