diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile index 54d34b486a61..28e1d42c108c 100644 --- a/www/rubygem-actioncable61/Makefile +++ b/www/rubygem-actioncable61/Makefile @@ -1,27 +1,27 @@ # Created by: Sunpoet Po-Chuan Hsieh PORTNAME= actioncable -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Integrated WebSockets for Rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/www/rubygem-actioncable61/distinfo b/www/rubygem-actioncable61/distinfo index 447618046886..07c48dd32e56 100644 --- a/www/rubygem-actioncable61/distinfo +++ b/www/rubygem-actioncable61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664520 -SHA256 (rubygem/actioncable-6.1.4.1.gem) = 5d7cca7aefeee6ea95003f32786196749c9b6c92f8a96937fda066156d2d9846 -SIZE (rubygem/actioncable-6.1.4.1.gem) = 41984 +TIMESTAMP = 1641046830 +SHA256 (rubygem/actioncable-6.1.4.4.gem) = 5683302f449d1e393f6804d21eb8db2032aee641d4873b1a569905906c5a6a7c +SIZE (rubygem/actioncable-6.1.4.4.gem) = 41984 diff --git a/www/rubygem-actioncable61/pkg-descr b/www/rubygem-actioncable61/pkg-descr index d0301b58e31f..5b56556ed173 100644 --- a/www/rubygem-actioncable61/pkg-descr +++ b/www/rubygem-actioncable61/pkg-descr @@ -1,10 +1,10 @@ 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: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actioncable +WWW: https://github.com/rails/rails/tree/main/actioncable