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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/61e3e885a4e7dced32d714673cf177278ebf41fd">https://github.com/macports/macports-ports/commit/61e3e885a4e7dced32d714673cf177278ebf41fd</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 61e3e88  nginx: fix deamon off issue in launchd plist, take 2
</span>61e3e88 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 61e3e885a4e7dced32d714673cf177278ebf41fd
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat May 20 06:30:10 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nginx: fix deamon off issue in launchd plist, take 2
</span>---
 www/nginx/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nginx/Portfile b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e8adbc6..f0ecb05 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                nginx
 version             1.13.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          www mail
 platforms           darwin
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,7 @@ post-activate {
</span> 
 startupitem.create      yes
 startupitem.pidfile     auto ${nginx_pidfile}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-startupitem.executable  ${prefix}/sbin/nginx -g "daemon off"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+startupitem.executable  ${prefix}/sbin/nginx -g "daemon off;"
</span> 
 notes "\
     A set of sample configuration files has been installed in ${nginx_examples}.\n\n\
</pre><pre style='margin:0'>

</pre>