<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4fc7bda51b9fc866f17a9abdaae7e2b48fab0213">https://github.com/macports/macports-ports/commit/4fc7bda51b9fc866f17a9abdaae7e2b48fab0213</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4fc7bda51b9fc866f17a9abdaae7e2b48fab0213
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Mon May 31 16:04:42 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> astroid: Migrate to boost PG
</span>---
mail/astroid/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/astroid/Portfile b/mail/astroid/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d4cbf5d6877..97351c2dd5c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/astroid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/astroid/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,10 @@ PortSystem 1.0
</span> PortGroup cmake 1.1
PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup boost 1.0
</span>
github.setup astroidmail astroid 0.15 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
description Astroid Mail
long_description A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +30,6 @@ depends_build-append \
</span> port:scdoc
depends_lib-append path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:boost \
</span> port:gtkmm3 \
port:libsass \
port:notmuch \
</pre><pre style='margin:0'>
</pre>