<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/54acd67d635b5d2f4f67d5f998203f5dd47fedb2">https://github.com/macports/macports-ports/commit/54acd67d635b5d2f4f67d5f998203f5dd47fedb2</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 54acd67  CocoaRestClient: Avoid unnecessary quotation marks
</span>54acd67 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    CocoaRestClient: Avoid unnecessary quotation marks
</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 99f3c43..b0894d1 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;'>@@ -48,5 +48,5 @@ use_configure       no
</span> build               {}
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy "${worksrcpath}/${name}.app" ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy ${worksrcpath}/${name}.app ${destroot}${applications_dir}
</span> }
</pre><pre style='margin:0'>

</pre>