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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3172b4ce033313a5b5222bf8c970db6336956079">https://github.com/macports/macports-ports/commit/3172b4ce033313a5b5222bf8c970db6336956079</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3172b4ce033313a5b5222bf8c970db6336956079
</span>Author: Kirill A. Korinsky <kirill@korins.ky>
AuthorDate: Tue Sep 6 17:20:24 2022 +0200

<span style='display:block; white-space:pre;color:#404040;'>    postgis3: fix missed icu dependency
</span>---
 databases/postgis3/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgis3/Portfile b/databases/postgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 302b8679852..30f6c7a499e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,8 @@ depends_lib         port:geos\
</span>                     port:libiconv\
                     port:libxml2\
                     port:json-c\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:protobuf-c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:protobuf-c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/pkgconfig/icu-uc.pc:icu
</span> 
 # PostGIS 3.0 is not compatible with prior releases
 
</pre><pre style='margin:0'>

</pre>