git: 3f0ddceb8cca - main - devel/rubygem-activesupport50: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f0ddceb8ccadad8c70e4c11bb6e1bdf060e9ab1 commit 3f0ddceb8ccadad8c70e4c11bb6e1bdf060e9ab1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:01:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:01:08 +0000 devel/rubygem-activesupport50: Update WWW and clean up pkg-descr --- devel/rubygem-activesupport50/Makefile | 3 ++- devel/rubygem-activesupport50/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-activesupport50/Makefile b/devel/rubygem-activesupport50/Makefile index d71d762f3a4e..8fbbdcefc30e 100644 --- a/devel/rubygem-activesupport50/Makefile +++ b/devel/rubygem-activesupport50/Makefile @@ -7,7 +7,8 @@ PKGNAMESUFFIX= 50 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-activesupport50/pkg-descr b/devel/rubygem-activesupport50/pkg-descr index 1a383f69d9bb..67a1ee92e655 100644 --- a/devel/rubygem-activesupport50/pkg-descr +++ b/devel/rubygem-activesupport50/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/