git: 25c73e02b42d - main - www/rubygem-actionpack60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=25c73e02b42d0d18e50b38a456926dd3c57f00d5 commit 25c73e02b42d0d18e50b38a456926dd3c57f00d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:49 +0000 www/rubygem-actionpack60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- www/rubygem-actionpack60/Makefile | 10 +++++----- www/rubygem-actionpack60/distinfo | 6 +++--- www/rubygem-actionpack60/pkg-descr | 2 -- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/www/rubygem-actionpack60/Makefile b/www/rubygem-actionpack60/Makefile index f6653e5cfb34..4d203931ea1b 100644 --- a/www/rubygem-actionpack60/Makefile +++ b/www/rubygem-actionpack60/Makefile @@ -1,19 +1,19 @@ PORTNAME= actionpack -PORTVERSION= 6.0.5.1 -PORTREVISION= 1 +PORTVERSION= 6.0.6 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework -WWW= https://github.com/rails/rails/tree/main/actionpack +WWW= https://github.com/rails/rails/tree/main/actionpack \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionview60>=${PORTVERSION}:devel/rubygem-actionview60 \ - rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-actionview60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview60 \ + rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-rack22>=2.0.8,3<3,3:www/rubygem-rack22 \ rubygem-rack-test>=0.6.3:www/rubygem-rack-test \ rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60 \ diff --git a/www/rubygem-actionpack60/distinfo b/www/rubygem-actionpack60/distinfo index 238833f561cb..35233e241b8f 100644 --- a/www/rubygem-actionpack60/distinfo +++ b/www/rubygem-actionpack60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835549 -SHA256 (rubygem/actionpack-6.0.5.1.gem) = e0c65ee7b7f08483f36ba02572165e4e360fee5f56e8fa1e46e0b6d12a3d027b -SIZE (rubygem/actionpack-6.0.5.1.gem) = 218624 +TIMESTAMP = 1669058227 +SHA256 (rubygem/actionpack-6.0.6.gem) = 8836e6bc02c379c329bd4b85e8f9e62df27ad22fd383068433d54a17ec19edea +SIZE (rubygem/actionpack-6.0.6.gem) = 218624 diff --git a/www/rubygem-actionpack60/pkg-descr b/www/rubygem-actionpack60/pkg-descr index efef1aca62fa..6aaa673d1002 100644 --- a/www/rubygem-actionpack60/pkg-descr +++ b/www/rubygem-actionpack60/pkg-descr @@ -18,5 +18,3 @@ Controller module. Necessary Action Dispatch functionality is activated by default and Action View rendering is implicitly triggered by Action Controller. However, these modules are designed to function on their own and can be used outside of Rails. - -See also: https://rubyonrails.org/