git: 9c09529e972a - main - textproc/rubygem-actionpack-xml_parser-rails61: Fix version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 May 2025 03:41:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c09529e972acf23754abeff1753057a19793a34 commit 9c09529e972acf23754abeff1753057a19793a34 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-18 03:23:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-18 03:35:20 +0000 textproc/rubygem-actionpack-xml_parser-rails61: Fix version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr - Take maintainership --- textproc/rubygem-actionpack-xml_parser-rails61/Makefile | 9 +++++---- textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr | 2 -- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/textproc/rubygem-actionpack-xml_parser-rails61/Makefile b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile index 72a8f7282a85..9869da5191c1 100644 --- a/textproc/rubygem-actionpack-xml_parser-rails61/Makefile +++ b/textproc/rubygem-actionpack-xml_parser-rails61/Makefile @@ -4,15 +4,16 @@ CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails61 -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-actionpack61>=5.2:www/rubygem-actionpack61 \ - rubygem-railties61>=5.2:www/rubygem-railties61 +RUN_DEPENDS= rubygem-actionpack61>=5.0:www/rubygem-actionpack61 \ + rubygem-railties61>=5.0:www/rubygem-railties61 USES= gem diff --git a/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr b/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr index cb5a499bdf68..632f903caa1b 100644 --- a/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr +++ b/textproc/rubygem-actionpack-xml_parser-rails61/pkg-descr @@ -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/