<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/4e726518ae522c7a7bc89ec49849bd1454b1b616">https://github.com/macports/macports-ports/commit/4e726518ae522c7a7bc89ec49849bd1454b1b616</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 4e726518ae5 pinentry-mac: Fix formatting of notes
</span>4e726518ae5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4e726518ae522c7a7bc89ec49849bd1454b1b616
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Mar 27 23:28:44 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pinentry-mac: Fix formatting of notes
</span>---
 aqua/pinentry-mac/Portfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/pinentry-mac/Portfile b/aqua/pinentry-mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0db4e1e1f7b..aad02d1941e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/pinentry-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/pinentry-mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,18 +52,18 @@ pre-fetch {
</span> 
 platform macosx {
     notes   "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-             If you previously didn't have pinentry or gpg-agent installed \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             and ${name} has been installed as a dependency of gpg-agent, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             If you previously didn't have pinentry or gpg-agent installed\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             and ${name} has been installed as a dependency of gpg-agent\
</span>              you don't need to do anything to use ${name}.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-             If you want to switch to the GTK2, ncurses or Qt4 based pinentry \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             program, please install pinentry with the correct use flags and \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             follow the instructions below substituting the ${name} program \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             If you want to switch to the GTK2, ncurses or Qt4 based pinentry\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             program, please install pinentry with the correct use flags and\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             follow the instructions below substituting the ${name} program\
</span>              path with ${prefix}/bin/pinentry.
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-             If you previously had pinentry and gpg-agent installed and would \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             like to switch to ${name}, you will have to set \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             If you previously had pinentry and gpg-agent installed and would\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+             like to switch to ${name}, you will have to set\
</span>              it as your pinentry program in \$HOME/.gnupg/gpg-agent.conf.
 
              Add the following line to the mentioned file:
</pre><pre style='margin:0'>

</pre>