git: 7b5003402f1a - main - devel/rubygem-activesupport4: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b5003402f1a6a3f43bee4b316ce102b8df964f4
commit 7b5003402f1a6a3f43bee4b316ce102b8df964f4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-18 04:01:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-18 04:01:06 +0000
devel/rubygem-activesupport4: Update WWW and clean up pkg-descr
---
devel/rubygem-activesupport4/Makefile | 3 ++-
devel/rubygem-activesupport4/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/rubygem-activesupport4/Makefile b/devel/rubygem-activesupport4/Makefile
index 4c3f8e9ab39f..5ef3d4c31197 100644
--- a/devel/rubygem-activesupport4/Makefile
+++ b/devel/rubygem-activesupport4/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
-WWW= https://github.com/rails/rails/tree/main/activesupport
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/activesupport
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/devel/rubygem-activesupport4/pkg-descr b/devel/rubygem-activesupport4/pkg-descr
index 1a383f69d9bb..67a1ee92e655 100644
--- a/devel/rubygem-activesupport4/pkg-descr
+++ b/devel/rubygem-activesupport4/pkg-descr
@@ -2,5 +2,3 @@ Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects outside
of Rails.
-
-See also: https://rubyonrails.org/