diff --git a/devel/rubygem-activesupport61/Makefile b/devel/rubygem-activesupport61/Makefile index 12f50f2fe9e7..54f6ecb27d67 100644 --- a/devel/rubygem-activesupport61/Makefile +++ b/devel/rubygem-activesupport61/Makefile @@ -1,30 +1,30 @@ # Created by: Jonathan Weiss () PORTNAME= activesupport -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework 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 2ee95ae849b3..f3adc411e1a4 100644 --- a/devel/rubygem-activesupport61/distinfo +++ b/devel/rubygem-activesupport61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664510 -SHA256 (rubygem/activesupport-6.1.4.1.gem) = 44b781877c2189aa15ca5451e2d310dcedfd16c01df1106f68a91b82990cfda5 -SIZE (rubygem/activesupport-6.1.4.1.gem) = 219648 +TIMESTAMP = 1641046820 +SHA256 (rubygem/activesupport-6.1.4.4.gem) = 28d58c0276c76d4f1daad9f069f511a092e242711a9113e59db926a769fa7667 +SIZE (rubygem/activesupport-6.1.4.4.gem) = 219648 diff --git a/devel/rubygem-activesupport61/pkg-descr b/devel/rubygem-activesupport61/pkg-descr index 8f9f21005487..73f7c77ae92c 100644 --- a/devel/rubygem-activesupport61/pkg-descr +++ b/devel/rubygem-activesupport61/pkg-descr @@ -1,7 +1,7 @@ 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. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/activesupport +WWW: https://github.com/rails/rails/tree/main/activesupport