Date: Fri, 30 Dec 2022 09:15:43 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: 1cef1e876216 - main - www/rubygem-rails60: Update to 6.0.6 Message-ID: <202212300915.2BU9FhYO023354@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=1cef1e8762165737d4536c2d0cb97c509f68884e commit 1cef1e8762165737d4536c2d0cb97c509f68884e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:49 +0000 www/rubygem-rails60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- www/rubygem-rails60/Makefile | 29 +++++++++++++++-------------- www/rubygem-rails60/distinfo | 6 +++--- www/rubygem-rails60/pkg-descr | 2 -- 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/www/rubygem-rails60/Makefile b/www/rubygem-rails60/Makefile index e8cbf0a0bca0..899e93373854 100644 --- a/www/rubygem-rails60/Makefile +++ b/www/rubygem-rails60/Makefile @@ -1,28 +1,29 @@ PORTNAME= rails -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Full-stack web application framework -WWW= https://github.com/rails/rails +WWW= https://github.com/rails/rails \ + https://rubyonrails.org/ LICENSE= MIT -RUN_DEPENDS= rubygem-actioncable60>=${PORTVERSION}:www/rubygem-actioncable60 \ - rubygem-actionmailbox60>=${PORTVERSION}:mail/rubygem-actionmailbox60 \ - rubygem-actionmailer60>=${PORTVERSION}:mail/rubygem-actionmailer60 \ - rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ - rubygem-actiontext60>=${PORTVERSION}:textproc/rubygem-actiontext60 \ - rubygem-actionview60>=${PORTVERSION}:devel/rubygem-actionview60 \ - rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \ - rubygem-activemodel60>=${PORTVERSION}:databases/rubygem-activemodel60 \ - rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \ - rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \ - rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-actioncable60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actioncable60 \ + rubygem-actionmailbox60>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailbox60 \ + rubygem-actionmailer60>=${PORTVERSION}<${PORTVERSION}_99:mail/rubygem-actionmailer60 \ + rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \ + rubygem-actiontext60>=${PORTVERSION}<${PORTVERSION}_99:textproc/rubygem-actiontext60 \ + rubygem-actionview60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview60 \ + rubygem-activejob60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob60 \ + rubygem-activemodel60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel60 \ + rubygem-activerecord60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord60 \ + rubygem-activestorage60>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage60 \ + rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-bundler>=1.3.0:sysutils/rubygem-bundler \ - rubygem-railties60>=${PORTVERSION}:www/rubygem-railties60 \ + rubygem-railties60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-railties60 \ rubygem-sprockets-rails-rails60>=2.0.0:devel/rubygem-sprockets-rails-rails60 \ rubygem-bootsnap>=1.4.2:devel/rubygem-bootsnap \ rubygem-byebug>=0:devel/rubygem-byebug \ diff --git a/www/rubygem-rails60/distinfo b/www/rubygem-rails60/distinfo index bcbd17de96a9..acecb283fe99 100644 --- a/www/rubygem-rails60/distinfo +++ b/www/rubygem-rails60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835551 -SHA256 (rubygem/rails-6.0.5.1.gem) = 2abcfe2eff00e3c5d83e91bd6efcff5a03c16499c918b341354ef9e69188904a -SIZE (rubygem/rails-6.0.5.1.gem) = 6656 +TIMESTAMP = 1669058229 +SHA256 (rubygem/rails-6.0.6.gem) = 4591c0b0434f57678efa71ef4133ae7e2577a0a2131a069f5213e7a296c609e1 +SIZE (rubygem/rails-6.0.6.gem) = 6656 diff --git a/www/rubygem-rails60/pkg-descr b/www/rubygem-rails60/pkg-descr index 6d53dd51a599..77f026452f6e 100644 --- a/www/rubygem-rails60/pkg-descr +++ b/www/rubygem-rails60/pkg-descr @@ -8,5 +8,3 @@ seamlessly together. That way you Don't Repeat Yourself (DRY) and you can use a single language from top to bottom. Everything from templates to control flow to business logic is written in Ruby - The language of love for industry heavy-weights. - -See also: https://rubyonrails.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300915.2BU9FhYO023354>