<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/f0ee5964ec30137b609990217aaa90b043e773ab">https://github.com/macports/macports-ports/commit/f0ee5964ec30137b609990217aaa90b043e773ab</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 f0ee5964ec3 notmuch: correct comment in previous commit - Replace multi-byte apostrophe in port description, with single-byte version
</span>f0ee5964ec3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f0ee5964ec30137b609990217aaa90b043e773ab
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Oct 23 16:43:56 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    notmuch: correct comment in previous commit
</span><span style='display:block; white-space:pre;color:#404040;'>    - Replace multi-byte apostrophe in port description, with single-byte version
</span>---
 mail/notmuch/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/notmuch/Portfile b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b60db975e76..a70dfe5a2c4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,8 +16,8 @@ maintainers         {seichter.de:macports @rseichter} openmaintainer
</span> description         Fast, global-search and tag-based email system
 long_description    \"Not much mail\" is what Notmuch thinks about your email \
                     collection, even if you receive 12000 messages per month or have on the \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    order of millions of messages that you’ve been saving for decades. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Regardless, Notmuch will be able to quickly search all of it. It’s just \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    order of millions of messages that you've been saving for decades. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Regardless, Notmuch will be able to quickly search all of it. It's just \
</span>                     plain not much mail.
 
 homepage            https://notmuchmail.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,7 +58,7 @@ configure.args      --with-docs \
</span>                     --without-ruby
 
 # Ensure headers are searched against the work area first, before those in
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# ${prefix}/lib. Fixes build failures caused by referencing the previous
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ${prefix}/include. Fixes build failures caused by referencing the previous
</span> # version's headers, during an update.
 #
 # Trac Issue: https://trac.macports.org/ticket/63274
</pre><pre style='margin:0'>

</pre>