www/rubygem-actioncable70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
This commit is contained in:
parent
cd67254608
commit
de380bdf90
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user