www/rubygem-actioncable70: Update version requirement of RUN_DEPENDS

- Update WWW and clean up pkg-descr
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:51:18 +08:00
parent cd67254608
commit de380bdf90
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 5 deletions

View File

@ -6,13 +6,14 @@ 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

View File

@ -5,5 +5,3 @@ 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/