1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

devel/rubygem-actionview60: Update to 6.0.6

- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:50:21 +08:00
parent 56892e1749
commit 280fbc6d06
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 8 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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/