svn commit: r537126 - head/textproc/rubygem-elasticsearch6

Mathieu Arnold mat at freebsd.org
Tue Jun 2 06:50:50 UTC 2020


On Sun, May 31, 2020 at 08:15:40AM +0000, Matthias Fechner wrote:
> 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

I would probably put

  rubygem-elasticsearch-api6>=${PORTVERSION}<=${PORTVERSION}_99

And be done with it, there is little chances of there being so many
PORTREVISION bumps along the way.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200602/a1252b12/attachment.sig>


More information about the svn-ports-all mailing list