svn commit: r466861 - in head/textproc: . elasticsearch5-x-pack kibana5-x-pack

Mark Felder feld at FreeBSD.org
Mon Apr 9 15:29:29 UTC 2018


Author: feld
Date: Mon Apr  9 15:29:28 2018
New Revision: 466861
URL: https://svnweb.freebsd.org/changeset/ports/466861

Log:
  Remove ElasticSearch X-Pack packages
  
  This is not a supported way to install the X-Pack plugins. The software
  comes with tools for installing and managing plugins. The plugins are a
  zip file with a payload that configures various system settings and a
  file/directory structure that does not match what these packages
  provide. The end result is a partially functional plugin with a myriad
  of issues due to files and configs missing from expected locations.
  
  Please use the elasticsearch-plugin and kibana-plugin commands to
  install X-Pack.

Deleted:
  head/textproc/elasticsearch5-x-pack/
  head/textproc/kibana5-x-pack/
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Apr  9 15:15:51 2018	(r466860)
+++ head/textproc/Makefile	Mon Apr  9 15:29:28 2018	(r466861)
@@ -165,7 +165,6 @@
     SUBDIR += elasticsearch2-plugin-sql
     SUBDIR += elasticsearch5
     SUBDIR += elasticsearch5-search-guard
-    SUBDIR += elasticsearch5-x-pack
     SUBDIR += elasticsearch6
     SUBDIR += elixir-earmark
     SUBDIR += elixir-ex_doc
@@ -389,7 +388,6 @@
     SUBDIR += kibana46
     SUBDIR += kibana5
     SUBDIR += kibana5-search-guard
-    SUBDIR += kibana5-x-pack
     SUBDIR += kibana6
     SUBDIR += kiss-templates
     SUBDIR += kmfl-european-latin


More information about the svn-ports-head mailing list