diff --git a/www/rubygem-railties61/Makefile b/www/rubygem-railties61/Makefile index 43b5304bf072..655e819c7308 100644 --- a/www/rubygem-railties61/Makefile +++ b/www/rubygem-railties61/Makefile @@ -1,31 +1,32 @@ PORTNAME= railties -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Rails internals bootup, plugins, generators, and rake tasks -WWW= https://github.com/rails/rails/tree/master/railties +WWW= https://github.com/rails/rails/tree/master/railties \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ - rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ +RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \ + rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=12.2:devel/rubygem-rake \ rubygem-thor>=1.0<2:devel/rubygem-thor USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/rails CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties50 rubygem-railties52 rubygem-railties60 PORTSCOUT= limit:^6\.1\. .include diff --git a/www/rubygem-railties61/distinfo b/www/rubygem-railties61/distinfo index 72e6f68363ec..e33f04448440 100644 --- a/www/rubygem-railties61/distinfo +++ b/www/rubygem-railties61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835579 -SHA256 (rubygem/railties-6.1.6.1.gem) = bafecdf2dcbe4ea44e1ab7081fd797aa87ae9bbcd0f3a4372b662a1b93949733 -SIZE (rubygem/railties-6.1.6.1.gem) = 457216 +TIMESTAMP = 1669058257 +SHA256 (rubygem/railties-6.1.7.gem) = 5df0960e55db0edd305de26f7a3cf7da695c035cd6cd5bf8c8c79df9338e9fc7 +SIZE (rubygem/railties-6.1.7.gem) = 457216 diff --git a/www/rubygem-railties61/pkg-descr b/www/rubygem-railties61/pkg-descr index a7a4fafb58d9..fbc0144b3be4 100644 --- a/www/rubygem-railties61/pkg-descr +++ b/www/rubygem-railties61/pkg-descr @@ -1,6 +1,4 @@ Railties is responsible for gluing all frameworks together. Overall, it: - handles the bootstrapping process for a Rails application; - manages the rails command line interface; - and provides the Rails generators core. - -See also: https://rubyonrails.org/