textproc/rubygem-actionpack-xml_parser-rails72: Fix version requirement of RUN_DEPENDS

- Update WWW and clean up pkg-descr
- Take maintainership
This commit is contained in:
Po-Chuan Hsieh 2025-05-18 11:23:41 +08:00
parent 9c09529e97
commit 4cf32d5ca0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 5 additions and 6 deletions

View File

@ -4,15 +4,16 @@ CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails72
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XML parameters parser for Action Pack
WWW= https://github.com/rails/actionpack-xml_parser
WWW= https://rubyonrails.org/ \
https://github.com/rails/actionpack-xml_parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack72>=7.2:www/rubygem-actionpack72 \
rubygem-railties72>=7.2:www/rubygem-railties72
RUN_DEPENDS= rubygem-actionpack72>=5.0:www/rubygem-actionpack72 \
rubygem-railties72>=5.0:www/rubygem-railties72
USES= gem

View File

@ -1,4 +1,2 @@
actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
core in Rails 4.0).
See also: https://rubyonrails.org/