aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:01 +0000
commit036e1dbb12c60414fe24ba2a1c7fe51a70301bdd (patch)
tree37dc94d0744272d3efe4bea7858057794172037c
parente0d131335ab2ffc90f85a1488f544c368bb5f22a (diff)
downloadports-036e1dbb12c60414fe24ba2a1c7fe51a70301bdd.tar.gz
ports-036e1dbb12c60414fe24ba2a1c7fe51a70301bdd.zip
devel/rubygem-actionview5: Update WWW and clean up pkg-descr
-rw-r--r--devel/rubygem-actionview5/Makefile3
-rw-r--r--devel/rubygem-actionview5/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rubygem-actionview5/Makefile b/devel/rubygem-actionview5/Makefile
index 68b67869e355..f5bb2df58fc3 100644
--- a/devel/rubygem-actionview5/Makefile
+++ b/devel/rubygem-actionview5/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
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-actionview5/pkg-descr b/devel/rubygem-actionview5/pkg-descr
index 0a377a8d6129..904615b292ae 100644
--- a/devel/rubygem-actionview5/pkg-descr
+++ b/devel/rubygem-actionview5/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/