<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a9e10c90889855bfc5fa906f7d428fdc0536838">https://github.com/macports/macports-ports/commit/5a9e10c90889855bfc5fa906f7d428fdc0536838</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 5a9e10c9088 harfbuzz: Update to 8.2.1
</span>5a9e10c9088 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5a9e10c90889855bfc5fa906f7d428fdc0536838
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Oct 9 21:19:24 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> harfbuzz: Update to 8.2.1
</span>---
graphics/harfbuzz/Portfile | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/harfbuzz/Portfile b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b6b9d6b8fb..bd597fd75f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,13 +7,13 @@ PortGroup gobject_introspection 1.0
</span>
# Please keep the harfbuzz and harfbuzz-devel ports as similar as possible.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup harfbuzz harfbuzz 8.1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup harfbuzz harfbuzz 8.2.1
</span> name harfbuzz
conflicts harfbuzz-devel
set my_name harfbuzz
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 d850721d909009319ee903b44d24af8deb311a8e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 0305ad702e11906a5fc0c1ba11c270b7f64a8f5390d676aacfd71db129d6565f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 18820088
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 21a27b98d299f1274ff5a0b076c45714a11f0f0d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 0fec78f98c9c8faf228957a201c8846f809452c20f8445eb092a1ba6f22dbea5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 18889168
</span>
categories graphics
maintainers {ryandesign @ryandesign} {mascguy @mascguy} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,20 +28,21 @@ github.tarball_from releases
</span> dist_subdir ${my_name}
use_xz yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build port:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build path:bin/pkg-config:pkgconfig
</span>
# https://github.com/harfbuzz/harfbuzz/issues/1642
compiler.cxx_standard \
2011
# error: invalid operands to binary expression
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/harfbuzz/harfbuzz/issues/1651#issuecomment-484051395
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/harfbuzz/harfbuzz/issues/4371
</span> compiler.blacklist-append {clang < 700}
# Upstream recommends switching to meson but I'm not ready to tackle
# that yet.
configure.args --disable-silent-rules \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --without-chafa \
</span> ac_cv_prog_AWK=/usr/bin/awk
# Do not use -Werror. New compilers may have new warnings; we don't want users
</pre><pre style='margin:0'>
</pre>