Date: Sat, 16 Jan 2021 18:09:47 +0000 (UTC) From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561749 - in head: sysutils/logstash5 textproc/elasticsearch5 textproc/elasticsearch5-search-guard Message-ID: <202101161809.10GI9lgW037408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: otis Date: Sat Jan 16 18:09:46 2021 New Revision: 561749 URL: https://svnweb.freebsd.org/changeset/ports/561749 Log: Schedule elasticsearch 5.x ports for removal. As elasticsearch components of versions prior to 7.3.x are not maintained any longer, schedule EOL'd elastic ports for removal at 31st of March 2021. Life cycle explained: https://www.elastic.co/support/eol Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27811 Modified: head/sysutils/logstash5/Makefile head/textproc/elasticsearch5-search-guard/Makefile head/textproc/elasticsearch5/Makefile Modified: head/sysutils/logstash5/Makefile ============================================================================== --- head/sysutils/logstash5/Makefile Sat Jan 16 17:51:56 2021 (r561748) +++ head/sysutils/logstash5/Makefile Sat Jan 16 18:09:46 2021 (r561749) @@ -12,6 +12,9 @@ COMMENT= Server-side data ingest and transfomation too LICENSE= APACHE20 +DEPRECATED= End of life since release of 7.3.0 +EXPIRATION_DATE= 2021-03-31 + RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash CONFLICTS= logstash-[0-9]* Modified: head/textproc/elasticsearch5-search-guard/Makefile ============================================================================== --- head/textproc/elasticsearch5-search-guard/Makefile Sat Jan 16 17:51:56 2021 (r561748) +++ head/textproc/elasticsearch5-search-guard/Makefile Sat Jan 16 18:09:46 2021 (r561749) @@ -14,6 +14,9 @@ COMMENT= Elasticsearch Search Guard plugin LICENSE= APACHE20 +DEPRECATED= textproc/elasticsearch5 is scheduled for removal +EXPIRATION_DATE= 2021-03-31 + RUN_DEPENDS:= elasticsearch5>=${DISTVERSION}:textproc/elasticsearch5 NO_ARCH= yes Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Sat Jan 16 17:51:56 2021 (r561748) +++ head/textproc/elasticsearch5/Makefile Sat Jan 16 18:09:46 2021 (r561749) @@ -14,6 +14,9 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 +DEPRECATED= End of life since release of 7.3.0 +EXPIRATION_DATE= 2021-03-31 + BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= bash>0:shells/bash \ jna>0:devel/jna
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101161809.10GI9lgW037408>