diff --git a/www/rubygem-actioncable70/Makefile b/www/rubygem-actioncable70/Makefile index fd56eb2685b3..03c839cb8843 100644 --- a/www/rubygem-actioncable70/Makefile +++ b/www/rubygem-actioncable70/Makefile @@ -1,26 +1,27 @@ PORTNAME= actioncable PORTVERSION= 7.0.3.1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Structure many real-time application concerns into channels over a single WebSocket connection -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-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ - rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \ + rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ 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:^7\.0\. .include diff --git a/www/rubygem-actioncable70/pkg-descr b/www/rubygem-actioncable70/pkg-descr index 78d2bc4f700d..5d7feb3ca8cf 100644 --- a/www/rubygem-actioncable70/pkg-descr +++ b/www/rubygem-actioncable70/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/