Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 04:09:02 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e0d131335ab2 - main - devel/rubygem-actionview4: Update WWW and clean up pkg-descr
Message-ID:  <202406180409.45I492cX079086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180409.45I492cX079086>