<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ce6388fc90aee617756d8f0730d6a0b1c8c6530a">https://github.com/macports/macports-ports/commit/ce6388fc90aee617756d8f0730d6a0b1c8c6530a</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 ce6388f  courier-authlib: Add startupitem
</span>ce6388f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ce6388fc90aee617756d8f0730d6a0b1c8c6530a
</span>Author: Justin Vallon <JustinVallon@gmail.com>
AuthorDate: Thu Dec 14 00:01:49 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    courier-authlib: Add startupitem
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * Create startup item calling PFX/sbin/authdaemond start|stop|restart
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/18319
</span>---
 security/courier-authlib/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/courier-authlib/Portfile b/security/courier-authlib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8d90cd2..c576a0b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/courier-authlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/courier-authlib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,12 @@ post-destroot {
</span>     system -W "${destroot}${prefix}/lib/courier-authlib" "rm -f *.a *.la"
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.create      yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.start  "${prefix}/sbin/authdaemond start"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.stop   "${prefix}/sbin/authdaemond stop"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.restart        "${prefix}/sbin/authdaemond restart"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.pidfile        clean ${prefix}/var/spool/authdaemon/pid
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Limit the length of the minor and patch version components to avoid picking
 # up development versions (that contain a YYYYMMDD timestamp).
 livecheck.regex         "[quotemeta ${name}]-(\\d+(\\.\\d{1,7})*)[quotemeta ${extract.suffix}]"
</pre><pre style='margin:0'>

</pre>