From owner-dev-commits-ports-main@freebsd.org Sat Jul 3 06:05:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 52FB364BD83; Sat, 3 Jul 2021 06:05:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GH1ds0P5Mz3mlp; Sat, 3 Jul 2021 06:05:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C622D2262A; Sat, 3 Jul 2021 06:05:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16365aYi049211; Sat, 3 Jul 2021 06:05:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16365aSn049210; Sat, 3 Jul 2021 06:05:36 GMT (envelope-from git) Date: Sat, 3 Jul 2021 06:05:36 GMT Message-Id: <202107030605.16365aSn049210@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Fechner Subject: git: 6ec0f9179901 - main - */*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mfechner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6ec0f91799016f5ccdab6b21ff836fccfdbc88df Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2021 06:05:37 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ec0f91799016f5ccdab6b21ff836fccfdbc88df commit 6ec0f91799016f5ccdab6b21ff836fccfdbc88df Author: Matthias Fechner AuthorDate: 2021-06-22 22:12:52 +0000 Commit: Matthias Fechner CommitDate: 2021-07-03 06:03:22 +0000 */*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0. --- databases/rubygem-marginalia/Makefile | 6 +++--- devel/rubygem-bootstrap_form/Makefile | 6 +++--- devel/rubygem-gitlab-experiment/Makefile | 3 ++- devel/rubygem-graphiql-rails/Makefile | 6 +++--- devel/rubygem-health_check/Makefile | 3 ++- graphics/rubygem-invisible_captcha/Makefile | 4 ++-- net/rubygem-apollo_upload_server/Makefile | 4 ++-- security/rubygem-doorkeeper/Makefile | 3 ++- 8 files changed, 19 insertions(+), 16 deletions(-) diff --git a/databases/rubygem-marginalia/Makefile b/databases/rubygem-marginalia/Makefile index f317b0bd35fd..8c8e3f99699e 100644 --- a/databases/rubygem-marginalia/Makefile +++ b/databases/rubygem-marginalia/Makefile @@ -2,7 +2,7 @@ PORTNAME= marginalia PORTVERSION= 1.10.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG @@ -12,8 +12,8 @@ COMMENT= Attach comments to your ActiveRecord queries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack60>=2.3:www/rubygem-actionpack60 \ - rubygem-activerecord60>=2.3:databases/rubygem-activerecord60 +RUN_DEPENDS= rubygem-actionpack61>=2.3:www/rubygem-actionpack61 \ + rubygem-activerecord61>=2.3:databases/rubygem-activerecord61 USES= gem USE_RUBY= yes diff --git a/devel/rubygem-bootstrap_form/Makefile b/devel/rubygem-bootstrap_form/Makefile index 7143d7e6110e..00c197bc034a 100644 --- a/devel/rubygem-bootstrap_form/Makefile +++ b/devel/rubygem-bootstrap_form/Makefile @@ -1,6 +1,6 @@ PORTNAME= bootstrap_form PORTVERSION= 4.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,8 +10,8 @@ COMMENT= Form builder using Twitter Bootstrap 3+ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-actionpack60>=5.0:www/rubygem-actionpack60 \ - rubygem-activemodel60>=5.0:databases/rubygem-activemodel60 +RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \ + rubygem-activemodel61>=5.0:databases/rubygem-activemodel61 USES= gem USE_RUBY= yes diff --git a/devel/rubygem-gitlab-experiment/Makefile b/devel/rubygem-gitlab-experiment/Makefile index 9fa09dcdeee5..38f06af6986e 100644 --- a/devel/rubygem-gitlab-experiment/Makefile +++ b/devel/rubygem-gitlab-experiment/Makefile @@ -2,6 +2,7 @@ PORTNAME= gitlab-experiment PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Experiment library for Gitlab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport60>=3.0:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \ rubygem-request_store>=1.0:devel/rubygem-request_store \ rubygem-scientist>=1.6.0<2:devel/rubygem-scientist diff --git a/devel/rubygem-graphiql-rails/Makefile b/devel/rubygem-graphiql-rails/Makefile index b9f441d38f45..fa52d3510c84 100644 --- a/devel/rubygem-graphiql-rails/Makefile +++ b/devel/rubygem-graphiql-rails/Makefile @@ -1,6 +1,6 @@ PORTNAME= graphiql-rails PORTVERSION= 1.4.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,8 +9,8 @@ COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails LICENSE= MIT -RUN_DEPENDS= rubygem-sprockets-rails-rails60>=0:devel/rubygem-sprockets-rails-rails60 \ - rubygem-railties60>=0:www/rubygem-railties60 +RUN_DEPENDS= rubygem-sprockets-rails-rails61>=0:devel/rubygem-sprockets-rails-rails61 \ + rubygem-railties61>=0:www/rubygem-railties61 USES= gem USE_RUBY= yes diff --git a/devel/rubygem-health_check/Makefile b/devel/rubygem-health_check/Makefile index 005bccb0c3a0..73b620c9ed7d 100644 --- a/devel/rubygem-health_check/Makefile +++ b/devel/rubygem-health_check/Makefile @@ -2,6 +2,7 @@ PORTNAME= health_check PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ COMMENT= Simple health check of Rails app for uptime monitoring LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties60>=5.0:www/rubygem-railties60 +RUN_DEPENDS= rubygem-railties61>=5.0:www/rubygem-railties61 USES= gem shebangfix USE_RUBY= yes diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index dfc1429b7418..b2f2c96a2dbf 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -2,7 +2,7 @@ PORTNAME= invisible_captcha PORTVERSION= 1.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Unobtrusive CAPTCHA for ruby LICENSE= MIT -RUN_DEPENDS= rubygem-rails60>=4.2:www/rubygem-rails60 +RUN_DEPENDS= rubygem-rails61>=4.2:www/rubygem-rails61 USES= gem USE_RUBY= yes diff --git a/net/rubygem-apollo_upload_server/Makefile b/net/rubygem-apollo_upload_server/Makefile index d936254ef8e9..3e9b0f39e2a5 100644 --- a/net/rubygem-apollo_upload_server/Makefile +++ b/net/rubygem-apollo_upload_server/Makefile @@ -2,7 +2,7 @@ PORTNAME= apollo_upload_server PORTVERSION= 2.0.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-graphql>=1.8:devel/rubygem-graphql \ - rubygem-rails60>=4.2:www/rubygem-rails60 + rubygem-rails61>=4.2:www/rubygem-rails61 USES= gem USE_RUBY= yes diff --git a/security/rubygem-doorkeeper/Makefile b/security/rubygem-doorkeeper/Makefile index bdbc258107f3..3f055e36fd16 100644 --- a/security/rubygem-doorkeeper/Makefile +++ b/security/rubygem-doorkeeper/Makefile @@ -1,5 +1,6 @@ PORTNAME= doorkeeper PORTVERSION= 5.5.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ COMMENT= OAuth2 provider for Rails and Grape LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties60>=5:www/rubygem-railties60 +RUN_DEPENDS= rubygem-railties61>=5:www/rubygem-railties61 USES= gem USE_RUBY= yes