svn commit: r510452 - head/www/rubygem-actioncable52

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 21:58:59 UTC 2019


Author: sunpoet
Date: Sat Aug 31 21:58:58 2019
New Revision: 510452
URL: https://svnweb.freebsd.org/changeset/ports/510452

Log:
  Update version requirement of RUN_DEPENDS
  
  - Update pkg-descr

Modified:
  head/www/rubygem-actioncable52/Makefile
  head/www/rubygem-actioncable52/pkg-descr

Modified: head/www/rubygem-actioncable52/Makefile
==============================================================================
--- head/www/rubygem-actioncable52/Makefile	Sat Aug 31 21:58:53 2019	(r510451)
+++ head/www/rubygem-actioncable52/Makefile	Sat Aug 31 21:58:58 2019	(r510452)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
-		rubygem-nio4r>=2.0:devel/rubygem-nio4r \
+		rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
 		rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
 
 USES=		gem

Modified: head/www/rubygem-actioncable52/pkg-descr
==============================================================================
--- head/www/rubygem-actioncable52/pkg-descr	Sat Aug 31 21:58:53 2019	(r510451)
+++ head/www/rubygem-actioncable52/pkg-descr	Sat Aug 31 21:58:58 2019	(r510452)
@@ -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