diff --git a/devel/rubygem-actionview61/Makefile b/devel/rubygem-actionview61/Makefile index 02ef54bdf03c..7d1229e8d71a 100644 --- a/devel/rubygem-actionview61/Makefile +++ b/devel/rubygem-actionview61/Makefile @@ -1,30 +1,30 @@ # Created by: Steve Wills PORTNAME= actionview -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ rubygem-builder>=3.1<4:devel/rubygem-builder \ rubygem-erubi>=1.4<2:www/rubygem-erubi \ rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 \ rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem USE_RUBY= yes NO_ARCH= yes CPE_VENDOR= rubyonrails PORTSCOUT= limit:^6\.1\. .include diff --git a/devel/rubygem-actionview61/distinfo b/devel/rubygem-actionview61/distinfo index 87265653deb5..9cc717376188 100644 --- a/devel/rubygem-actionview61/distinfo +++ b/devel/rubygem-actionview61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664506 -SHA256 (rubygem/actionview-6.1.4.1.gem) = 7f08294f1f0e39ea9db211bafedbded068223abf54659581ce440c3a0b8bc4f9 -SIZE (rubygem/actionview-6.1.4.1.gem) = 171520 +TIMESTAMP = 1641046816 +SHA256 (rubygem/actionview-6.1.4.4.gem) = b5c518ef4b3ea695c9198158ad8f14cffd0aa381e5848f8e73049b5b86bba2d2 +SIZE (rubygem/actionview-6.1.4.4.gem) = 171520 diff --git a/devel/rubygem-actionview61/pkg-descr b/devel/rubygem-actionview61/pkg-descr index 6f62c739aebb..5fef016b9989 100644 --- a/devel/rubygem-actionview61/pkg-descr +++ b/devel/rubygem-actionview61/pkg-descr @@ -1,7 +1,7 @@ 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. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actionview +WWW: https://github.com/rails/rails/tree/main/actionview