git: e0d131335ab2 - main - devel/rubygem-actionview4: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0d131335ab2ffc90f85a1488f544c368bb5f22a commit e0d131335ab2ffc90f85a1488f544c368bb5f22a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:01:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:01:00 +0000 devel/rubygem-actionview4: Update WWW and clean up pkg-descr --- devel/rubygem-actionview4/Makefile | 3 ++- devel/rubygem-actionview4/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-actionview4/Makefile b/devel/rubygem-actionview4/Makefile index 42cf0b9b82a0..bc4b7601c789 100644 --- a/devel/rubygem-actionview4/Makefile +++ b/devel/rubygem-actionview4/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4 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://rubyonrails.org/ \ + https://github.com/rails/rails/tree/main/actionview LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/devel/rubygem-actionview4/pkg-descr b/devel/rubygem-actionview4/pkg-descr index 0a377a8d6129..904615b292ae 100644 --- a/devel/rubygem-actionview4/pkg-descr +++ b/devel/rubygem-actionview4/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/