<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/fe8bb0c417128ea4801a8c3912fce136c63fe567">https://github.com/macports/macports-ports/commit/fe8bb0c417128ea4801a8c3912fce136c63fe567</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 fe8bb0c  elasticsearch: Fix typos in comments
</span>fe8bb0c is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    elasticsearch: Fix typos in comments
</span>---
 databases/elasticsearch/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 d2060c2..e418c33 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;'>@@ -43,7 +43,7 @@ set dbdir           ${prefix}/lib/${name}
</span> set user            ${name}
 set group           ${user}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Elasticsearch cannot run as root, so dedicated user is required
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Elasticsearch cannot run as root, so a dedicated user is required
</span> add_users           ${user} group=${group} realname=Elasticsearch\ Server
 
 pre-build {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ destroot {
</span>         ${destroot}${logdir} \
         ${destroot}${dbdir}
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # This two directories are empty, so we need to preserve them
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # These two directories are empty, so we need to preserve them
</span>     destroot.keepdirs-append \
         ${destroot}/${logdir} \
         ${destroot}/${dbdir}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ post-activate {
</span>     # so it is created here to avoid .turd_elasticsearch file
     system "mkdir -p ${elasticdir}/plugins/"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Give the appropiate permissions on the file system
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Give the appropriate permissions on the file system
</span>     system "chown -R root:${group} ${elasticdir}"
     system "chown -R ${user}:${group} ${logdir}"
     system "chown -R ${user}:${group} ${dbdir}"
</pre><pre style='margin:0'>

</pre>