<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/2677c09223432131753ff9ab1defe1b27839e577">https://github.com/macports/macports-ports/commit/2677c09223432131753ff9ab1defe1b27839e577</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 2677c092234 apple-pki-bundle: notes: fix script path
</span>2677c092234 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2677c09223432131753ff9ab1defe1b27839e577
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Nov 6 12:57:49 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    apple-pki-bundle: notes: fix script path
</span>---
 net/apple-pki-bundle/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/apple-pki-bundle/Portfile b/net/apple-pki-bundle/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2bcb01f5c38..a019824377f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/apple-pki-bundle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/apple-pki-bundle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -283,8 +283,8 @@ destroot {
</span> 
 notes "\
     To add trusted certificates to the macOS System Keychain\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    /Library/Keychains/System.keychain, please see the script\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ${prefix}/${pki_bundle}/bin/pems_add_to_macOS_System_Keychain.sh,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    (/Library/Keychains/System.keychain), please see the script\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ${pki_dir}/bin/pems_add_to_macOS_System_Keychain.sh,\
</span>     and make sure that you have a reliable backup of the keychain\
     before running the script.
 "
</pre><pre style='margin:0'>

</pre>