<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/c93cc8a2165802f382210c2a28257d7a8db1ddf1">https://github.com/macports/macports-ports/commit/c93cc8a2165802f382210c2a28257d7a8db1ddf1</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 c93cc8a elasticsearch: Adjust whitespace
</span>c93cc8a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c93cc8a2165802f382210c2a28257d7a8db1ddf1
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jan 23 05:09:39 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> elasticsearch: Adjust whitespace
</span>---
databases/elasticsearch/Portfile | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 e607b80..9b44d32 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;'>@@ -59,7 +59,7 @@ destroot {
</span> ${destroot}${confdir} \
${destroot}${logdir} \
${destroot}${dbdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # These two directories are empty, so we need to preserve them
destroot.keepdirs-append \
${destroot}${logdir} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,14 +71,14 @@ destroot {
</span> ${worksrcpath}/lib \
${worksrcpath}/modules \
${destroot}${elasticdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Copy config files to etc
copy \
${worksrcpath}/config/elasticsearch.yml \
${worksrcpath}/config/jvm.options \
${worksrcpath}/config/log4j2.properties \
${destroot}${confdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Symlink the two required binaries to be used
ln -s ../share/${name}/bin/${name} ${destroot}${prefix}/bin/${name}
ln -s ../share/${name}/bin/${name}-env ${destroot}${prefix}/bin/${name}-env
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -93,7 +93,7 @@ post-activate {
</span> system "chown -R root:${group} ${elasticdir}"
system "chown -R ${user}:${group} ${logdir}"
system "chown -R ${user}:${group} ${dbdir}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> ui_msg "###########################################################"
ui_msg "# Elasticsearch requires Java 8. If you have installed"
ui_msg "# Java 9 it won't work"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,4 +104,3 @@ post-activate {
</span> startupitem.create yes
startupitem.logfile ${logdir}/daemon.log
startupitem.executable sudo -u elasticsearch ${prefix}/bin/${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span></pre><pre style='margin:0'>
</pre>