<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/3d5e018bb9ce81817a5be67318a517cdf6b9958f">https://github.com/macports/macports-ports/commit/3d5e018bb9ce81817a5be67318a517cdf6b9958f</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 3d5e018  elasticsearch: Use copy instead of file copy
</span>3d5e018 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3d5e018bb9ce81817a5be67318a517cdf6b9958f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 23 05:07:10 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    elasticsearch: Use copy instead of file copy
</span>---
 databases/elasticsearch/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/elasticsearch/Portfile b/databases/elasticsearch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index da698f0..6964ab6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/elasticsearch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/elasticsearch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,14 +66,14 @@ destroot {
</span>         ${destroot}/${dbdir}
 
     # Copy elasticsearch to destroot
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy \
</span>         ${worksrcpath}/bin \
         ${worksrcpath}/lib \
         ${worksrcpath}/modules \
         ${destroot}${elasticdir}
  
     # Copy config files to etc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file copy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy \
</span>         ${worksrcpath}/config/elasticsearch.yml \
         ${worksrcpath}/config/jvm.options \
         ${worksrcpath}/config/log4j2.properties \
</pre><pre style='margin:0'>

</pre>