From owner-dev-commits-ports-main@freebsd.org Thu Sep 30 13:03:36 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 93CA56B14A5; Thu, 30 Sep 2021 13:03:36 +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 4HKtj43NzFz3j0t; Thu, 30 Sep 2021 13:03: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 545C945BB; Thu, 30 Sep 2021 13:03: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 18UD3aQd072677; Thu, 30 Sep 2021 13:03:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18UD3ai0072676; Thu, 30 Sep 2021 13:03:36 GMT (envelope-from git) Date: Thu, 30 Sep 2021 13:03:36 GMT Message-Id: <202109301303.18UD3ai0072676@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: e45e4ea93d95 - main - devel/rubygem-omniauth_crowd: Switch dep for rails from 6.0 to 6.1 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: e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 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: Thu, 30 Sep 2021 13:03:36 -0000 The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 commit e45e4ea93d95fabd0158c8034b6fdfeb6d5cf365 Author: Matthias Fechner AuthorDate: 2021-09-30 13:01:39 +0000 Commit: Matthias Fechner CommitDate: 2021-09-30 13:03:32 +0000 devel/rubygem-omniauth_crowd: Switch dep for rails from 6.0 to 6.1 Change maintainer to ruby@ as there are several timeouts already. --- devel/rubygem-omniauth_crowd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile index d8f360f52c94..2df8772cb7c7 100644 --- a/devel/rubygem-omniauth_crowd/Makefile +++ b/devel/rubygem-omniauth_crowd/Makefile @@ -1,16 +1,16 @@ PORTNAME= omniauth_crowd PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fausten.de +MAINTAINER= ruby@FreeBSD.org COMMENT= OmniAuth provider for Atlassian Crowds REST API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS?= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ +RUN_DEPENDS?= rubygem-activesupport61>=0:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \ rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1