Update version requirement of RUN_DEPENDS
- Update pkg-descr
This commit is contained in:
parent
f52bfb79d3
commit
e00d7e08fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510450
@ -14,8 +14,8 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
|
||||
rubygem-nio4r>=2.0:devel/rubygem-nio4r \
|
||||
rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
|
||||
rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
|
||||
rubygem-websocket-driver>=0.6.1<1:www/rubygem-websocket-driver
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
@ -1,5 +1,3 @@
|
||||
Action Cable - Integrated WebSockets for Rails
|
||||
|
||||
Action Cable seamlessly integrates WebSockets with the rest of your Rails
|
||||
application. It allows for real-time features to be written in Ruby in the same
|
||||
style and form as the rest of your Rails application, while still being
|
||||
@ -9,3 +7,4 @@ access to your full domain model written with Active Record or your ORM of
|
||||
choice.
|
||||
|
||||
WWW: https://rubyonrails.org/
|
||||
WWW: https://github.com/rails/rails/tree/master/actioncable
|
||||
|
Loading…
Reference in New Issue
Block a user