diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-02-24 14:53:10 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-02-24 14:53:10 +0000 |
commit | 0f59a3aa240cedac83593eb4a8ef513153b12c39 (patch) | |
tree | 970e41939da5acc623296ced1d6a0fc4f70feda2 /textproc/elasticsearch | |
parent | Fix build with DOCS off (diff) |
Deprecate old versions of ElasticSearch
Approved by: portmgr (with hat)
Diffstat (limited to 'textproc/elasticsearch')
-rw-r--r-- | textproc/elasticsearch/Makefile | 3 |
1 files changed, 3 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]* |