1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

www/rubygem-em-twitter: Update version requirement of RUN_DEPENDS

- Update WWW
This commit is contained in:
Po-Chuan Hsieh 2021-07-16 07:57:27 +08:00
parent fc3cfb15ac
commit d7a818f091
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 7 deletions

View File

@ -11,13 +11,14 @@ COMMENT= Twitter Streaming API client for EventMachine
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-buftok>=0.2:devel/rubygem-buftok \
rubygem-eventmachine>=1.0:devel/rubygem-eventmachine \
rubygem-http_parser.rb>=0.6:net/rubygem-http_parser.rb \
rubygem-simple_oauth>=0.2:net/rubygem-simple_oauth
RUN_DEPENDS= rubygem-buftok>=0.2<1:devel/rubygem-buftok \
rubygem-eventmachine>=1.0<2:devel/rubygem-eventmachine \
rubygem-http_parser.rb>=0.6<1:net/rubygem-http_parser.rb \
rubygem-simple_oauth>=0.2<1:net/rubygem-simple_oauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
EM-Twitter is an EventMachine-based ruby client for the Twitter
Streaming API.
WWW: https://github.com/spagalloco/em-twitter
WWW: https://github.com/tweetstream/em-twitter