svn commit: r412705 - head/textproc/kibana42

Jason Unovitch junovitch at FreeBSD.org
Fri Apr 8 01:18:04 UTC 2016


Author: junovitch
Date: Fri Apr  8 01:18:03 2016
New Revision: 412705
URL: https://svnweb.freebsd.org/changeset/ports/412705

Log:
  textproc/kibana42: mark DEPRECATED
  
  - Kibana 4.2 will no longer be updated by upstream. Upstream recommends
    using Kibana 4.5 (textproc/kibana45) which is only compatible with the
    current ports version of textproc/elasticsearch2 (Elasticsearch 2.3).
  
  PR:		208494
  Submitted by:	Sergey Kozlov <kozlov.sergey.404 at gmail.com> (maintainer)

Modified:
  head/textproc/kibana42/Makefile

Modified: head/textproc/kibana42/Makefile
==============================================================================
--- head/textproc/kibana42/Makefile	Fri Apr  8 01:18:03 2016	(r412704)
+++ head/textproc/kibana42/Makefile	Fri Apr  8 01:18:03 2016	(r412705)
@@ -17,6 +17,9 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	node012>=0:www/node012
 
+DEPRECATED=	not actively supported - use kibana 4.5 (textproc/kibana45) instead
+EXPIRATION_DATE=2016-06-27
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 WWWDIR=		${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}


More information about the svn-ports-head mailing list