aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:02 +0000
commit9bb85bb4ab5fc2c55a47e9b1de638b0b9958f036 (patch)
tree906cc0f2c5985a4b875e8f4d56999ea61e8f6f57
parentf8288853290502e4da8c2726cf641c9351969e88 (diff)
downloadports-9bb85bb4ab5fc2c55a47e9b1de638b0b9958f036.tar.gz
ports-9bb85bb4ab5fc2c55a47e9b1de638b0b9958f036.zip
devel/rubygem-actionview52: Update WWW and clean up pkg-descr
-rw-r--r--devel/rubygem-actionview52/Makefile3
-rw-r--r--devel/rubygem-actionview52/pkg-descr2
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/