git: e91f8f5ffa31 - main - www/rubygem-railties60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e91f8f5ffa315c8faebe65f89a71eab027926eeb commit e91f8f5ffa315c8faebe65f89a71eab027926eeb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:49 +0000 www/rubygem-railties60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- www/rubygem-railties60/Makefile | 9 +++++---- www/rubygem-railties60/distinfo | 6 +++--- www/rubygem-railties60/pkg-descr | 2 -- 3 files changed, 8 insertions(+), 9 deletions(-) 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,18 +1,19 @@ 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 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 @@ -2,5 +2,3 @@ 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/