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,29 +1,30 @@ 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 RUN_DEPENDS= rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \ rubygem-i18n>=1.6,2<2,2:devel/rubygem-i18n \ rubygem-minitest>=5.1:devel/rubygem-minitest \ rubygem-tzinfo>=2.0<3:devel/rubygem-tzinfo \ rubygem-zeitwerk>=2.3<3:devel/rubygem-zeitwerk USES= cpe gem USE_RUBY= yes NO_ARCH= yes CPE_VENDOR= activesupport_project PORTSCOUT= limit:^6\.1\. .include 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 @@ -1,6 +1,4 @@ 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/