<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c783dbf292806f3f1c2c85d967d44dfb52adb3b">https://github.com/macports/macports-ports/commit/2c783dbf292806f3f1c2c85d967d44dfb52adb3b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2c783dbf292806f3f1c2c85d967d44dfb52adb3b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Oct 12 05:36:32 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    avahi: remove test for old MacPorts versions
</span>---
 net/avahi/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/avahi/Portfile b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f81621..e8471b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/avahi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,10 +93,6 @@ post-destroot {
</span>     xinstall -d -m 0755 ${destroot}${prefix}/etc/LaunchDaemons
     move {*}[glob ${destroot}/Library/LaunchDaemons/*] \
         ${destroot}${prefix}/etc/LaunchDaemons/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # The startupitem.install keyword does not exist in MacPorts < 2.1.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![info exists startupitem.install]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        set startupitem.install yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span>     if {${startupitem.install}} {
         foreach fl ${launch_daemons} {
             ln -s ${prefix}/etc/LaunchDaemons/${fl} ${destroot}/Library/LaunchDaemons/${fl}
</pre><pre style='margin:0'>

</pre>