www/rubygem-actioncable61: Update to 6.1.7
- Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases
This commit is contained in:
parent
0f9d904c9c
commit
67bf163561
3 changed files with 8 additions and 9 deletions
|
@ -1,18 +1,19 @@
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 a new issue