git: 6798c4c410ed - main - irc/rbot: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21

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

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

commit 6798c4c410ed31db6374705d776d2dc7a10e74c1
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

    irc/rbot: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
    
    - Bump PORTREVISION for dependency change
---
 irc/rbot/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 1db7efac324f..63af914c977f 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	rbot
 PORTVERSION=	20160325
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	irc ruby
 
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet
 		rubygem-mechanize>=0:www/rubygem-mechanize \
 		rubygem-tzinfo>=0:devel/rubygem-tzinfo \
 		rubygem-oauth>=0:net/rubygem-oauth \
-		rubygem-oauth2>=0:net/rubygem-oauth2
+		rubygem-oauth21>=0:net/rubygem-oauth21
 LIB_DEPENDS=	libtokyocabinet.so:databases/tokyocabinet
 
 USES=		cpe