<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/706cddccf8ba53ed4c1c16189bc2435e05c7c2d8">https://github.com/macports/macports-ports/commit/706cddccf8ba53ed4c1c16189bc2435e05c7c2d8</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 706cddccf8b icu: add comments to warn against updates
</span>706cddccf8b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 706cddccf8ba53ed4c1c16189bc2435e05c7c2d8
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat May 22 16:03:45 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    icu: add comments to warn against updates
</span>---
 devel/icu/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/icu/Portfile b/devel/icu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a706fb3227d..81035fb66d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/icu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/icu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,14 @@ PortGroup           clang_dependency 1.0
</span> name                icu
 set my_name         icu4c
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#===============================================================================
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# *** IMPORTANT NOTE ***
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Any updates to this port require coordination with all maintainers, as the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# number of downstream dependents is very large. And it shouldn't be updated,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# without prior communication (and approval) via the Dev mailing list.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#===============================================================================
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Please increase the revision number of the dependents whenever the library
 # version number changes. To find dependencies, use:
 # port file all | sort -u | xargs grep -El ':icu( |$)' | rev | cut -d / -f 2 | rev | sort -u
</pre><pre style='margin:0'>

</pre>