git: 9bb85bb4ab5f - main - devel/rubygem-actionview52: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bb85bb4ab5fc2c55a47e9b1de638b0b9958f036 commit 9bb85bb4ab5fc2c55a47e9b1de638b0b9958f036 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:01:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:01:02 +0000 devel/rubygem-actionview52: Update WWW and clean up pkg-descr --- devel/rubygem-actionview52/Makefile | 3 ++- devel/rubygem-actionview52/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-actionview52/Makefile b/devel/rubygem-actionview52/Makefile index 0678ce366f2a..20e2cc63f26e 100644 --- a/devel/rubygem-actionview52/Makefile +++ b/devel/rubygem-actionview52/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 52 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-actionview52/pkg-descr b/devel/rubygem-actionview52/pkg-descr index 0a377a8d6129..904615b292ae 100644 --- a/devel/rubygem-actionview52/pkg-descr +++ b/devel/rubygem-actionview52/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/