Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 20:02:51 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461646 - head/textproc/elasticsearch2
Message-ID:  <201802122002.w1CK2pjf048742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Feb 12 20:02:51 2018
New Revision: 461646
URL: https://svnweb.freebsd.org/changeset/ports/461646

Log:
  textproc/elasticsearch2: add conflicts with elasticsearch6
  
  PR:		225836
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>

Modified:
  head/textproc/elasticsearch2/Makefile

Modified: head/textproc/elasticsearch2/Makefile
==============================================================================
--- head/textproc/elasticsearch2/Makefile	Mon Feb 12 20:00:26 2018	(r461645)
+++ head/textproc/elasticsearch2/Makefile	Mon Feb 12 20:02:51 2018	(r461646)
@@ -13,7 +13,7 @@ COMMENT=	Full-text search engine for Java
 
 LICENSE=	APACHE20
 
-CONFLICTS=	elasticsearch-[0-9]* elasticsearch5-[0-9]*
+CONFLICTS=	elasticsearch-[0-9]* elasticsearch5-[0-9]* elasticsearch6-[0-9]*
 
 USES=		cpe
 NO_ARCH=	yes



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