diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:49:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-23 19:49:41 +0000 |
commit | 09d7d9c96a04219ecc6011f269d28a43929550db (patch) | |
tree | c556fb47dea0392bdf90370a92791142fd668e26 /irc | |
parent | 5ed86eddc975a67ba6489908a38b315bbfc5b265 (diff) | |
download | freebsd-ports-09d7d9c96a04219ecc6011f269d28a43929550db.zip |
Change RUN_DEPENDS from rubygem-thor to rubygem-thor0
- Bump PORTREVISION for dependency change
Diffstat (limited to 'irc')
-rw-r--r-- | irc/rubygem-cogbot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/rubygem-cogbot/Makefile b/irc/rubygem-cogbot/Makefile index 4b1b9fe29209..0c94d8b51428 100644 --- a/irc/rubygem-cogbot/Makefile +++ b/irc/rubygem-cogbot/Makefile @@ -2,7 +2,7 @@ PORTNAME= cogbot PORTVERSION= 0.1.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= irc rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cinch>=2.3.3:irc/rubygem-cinch \ - rubygem-thor>=0.19.4:devel/rubygem-thor \ + rubygem-thor0>=0.19.4:devel/rubygem-thor0 \ rubygem-eventmachine>=1.2.3:devel/rubygem-eventmachine \ rubygem-eventmachine_httpserver>=0.2.1:www/rubygem-eventmachine_httpserver \ rubygem-nokogiri>=1.8.0:textproc/rubygem-nokogiri \ |