diff --git a/databases/rubygem-marginalia/Makefile b/databases/rubygem-marginalia/Makefile index 0be937b94511..d6d2da9ccb2b 100644 --- a/databases/rubygem-marginalia/Makefile +++ b/databases/rubygem-marginalia/Makefile @@ -1,22 +1,22 @@ PORTNAME= marginalia PORTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Attach comments to your ActiveRecord queries WWW= https://github.com/basecamp/marginalia LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack70>=2.3:www/rubygem-actionpack70 \ - rubygem-activerecord70>=2.3:databases/rubygem-activerecord70 +RUN_DEPENDS= rubygem-actionpack-gitlab>=2.3:www/rubygem-actionpack-gitlab \ + rubygem-activerecord-gitlab>=2.3:databases/rubygem-activerecord-gitlab USES= cpe gem CPE_VENDOR= ${PORTNAME}_project NO_ARCH= yes .include diff --git a/devel/rubygem-gitlab-labkit/Makefile b/devel/rubygem-gitlab-labkit/Makefile index 96b700436b26..a8c3b6c18f6e 100644 --- a/devel/rubygem-gitlab-labkit/Makefile +++ b/devel/rubygem-gitlab-labkit/Makefile @@ -1,25 +1,26 @@ PORTNAME= gitlab-labkit PORTVERSION= 0.37.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Instrumentation for GitLab WWW= https://about.gitlab.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack70>=5<8.1:www/rubygem-actionpack70 \ - rubygem-activesupport70>=5<8.1:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack-gitlab>=5<8.1:www/rubygem-actionpack-gitlab \ + rubygem-activesupport-gitlab>=5<8.1:devel/rubygem-activesupport-gitlab \ rubygem-grpc>=1.62:net/rubygem-grpc \ rubygem-jaeger-client>=1.1.0<1.2:devel/rubygem-jaeger-client \ rubygem-opentracing>=0.4<1:devel/rubygem-opentracing \ rubygem-pg_query>=5.1.0<7:databases/rubygem-pg_query \ rubygem-redis>3.0.0<6.0.0:databases/rubygem-redis USES= gem NO_ARCH= yes .include diff --git a/devel/rubygem-paper_trail/Makefile b/devel/rubygem-paper_trail/Makefile index d2365f1010f1..1d3270ef2754 100644 --- a/devel/rubygem-paper_trail/Makefile +++ b/devel/rubygem-paper_trail/Makefile @@ -1,20 +1,20 @@ PORTNAME= paper_trail PORTVERSION= 15.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Track changes to you models WWW= https://github.com/paper-trail-gem/paper_trail LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activerecord70>=5<8:databases/rubygem-activerecord70 \ +RUN_DEPENDS= rubygem-activerecord-gitlab>=5<8:databases/rubygem-activerecord-gitlab \ rubygem-request_store>=1.4<2:devel/rubygem-request_store USES= gem NO_ARCH= yes .include diff --git a/devel/rubygem-sentry-rails/Makefile b/devel/rubygem-sentry-rails/Makefile index 5ceb9394f874..6d62d79cb279 100644 --- a/devel/rubygem-sentry-rails/Makefile +++ b/devel/rubygem-sentry-rails/Makefile @@ -1,20 +1,20 @@ PORTNAME= sentry-rails PORTVERSION= 5.22.4 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Client interface for the Sentry error logger WWW= https://github.com/getsentry/sentry-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-railties70>=5.0.0:www/rubygem-railties70 \ - rubygem-sentry-ruby>=5.22.4<5.23:devel/rubygem-sentry-ruby +RUN_DEPENDS= rubygem-railties-gitlab>=5.0.0:www/rubygem-railties-gitlab \ + rubygem-sentry-ruby>=5.23.0<5.24:devel/rubygem-sentry-ruby USES= gem NO_ARCH= yes .include diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index 6ecea501011e..00e37dcd82a9 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -1,18 +1,19 @@ PORTNAME= invisible_captcha PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Unobtrusive CAPTCHA for ruby WWW= https://github.com/markets/invisible_captcha LICENSE= MIT -RUN_DEPENDS= rubygem-rails70>=5.2:www/rubygem-rails70 +RUN_DEPENDS= rubygem-rails-gitlab>=5.2:www/rubygem-rails-gitlab USES= gem NO_ARCH= yes .include diff --git a/net/rubygem-apollo_upload_server/Makefile b/net/rubygem-apollo_upload_server/Makefile index 1ba6a42c566e..8d0a4c6d89f0 100644 --- a/net/rubygem-apollo_upload_server/Makefile +++ b/net/rubygem-apollo_upload_server/Makefile @@ -1,20 +1,21 @@ PORTNAME= apollo_upload_server PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Apollo-upload-server middleware for rails WWW= https://github.com/jetruby/apollo_upload_server-ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-actionpack70>=6.1.6:www/rubygem-actionpack70 \ +RUN_DEPENDS= rubygem-actionpack-gitlab>=6.1.6:www/rubygem-actionpack-gitlab \ rubygem-graphql>=1.8:devel/rubygem-graphql USES= gem NO_ARCH= yes .include diff --git a/security/rubygem-doorkeeper-device_authorization_grant/Makefile b/security/rubygem-doorkeeper-device_authorization_grant/Makefile index e19d18ce95f0..603ab9b5ec8f 100644 --- a/security/rubygem-doorkeeper-device_authorization_grant/Makefile +++ b/security/rubygem-doorkeeper-device_authorization_grant/Makefile @@ -1,19 +1,20 @@ PORTNAME= doorkeeper-device_authorization_grant PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= OAuth 2.0 Device Authorization Grant extension for Doorkeeper WWW= https://github.com/exop-group/doorkeeper-device_authorization_grant LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-doorkeeper-rails70>=5.5<6:security/rubygem-doorkeeper-rails70 +RUN_DEPENDS= rubygem-doorkeeper-rails-gitlab>=5.5<6:security/rubygem-doorkeeper-rails-gitlab USES= gem NO_ARCH= yes .include diff --git a/security/rubygem-doorkeeper-openid_connect/Makefile b/security/rubygem-doorkeeper-openid_connect/Makefile index 2811d31b16f4..176de8383ac2 100644 --- a/security/rubygem-doorkeeper-openid_connect/Makefile +++ b/security/rubygem-doorkeeper-openid_connect/Makefile @@ -1,21 +1,22 @@ PORTNAME= doorkeeper-openid_connect PORTVERSION= 1.8.11 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= OpenID Connect extension for Doorkeeper WWW= https://github.com/doorkeeper-gem/doorkeeper-openid_connect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-doorkeeper-rails70>=5.5<5.9:security/rubygem-doorkeeper-rails70 \ +RUN_DEPENDS= rubygem-doorkeeper-rails-gitlab>=5.5<5.9:security/rubygem-doorkeeper-rails-gitlab \ rubygem-jwt>=2.5:www/rubygem-jwt \ rubygem-ostruct>=0.5:devel/rubygem-ostruct USES= gem NO_ARCH= yes .include diff --git a/security/rubygem-gitlab-cloud-connector/Makefile b/security/rubygem-gitlab-cloud-connector/Makefile index 046d719fff89..4272ae569cdb 100644 --- a/security/rubygem-gitlab-cloud-connector/Makefile +++ b/security/rubygem-gitlab-cloud-connector/Makefile @@ -1,20 +1,20 @@ PORTNAME= gitlab-cloud-connector PORTVERSION= 1.8.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= CloudConnector and lib for GitLab projects WWW= https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport70>=7.0<8:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-activesupport-gitlab>=7.0<8:devel/rubygem-activesupport-gitlab \ rubygem-jwt29>=2.9.3<2.10:www/rubygem-jwt29 USES= gem NO_ARCH= yes .include