<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/63a27db81cd90a126375bd94d231755cb811f349">https://github.com/macports/macports-ports/commit/63a27db81cd90a126375bd94d231755cb811f349</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 63a27db81cd qgis3: fix patched file path
</span>63a27db81cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63a27db81cd90a126375bd94d231755cb811f349
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Mar 3 20:13:06 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: fix patched file path
</span>---
 gis/qgis3/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b43c253f865..a391787c1f2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -193,7 +193,7 @@ variant grass7 conflicts grass description "Build GRASS 7 plugin" {
</span>     }
     post-patch {
         reinplace "s|command = None|command = '${prefix}/bin/grass${grass_version}'|g" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${worksrcpath}/python/plugins/grassprovider/Grass7Utils.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${worksrcpath}/python/plugins/grassprovider/grass_utils.py
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -207,7 +207,7 @@ variant grass conflicts grass7 description "Build GRASS (latest) plugin" {
</span>     }
     post-patch {
         reinplace "s|command = None|command = '${prefix}/bin/grass'|g" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            ${worksrcpath}/python/plugins/grassprovider/Grass7Utils.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ${worksrcpath}/python/plugins/grassprovider/grass_utils.py
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>