Index: head/www/rubygem-actioncable50/Makefile =================================================================== --- head/www/rubygem-actioncable50/Makefile (revision 473661) +++ head/www/rubygem-actioncable50/Makefile (revision 473662) @@ -1,26 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= actioncable PORTVERSION= 5.0.7 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Integrated WebSockets for Rails 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 PORTSCOUT= limit:^5\.0\. +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem .include Index: head/www/rubygem-actioncable50/pkg-descr =================================================================== --- head/www/rubygem-actioncable50/pkg-descr (revision 473661) +++ head/www/rubygem-actioncable50/pkg-descr (revision 473662) @@ -1,11 +1,11 @@ -Action Cable – Integrated WebSockets for Rails +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 performant and scalable. It's a full-stack offering that provides both a client-side JavaScript framework and a server-side Ruby framework. You have access to your full domain model written with Active Record or your ORM of choice. -WWW: http://rubyonrails.org/ +WWW: https://rubyonrails.org/