git: 338a2b2b8a93 - main - devel/rubygem-activesupport61: Update to 6.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=338a2b2b8a93eceba61d440dadbe9a1923617254 commit 338a2b2b8a93eceba61d440dadbe9a1923617254 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:50 +0000 devel/rubygem-activesupport61: Update to 6.1.7 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- devel/rubygem-activesupport61/Makefile | 5 +++-- devel/rubygem-activesupport61/distinfo | 6 +++--- devel/rubygem-activesupport61/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/rubygem-activesupport61/Makefile b/devel/rubygem-activesupport61/Makefile index e8d015bdc962..b85449a59436 100644 --- a/devel/rubygem-activesupport61/Makefile +++ b/devel/rubygem-activesupport61/Makefile @@ -1,12 +1,13 @@ PORTNAME= activesupport -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 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://github.com/rails/rails/tree/main/activesupport \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/devel/rubygem-activesupport61/distinfo b/devel/rubygem-activesupport61/distinfo index b5972efc817a..b2689a0c9e31 100644 --- a/devel/rubygem-activesupport61/distinfo +++ b/devel/rubygem-activesupport61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835563 -SHA256 (rubygem/activesupport-6.1.6.1.gem) = 5fc9fd6fe6f755e7523bb3aaf4370fb91a8416b39e3202939fd8bded4fec606d -SIZE (rubygem/activesupport-6.1.6.1.gem) = 220672 +TIMESTAMP = 1669058241 +SHA256 (rubygem/activesupport-6.1.7.gem) = f9dee8a4cc315714e29228328428437c8779f58237749339afadbdcfb5c0b74c +SIZE (rubygem/activesupport-6.1.7.gem) = 220672 diff --git a/devel/rubygem-activesupport61/pkg-descr b/devel/rubygem-activesupport61/pkg-descr index 1a383f69d9bb..67a1ee92e655 100644 --- a/devel/rubygem-activesupport61/pkg-descr +++ b/devel/rubygem-activesupport61/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/