git: 9a62ad0a91dc - main - www/gitlab-ce: switch rubygem ports to use rails 7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 10:35:31 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a62ad0a91dc8d10e6da0148e05760a70295cca0 commit 9a62ad0a91dc8d10e6da0148e05760a70295cca0 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-09-02 09:04:04 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-09-08 10:34:38 +0000 www/gitlab-ce: switch rubygem ports to use rails 7.0 Required for gitlab-ce 16.3 --- databases/rubygem-marginalia/Makefile | 5 +++-- devel/rubygem-sentry-rails/Makefile | 3 ++- graphics/rubygem-invisible_captcha/Makefile | 4 ++-- security/rubygem-doorkeeper-openid_connect/Makefile | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/databases/rubygem-marginalia/Makefile b/databases/rubygem-marginalia/Makefile index 76d53b829b6c..0be937b94511 100644 --- a/databases/rubygem-marginalia/Makefile +++ b/databases/rubygem-marginalia/Makefile @@ -1,5 +1,6 @@ PORTNAME= marginalia PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -10,8 +11,8 @@ WWW= https://github.com/basecamp/marginalia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack61>=2.3:www/rubygem-actionpack61 \ - rubygem-activerecord61>=2.3:databases/rubygem-activerecord61 +RUN_DEPENDS= rubygem-actionpack70>=2.3:www/rubygem-actionpack70 \ + rubygem-activerecord70>=2.3:databases/rubygem-activerecord70 USES= cpe gem CPE_VENDOR= ${PORTNAME}_project diff --git a/devel/rubygem-sentry-rails/Makefile b/devel/rubygem-sentry-rails/Makefile index da86388d00c3..8e2cb5170220 100644 --- a/devel/rubygem-sentry-rails/Makefile +++ b/devel/rubygem-sentry-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= sentry-rails PORTVERSION= 5.8.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/getsentry/sentry-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-railties61>=5.0.0:www/rubygem-railties61 \ +RUN_DEPENDS= rubygem-railties70>=5.0.0:www/rubygem-railties70 \ rubygem-sentry-ruby=5.8.0<5.9:devel/rubygem-sentry-ruby USES= gem diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index c77ca68683ae..c66af677abae 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -1,6 +1,6 @@ PORTNAME= invisible_captcha PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/markets/invisible_captcha LICENSE= MIT -RUN_DEPENDS= rubygem-rails61>=5.0:www/rubygem-rails61 +RUN_DEPENDS= rubygem-rails70>=5.0:www/rubygem-rails70 USES= gem diff --git a/security/rubygem-doorkeeper-openid_connect/Makefile b/security/rubygem-doorkeeper-openid_connect/Makefile index e72b06017c93..1d241a1dcbce 100644 --- a/security/rubygem-doorkeeper-openid_connect/Makefile +++ b/security/rubygem-doorkeeper-openid_connect/Makefile @@ -1,5 +1,6 @@ PORTNAME= doorkeeper-openid_connect PORTVERSION= 1.8.7 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/doorkeeper-gem/doorkeeper-openid_connect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-doorkeeper>=5.5<5.7:security/rubygem-doorkeeper \ +RUN_DEPENDS= rubygem-doorkeeper-rails70>=5.5<5.7:security/rubygem-doorkeeper-rails70 \ rubygem-jwt>=2.5:www/rubygem-jwt USES= gem