git: f82888532905 - main - devel/rubygem-actionview50: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f8288853290502e4da8c2726cf641c9351969e88
commit f8288853290502e4da8c2726cf641c9351969e88
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-actionview50: Update WWW and clean up pkg-descr
---
devel/rubygem-actionview50/Makefile | 3 ++-
devel/rubygem-actionview50/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/rubygem-actionview50/Makefile b/devel/rubygem-actionview50/Makefile
index 8ffb21937b25..1d632a6a09ba 100644
--- a/devel/rubygem-actionview50/Makefile
+++ b/devel/rubygem-actionview50/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 50
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-actionview50/pkg-descr b/devel/rubygem-actionview50/pkg-descr
index 0a377a8d6129..904615b292ae 100644
--- a/devel/rubygem-actionview50/pkg-descr
+++ b/devel/rubygem-actionview50/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/