summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2018-02-24 14:53:10 +0000
committerMark Felder <feld@FreeBSD.org>2018-02-24 14:53:10 +0000
commit0f59a3aa240cedac83593eb4a8ef513153b12c39 (patch)
tree970e41939da5acc623296ced1d6a0fc4f70feda2
parentFix build with DOCS off (diff)
Deprecate old versions of ElasticSearch
Approved by: portmgr (with hat)
-rw-r--r--textproc/elasticsearch/Makefile3
-rw-r--r--textproc/elasticsearch2/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/elasticsearch/Makefile b/textproc/elasticsearch/Makefile
index aa1120c141d2..0e863a6bb895 100644
--- a/textproc/elasticsearch/Makefile
+++ b/textproc/elasticsearch/Makefile
@@ -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]*
diff --git a/textproc/elasticsearch2/Makefile b/textproc/elasticsearch2/Makefile
index 46ed729aa91d..1abb6e37b246 100644
--- a/textproc/elasticsearch2/Makefile
+++ b/textproc/elasticsearch2/Makefile
@@ -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