<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/4279d6c20d04d0cc1aab20e5cce6b27d61a1555c">https://github.com/macports/macports-ports/commit/4279d6c20d04d0cc1aab20e5cce6b27d61a1555c</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 4279d6c  elasticsearch: Use xinstall -d instead of system mkdir -p
</span>4279d6c is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    elasticsearch: Use xinstall -d instead of system mkdir -p
</span>---
 databases/elasticsearch/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 e418c33..da698f0 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;'>@@ -87,7 +87,7 @@ destroot {
</span> post-activate {
     # Plugins needs to be an empty folder or elastic crashes,
     # so it is created here to avoid .turd_elasticsearch file
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "mkdir -p ${elasticdir}/plugins/"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${elasticdir}/plugins
</span> 
     # Give the appropriate permissions on the file system
     system "chown -R root:${group} ${elasticdir}"
</pre><pre style='margin:0'>

</pre>