freebsd-ports/textproc/rubygem-elasticsearch-transport6/Makefile
Matthias Fechner f58aa4559f textproc/rubygem-elasticsearch6: update to 6.8.3
Changelog:
https://github.com/elastic/elasticsearch-ruby/releases/tag/v6.8.3

6.8.3
Client

    Adds Typhoeus 1.4, now compatible with Faraday 1.0
    Converts all argument keys to symbol in Client initializer
    Adds the X-Elastic-Client-Meta HTTP header which is used by Elastic Cloud and can be disabled with the enable_meta_header parameter set to false.
2022-02-07 16:19:31 +01:00

23 lines
462 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= elasticsearch-transport
PORTVERSION= 6.8.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 6
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby client for Elasticsearch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-faraday>=1<2:www/rubygem-faraday \
rubygem-multi_json>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>