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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/86f8d9a072059886d2cb9ec745c0c71b64fc9558">https://github.com/macports/macports-ports/commit/86f8d9a072059886d2cb9ec745c0c71b64fc9558</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 86f8d9a  CocoaRestClient: Fix formatting of long description
</span>86f8d9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 86f8d9a072059886d2cb9ec745c0c71b64fc9558
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 7 12:03:36 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    CocoaRestClient: Fix formatting of long description
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add newlines and use asterisks for bullet points like we use elsewhere.
</span>---
 www/CocoaRestClient/Portfile | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/CocoaRestClient/Portfile b/www/CocoaRestClient/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b0894d1..14a892e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/CocoaRestClient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/CocoaRestClient/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,17 +16,17 @@ maintainers         {gmx.net:lothar.haeger @lhaeger} openmaintainer
</span> 
 description         A free, native macOS app for testing HTTP/REST endpoints
 long_description    Test and interact with HTTP/REST resources:\
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Make GET, PUT, POST, DELETE, and HEAD calls.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Set request headers and display response headers.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Automatically pretty print XML and JSON content.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Quick save of request URLs, body, and headers in one convenient drawer.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Lightweight: Low real memory usage.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - SSL Support (including untrusted certificates).\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Optionally follows HTTP redirects.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Set HTTP Basic or Digest Auth.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Set HTTP request body content to a raw text blob or a list of parameters.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Upload files using HTTP multipart requests. HTTP form encoding also supported.\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    - Unified diff tool for comparing responses.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Make GET, PUT, POST, DELETE, and HEAD calls.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Set request headers and display response headers.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Automatically pretty print XML and JSON content.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Quick save of request URLs, body, and headers in one convenient drawer.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Lightweight: Low real memory usage.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* SSL Support (including untrusted certificates).\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Optionally follows HTTP redirects.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Set HTTP Basic or Digest Auth.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Set HTTP request body content to a raw text blob or a list of parameters.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Upload files using HTTP multipart requests. HTTP form encoding also supported.\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    \n* Unified diff tool for comparing responses.
</span> 
 homepage            http://mmattozzi.github.io/cocoa-rest-client/
 
</pre><pre style='margin:0'>

</pre>