diff --git a/www/rubygem-railties60/Makefile b/www/rubygem-railties60/Makefile index 0858debdf89c..dd547e230b2c 100644 --- a/www/rubygem-railties60/Makefile +++ b/www/rubygem-railties60/Makefile @@ -1,31 +1,32 @@ PORTNAME= railties -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 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-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ - rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \ + rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-method_source>=0:devel/rubygem-method_source \ rubygem-rake>=0.8.7:devel/rubygem-rake \ rubygem-thor>=0.20.3<2.0:devel/rubygem-thor USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/rails CONFLICTS_INSTALL= rubygem-railties4 rubygem-railties5 rubygem-railties50 PORTSCOUT= limit:^6\.0\. .include diff --git a/www/rubygem-railties60/distinfo b/www/rubygem-railties60/distinfo index 002db1bd383b..75e14df05320 100644 --- a/www/rubygem-railties60/distinfo +++ b/www/rubygem-railties60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835553 -SHA256 (rubygem/railties-6.0.5.1.gem) = 7faf831ab42a7541c952617351bf549f465ce4df60fc6a9c3e928dd8766cfe8a -SIZE (rubygem/railties-6.0.5.1.gem) = 455680 +TIMESTAMP = 1669058231 +SHA256 (rubygem/railties-6.0.6.gem) = 8a290ea514f11e345f112be746e1f907d3e257f64b210be09cbf59a347299499 +SIZE (rubygem/railties-6.0.6.gem) = 455680 diff --git a/www/rubygem-railties60/pkg-descr b/www/rubygem-railties60/pkg-descr index a7a4fafb58d9..fbc0144b3be4 100644 --- a/www/rubygem-railties60/pkg-descr +++ b/www/rubygem-railties60/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/