svn commit: r510450 - head/www/rubygem-actioncable5
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 21:58:49 UTC 2019
Author: sunpoet
Date: Sat Aug 31 21:58:47 2019
New Revision: 510450
URL: https://svnweb.freebsd.org/changeset/ports/510450
Log:
Update version requirement of RUN_DEPENDS
- Update pkg-descr
Modified:
head/www/rubygem-actioncable5/Makefile
head/www/rubygem-actioncable5/pkg-descr
Modified: head/www/rubygem-actioncable5/Makefile
==============================================================================
--- head/www/rubygem-actioncable5/Makefile Sat Aug 31 21:58:42 2019 (r510449)
+++ head/www/rubygem-actioncable5/Makefile Sat Aug 31 21:58:47 2019 (r510450)
@@ -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
Modified: head/www/rubygem-actioncable5/pkg-descr
==============================================================================
--- head/www/rubygem-actioncable5/pkg-descr Sat Aug 31 21:58:42 2019 (r510449)
+++ head/www/rubygem-actioncable5/pkg-descr Sat Aug 31 21:58:47 2019 (r510450)
@@ -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 R
choice.
WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/master/actioncable
More information about the svn-ports-all
mailing list