git: ceda95b9f373 - main - mail/rubygem-gitlab-mail_room: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Jun 2022 21:00:32 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ceda95b9f373e54e9ee9ba4beece194fe90bcb86

commit ceda95b9f373e54e9ee9ba4beece194fe90bcb86
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 20:58:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 20:58:46 +0000

    mail/rubygem-gitlab-mail_room: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
    
    - Bump PORTREVISION for dependency change
---
 mail/rubygem-gitlab-mail_room/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/rubygem-gitlab-mail_room/Makefile b/mail/rubygem-gitlab-mail_room/Makefile
index 671f24aeac92..6c600c426f7b 100644
--- a/mail/rubygem-gitlab-mail_room/Makefile
+++ b/mail/rubygem-gitlab-mail_room/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gitlab-mail_room
 PORTVERSION=	0.0.19
+PORTREVISION=	1
 CATEGORIES=	mail rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	rubygem-io-wait01>=0.1.0<0.2:devel/rubygem-io-wait01 \
 		rubygem-jwt>=2.0:www/rubygem-jwt \
 		rubygem-net-imap>=0.2.1:mail/rubygem-net-imap \
-		rubygem-oauth2>=1.4.4<1.5:net/rubygem-oauth2
+		rubygem-oauth21>=1.4.4<1.5:net/rubygem-oauth21
 
 USES=		gem
 USE_RUBY=	yes