diff --git a/devel/rubygem-activesupport70/Makefile b/devel/rubygem-activesupport70/Makefile index 2bd72a099f26..926c2c402dac 100644 --- a/devel/rubygem-activesupport70/Makefile +++ b/devel/rubygem-activesupport70/Makefile @@ -1,28 +1,29 @@ PORTNAME= activesupport PORTVERSION= 7.0.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit of support libraries and Ruby core extensions extracted from the Rails 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 USES= cpe gem USE_RUBY= yes NO_ARCH= yes CPE_VENDOR= activesupport_project PORTSCOUT= limit:^7\.0\. .include diff --git a/devel/rubygem-activesupport70/pkg-descr b/devel/rubygem-activesupport70/pkg-descr index 1a383f69d9bb..67a1ee92e655 100644 --- a/devel/rubygem-activesupport70/pkg-descr +++ b/devel/rubygem-activesupport70/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/