<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/f69b6817ff08dced24cec11428d08c8eb27d7229">https://github.com/macports/macports-ports/commit/f69b6817ff08dced24cec11428d08c8eb27d7229</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 f69b681  CocoaRestClient: Set platforms to macosx
</span>f69b681 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    CocoaRestClient: Set platforms to macosx
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This installs a precompiled macOS application that seems unlikely to be
</span><span style='display:block; white-space:pre;color:#404040;'>    able to work on non-macOS Darwin versions.
</span>---
 www/CocoaRestClient/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 fdfcd31..6cd34e9 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;'>@@ -9,7 +9,7 @@ github.setup        mmattozzi cocoa-rest-client 1.4.5
</span> github.tarball_from releases
 
 categories          www
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           macosx
</span> supported_archs     x86_64
 license             BSD
 maintainers         {gmx.net:lothar.haeger @lhaeger} openmaintainer
</pre><pre style='margin:0'>

</pre>