git: 280fbc6d06ca - main - devel/rubygem-actionview60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=280fbc6d06ca4a8bbb7ac69789e14fbce717b90f commit 280fbc6d06ca4a8bbb7ac69789e14fbce717b90f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:47 +0000 devel/rubygem-actionview60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- devel/rubygem-actionview60/Makefile | 7 ++++--- devel/rubygem-actionview60/distinfo | 6 +++--- devel/rubygem-actionview60/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/rubygem-actionview60/Makefile b/devel/rubygem-actionview60/Makefile index 0263d35ceb10..610070c17ad5 100644 --- a/devel/rubygem-actionview60/Makefile +++ b/devel/rubygem-actionview60/Makefile @@ -1,17 +1,18 @@ PORTNAME= actionview -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) -WWW= https://github.com/rails/rails/tree/main/actionview +WWW= https://github.com/rails/rails/tree/main/actionview \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-builder>=3.1<4:devel/rubygem-builder \ rubygem-erubi>=1.4<2:www/rubygem-erubi \ rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60 \ diff --git a/devel/rubygem-actionview60/distinfo b/devel/rubygem-actionview60/distinfo index 78abbba43fb1..f31916c068fa 100644 --- a/devel/rubygem-actionview60/distinfo +++ b/devel/rubygem-actionview60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835533 -SHA256 (rubygem/actionview-6.0.5.1.gem) = 7d00c79d7be856d07221d92e9ff11083a0f461581e315f9a24fc05a15c4d8216 -SIZE (rubygem/actionview-6.0.5.1.gem) = 170496 +TIMESTAMP = 1669058211 +SHA256 (rubygem/actionview-6.0.6.gem) = 9c42ad28a379f3ebf825e8a407e1a7123ddbfd1f4bcb3fd29c60d5eced71e188 +SIZE (rubygem/actionview-6.0.6.gem) = 170496 diff --git a/devel/rubygem-actionview60/pkg-descr b/devel/rubygem-actionview60/pkg-descr index 0a377a8d6129..904615b292ae 100644 --- a/devel/rubygem-actionview60/pkg-descr +++ b/devel/rubygem-actionview60/pkg-descr @@ -2,5 +2,3 @@ Action View is a framework for handling view template lookup and rendering, and provides view helpers that assist when building HTML forms, Atom feeds and more. Template formats that Action View handles are ERB (embedded Ruby, typically used to inline short Ruby snippets inside HTML), and XML Builder. - -See also: https://rubyonrails.org/