aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:51:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:55 +0000
commitde380bdf900c030f602d4bb2abc544e516edc5b0 (patch)
tree6b259852fb13910b0883d84fec1d01d12d8d5793
parentcd672546082262a92b13af68d92237d3d27e1e92 (diff)
downloadports-de380bdf900c030f602d4bb2abc544e516edc5b0.tar.gz
ports-de380bdf900c030f602d4bb2abc544e516edc5b0.zip
www/rubygem-actioncable70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
-rw-r--r--www/rubygem-actioncable70/Makefile7
-rw-r--r--www/rubygem-actioncable70/pkg-descr2
2 files changed, 4 insertions, 5 deletions
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
@@ -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
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
@@ -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/