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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9ba292e9a12e79365fdbac41fb5e3740b84ac21f">https://github.com/macports/macports-ports/commit/9ba292e9a12e79365fdbac41fb5e3740b84ac21f</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 9ba292e  nginx: Add http2 to default variants
</span>9ba292e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ba292e9a12e79365fdbac41fb5e3740b84ac21f
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Sat Jul 22 16:25:07 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    nginx: Add http2 to default variants
</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/54509
</span>---
 www/nginx/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 dd8b30d..87d7f69 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;'>@@ -118,7 +118,7 @@ notes "\
</span>     Additionally, the files [join ${auto_activate_confs} ", "] have been copied to ${nginx_confdir} if they didn't exist yet.\n\
     Adjust these files to your needs before starting nginx."
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +mp4 +flv +secure_link +ssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +mp4 +flv +secure_link +ssl +http2
</span> 
 variant auth_request description {Add client authorization based on the result of a subrequest} {
     configure.args-append   --with-http_auth_request_module
</pre><pre style='margin:0'>

</pre>