git: 67bf163561e6 - main - www/rubygem-actioncable61: Update to 6.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=67bf163561e653f1d70656cff3a57e92cb49ef94 commit 67bf163561e653f1d70656cff3a57e92cb49ef94 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:52 +0000 www/rubygem-actioncable61: Update to 6.1.7 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- www/rubygem-actioncable61/Makefile | 9 +++++---- www/rubygem-actioncable61/distinfo | 6 +++--- www/rubygem-actioncable61/pkg-descr | 2 -- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile index b2f330450b03..42270976c5b0 100644 --- a/www/rubygem-actioncable61/Makefile +++ b/www/rubygem-actioncable61/Makefile @@ -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 diff --git a/www/rubygem-actioncable61/distinfo b/www/rubygem-actioncable61/distinfo index 0bff0c4f2654..2bbad69798cc 100644 --- a/www/rubygem-actioncable61/distinfo +++ b/www/rubygem-actioncable61/distinfo @@ -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 diff --git a/www/rubygem-actioncable61/pkg-descr b/www/rubygem-actioncable61/pkg-descr index 78d2bc4f700d..5d7feb3ca8cf 100644 --- a/www/rubygem-actioncable61/pkg-descr +++ b/www/rubygem-actioncable61/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/