diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile index b2f330450b03..42270976c5b0 100644 --- a/www/rubygem-actioncable61/Makefile +++ b/www/rubygem-actioncable61/Makefile @@ -1,26 +1,27 @@ PORTNAME= actioncable -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Integrated WebSockets for Rails -WWW= https://github.com/rails/rails/tree/main/actioncable +WWW= https://github.com/rails/rails/tree/main/actioncable \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ - rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ +RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \ + rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99: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 0bff0c4f2654..2bbad69798cc 100644 --- a/www/rubygem-actioncable61/distinfo +++ b/www/rubygem-actioncable61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835573 -SHA256 (rubygem/actioncable-6.1.6.1.gem) = 11f079141cf032026881e4a79ae0cc93753351089c1b6ca1ed30a8a6a21f961b -SIZE (rubygem/actioncable-6.1.6.1.gem) = 42496 +TIMESTAMP = 1669058251 +SHA256 (rubygem/actioncable-6.1.7.gem) = ee5345e1ac0a9ec24af8d21d46d6e8d85dd76b28b14ab60929c2da3e7d5bfe64 +SIZE (rubygem/actioncable-6.1.7.gem) = 42496 diff --git a/www/rubygem-actioncable61/pkg-descr b/www/rubygem-actioncable61/pkg-descr index 78d2bc4f700d..5d7feb3ca8cf 100644 --- a/www/rubygem-actioncable61/pkg-descr +++ b/www/rubygem-actioncable61/pkg-descr @@ -1,9 +1,7 @@ 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. - -See also: https://rubyonrails.org/