<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bbba8b0254b174531b0d5fc0f9ca871254dae1bc">https://github.com/macports/macports-ports/commit/bbba8b0254b174531b0d5fc0f9ca871254dae1bc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bbba8b0254b174531b0d5fc0f9ca871254dae1bc
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jun 3 19:05:58 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    certsync: startupitem tweaks
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Support startupitem.install=no.
</span><span style='display:block; white-space:pre;color:#404040;'>    Set startupitem.type, which enables notes about the startupitem etc.
</span>---
 security/certsync/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/certsync/Portfile b/security/certsync/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ac0b08..ff7c0f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/certsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/certsync/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,7 @@ variant universal {}
</span> 
 # We inject our own launchd plist to allow the use of WatchPaths
 startupitem.create  no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.type    launchd
</span> startupitem.autostart yes
 
 build {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,6 +65,8 @@ destroot {
</span>     if {[getuid] == 0 && ${startupitem.install} != "no"} {
         file mkdir "${destroot}/Library/${startupitem.location}"
         ln -sf "${launchd_dir}/${startupitem.plist}" "${destroot}/Library/${startupitem.location}"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ln -sf ${launchd_dir}/${startupitem.plist} ${destroot}${prefix}/etc/${startupitem.location}
</span>     }
 
     # Provide backwards compatibility with curl-ca-bundle
</pre><pre style='margin:0'>

</pre>