Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2019 21:58:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510451 - head/www/rubygem-actioncable50
Message-ID:  <201908312158.x7VLwrBx008068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908312158.x7VLwrBx008068>