svn commit: r510451 - head/www/rubygem-actioncable50

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


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

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

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

Modified: head/www/rubygem-actioncable50/Makefile
==============================================================================
--- head/www/rubygem-actioncable50/Makefile	Sat Aug 31 21:58:47 2019	(r510450)
+++ head/www/rubygem-actioncable50/Makefile	Sat Aug 31 21:58:53 2019	(r510451)
@@ -14,8 +14,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \
-		rubygem-nio4r>=1.2:devel/rubygem-nio4r \
-		rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
+		rubygem-nio4r>=1.2<3.0:devel/rubygem-nio4r \
+		rubygem-websocket-driver>=0.6.1<1:www/rubygem-websocket-driver
 
 USES=		gem
 USE_RUBY=	yes

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