diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-21 20:58:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-21 20:58:46 +0000 |
commit | 6798c4c410ed31db6374705d776d2dc7a10e74c1 (patch) | |
tree | b1a7de9b04ad0359a1b989e08fb9ac19df799380 /irc | |
parent | 7ab4480cabbc7db0c56a182f0055c3bd42dd9602 (diff) | |
download | ports-6798c4c410ed31db6374705d776d2dc7a10e74c1.tar.gz ports-6798c4c410ed31db6374705d776d2dc7a10e74c1.zip |
Diffstat (limited to 'irc')
-rw-r--r-- | irc/rbot/Makefile | 4 |
1 files 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 |