www/rubygem-actionpack61: Update to 6.1.7
- Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases
This commit is contained in:
parent
67bf163561
commit
50ef0f241a
@ -1,19 +1,19 @@
|
||||
PORTNAME= actionpack
|
||||
PORTVERSION= 6.1.6.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 6.1.7
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 61
|
||||
|
||||
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-actionview61>=${PORTVERSION}:devel/rubygem-actionview61 \
|
||||
rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
|
||||
RUN_DEPENDS= rubygem-actionview61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview61 \
|
||||
rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
|
||||
rubygem-rack22>=2.0.9,3<3,3:www/rubygem-rack22 \
|
||||
rubygem-rack-test>=0.6.3:www/rubygem-rack-test \
|
||||
rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1657835575
|
||||
SHA256 (rubygem/actionpack-6.1.6.1.gem) = f3e0a82a62aa36fecadbacbb266e38338da032f18aaf97674f335671b420bdd4
|
||||
SIZE (rubygem/actionpack-6.1.6.1.gem) = 226304
|
||||
TIMESTAMP = 1669058253
|
||||
SHA256 (rubygem/actionpack-6.1.7.gem) = 3a8580e3721757371328906f953b332d5c95bd56a1e4f344b3fee5d55dc1cf37
|
||||
SIZE (rubygem/actionpack-6.1.7.gem) = 226304
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user