git: 8282435da407 - main - textproc/rubygem-elasticsearch-model713: update deps to a newer elasticsearch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Sep 2024 05:39:10 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=8282435da407748c9f9ac709ef089d1d63f41803 commit 8282435da407748c9f9ac709ef089d1d63f41803 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-08-27 15:33:17 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-09-07 04:50:57 +0000 textproc/rubygem-elasticsearch-model713: update deps to a newer elasticsearch Required for gitlab 17.3 --- textproc/rubygem-elasticsearch-model713/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/rubygem-elasticsearch-model713/Makefile b/textproc/rubygem-elasticsearch-model713/Makefile index 15e79a76a566..ed84afcff66e 100644 --- a/textproc/rubygem-elasticsearch-model713/Makefile +++ b/textproc/rubygem-elasticsearch-model713/Makefile @@ -1,5 +1,6 @@ PORTNAME= elasticsearch-model PORTVERSION= 7.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 713 @@ -11,8 +12,8 @@ WWW= https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-m LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport61>=3:devel/rubygem-activesupport61 \ - rubygem-elasticsearch713>=7<8:textproc/rubygem-elasticsearch713 \ +RUN_DEPENDS= rubygem-activesupport70>=3:devel/rubygem-activesupport70 \ + rubygem-elasticsearch7>=7<8:textproc/rubygem-elasticsearch7 \ rubygem-hashie>=0:devel/rubygem-hashie USES= gem