svn commit: r462834 - in head/textproc: elasticsearch elasticsearch2
Mark Felder
feld at FreeBSD.org
Sat Feb 24 14:53:11 UTC 2018
Author: feld
Date: Sat Feb 24 14:53:10 2018
New Revision: 462834
URL: https://svnweb.freebsd.org/changeset/ports/462834
Log:
Deprecate old versions of ElasticSearch
Approved by: portmgr (with hat)
Modified:
head/textproc/elasticsearch/Makefile
head/textproc/elasticsearch2/Makefile
Modified: head/textproc/elasticsearch/Makefile
==============================================================================
--- head/textproc/elasticsearch/Makefile Sat Feb 24 14:51:11 2018 (r462833)
+++ head/textproc/elasticsearch/Makefile Sat Feb 24 14:53:10 2018 (r462834)
@@ -12,6 +12,9 @@ COMMENT= Full-text search engine for Java
LICENSE= APACHE20
+DEPRECATED= Elastic 1.7 EoL was 2017-01-16
+EXPIRATION_DATE=2018-04-01
+
RUN_DEPENDS= java-sigar>=0:java/sigar
CONFLICTS= elasticsearch[0-9]-[0-9]*
Modified: head/textproc/elasticsearch2/Makefile
==============================================================================
--- head/textproc/elasticsearch2/Makefile Sat Feb 24 14:51:11 2018 (r462833)
+++ head/textproc/elasticsearch2/Makefile Sat Feb 24 14:53:10 2018 (r462834)
@@ -13,6 +13,9 @@ COMMENT= Full-text search engine for Java
LICENSE= APACHE20
+DEPRECATED= Elastic 2.4 EoL is 2018-02-28
+EXPIRATION_DATE=2018-06-01
+
CONFLICTS= elasticsearch-[0-9]* elasticsearch5-[0-9]* elasticsearch6-[0-9]*
USES= cpe
More information about the svn-ports-all
mailing list