Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 08:15:40 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537126 - head/textproc/rubygem-elasticsearch6
Message-ID:  <202005310815.04V8FepV073563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sun May 31 08:15:40 2020
New Revision: 537126
URL: https://svnweb.freebsd.org/changeset/ports/537126

Log:
  Fixed dep definition after elasticsearch-api6 got a PORTREVISION bump.
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/rubygem-elasticsearch6/Makefile

Modified: head/textproc/rubygem-elasticsearch6/Makefile
==============================================================================
--- head/textproc/rubygem-elasticsearch6/Makefile	Sun May 31 08:14:56 2020	(r537125)
+++ head/textproc/rubygem-elasticsearch6/Makefile	Sun May 31 08:15:40 2020	(r537126)
@@ -14,8 +14,9 @@ COMMENT=	Ruby integrations for Elasticsearch
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-elasticsearch-api6=${PORTVERSION}:textproc/rubygem-elasticsearch-api6 \
-		rubygem-elasticsearch-transport6=${PORTVERSION}:textproc/rubygem-elasticsearch-transport6
+# Fix this again if 6.8.2 is released this should be an = restriction
+RUN_DEPENDS=	rubygem-elasticsearch-api6>=${PORTVERSION}<6.8.2:textproc/rubygem-elasticsearch-api6 \
+		rubygem-elasticsearch-transport6>=${PORTVERSION}<6.8.2:textproc/rubygem-elasticsearch-transport6
 
 USES=		gem
 USE_RUBY=	yes



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