Date: Fri, 30 Dec 2022 09:15:41 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6cd90a7c8b88 - main - www/rubygem-actioncable60: Update to 6.0.6 Message-ID: <202212300915.2BU9FfOI023300@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cd90a7c8b8855035fa21c9941cfe2c994597021 commit 6cd90a7c8b8855035fa21c9941cfe2c994597021 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:48 +0000 www/rubygem-actioncable60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- www/rubygem-actioncable60/Makefile | 7 ++++--- www/rubygem-actioncable60/distinfo | 6 +++--- www/rubygem-actioncable60/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/rubygem-actioncable60/Makefile b/www/rubygem-actioncable60/Makefile index 7e9e82376d9d..88652c32ef8c 100644 --- a/www/rubygem-actioncable60/Makefile +++ b/www/rubygem-actioncable60/Makefile @@ -1,17 +1,18 @@ PORTNAME= actioncable -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 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-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ +RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \ rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \ rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver diff --git a/www/rubygem-actioncable60/distinfo b/www/rubygem-actioncable60/distinfo index 62544ac6b16e..293df02ab24d 100644 --- a/www/rubygem-actioncable60/distinfo +++ b/www/rubygem-actioncable60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835547 -SHA256 (rubygem/actioncable-6.0.5.1.gem) = 17451f7d67a2d5a1dc7d3d3aae124a748ec579fcdbdd36c892123a2b88ed3234 -SIZE (rubygem/actioncable-6.0.5.1.gem) = 42496 +TIMESTAMP = 1669058225 +SHA256 (rubygem/actioncable-6.0.6.gem) = b6233ca7e4dac3f9907dba616df9de101b0b47eb90f44483e4248c7f775ff74e +SIZE (rubygem/actioncable-6.0.6.gem) = 42496 diff --git a/www/rubygem-actioncable60/pkg-descr b/www/rubygem-actioncable60/pkg-descr index 78d2bc4f700d..5d7feb3ca8cf 100644 --- a/www/rubygem-actioncable60/pkg-descr +++ b/www/rubygem-actioncable60/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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300915.2BU9FfOI023300>