diff options
Diffstat (limited to 'textproc/rubygem-elasticsearch-api/Makefile')
-rw-r--r-- | textproc/rubygem-elasticsearch-api/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-elasticsearch-api/Makefile b/textproc/rubygem-elasticsearch-api/Makefile index ade13cc86c30..c6975f165b32 100644 --- a/textproc/rubygem-elasticsearch-api/Makefile +++ b/textproc/rubygem-elasticsearch-api/Makefile @@ -1,5 +1,5 @@ PORTNAME= elasticsearch-api -PORTVERSION= 7.17.7 +PORTVERSION= 8.8.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -8,7 +8,7 @@ COMMENT= Ruby API for Elasticsearch WWW= https://github.com/elastic/elasticsearch-ruby/tree/master/elasticsearch-api LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json |