Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2018 14:53:10 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462834 - in head/textproc: elasticsearch elasticsearch2
Message-ID:  <201802241453.w1OErA8a011657@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241453.w1OErA8a011657>