<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/53840a38124988f2c59bf5583c66e98bec8522c4">https://github.com/macports/macports-ports/commit/53840a38124988f2c59bf5583c66e98bec8522c4</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 53840a38124 nginx: update description
</span>53840a38124 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 53840a38124988f2c59bf5583c66e98bec8522c4
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon May 9 05:34:34 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nginx: update description
</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/65139
</span>---
 www/nginx/Portfile | 13 ++++---------
 1 file changed, 4 insertions(+), 9 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 1fbb8de115f..649ba577857 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;'>@@ -10,15 +10,10 @@ platforms           darwin
</span> license             BSD
 maintainers         {cal @neverpanic} {mps @Schamschula} openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Nginx ("engine x") is a high-performance HTTP(S) server and reverse proxy, \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    as well as an IMAP/POP3 proxy server. Nginx was written by Igor Sysoev for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    Rambler.ru, Russia's second-most visited website, where it has been running \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    in production for over two and a half years. Igor has released the source \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    code under a BSD-like license. Although still in beta, Nginx is known for \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    its stability, rich feature set, simple configuration, and low resource \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    consumption.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         High-performance HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    proxy server
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Nginx ("engine x") is an HTTP and reverse proxy server, a mail proxy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    server, and a generic TCP/UDP proxy server.
</span> 
 homepage            https://nginx.org/
 master_sites        https://nginx.org/download:nginx \
</pre><pre style='margin:0'>

</pre>