git: cd6725460822 - main - textproc/rubygem-actiontext70: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd672546082262a92b13af68d92237d3d27e1e92 commit cd672546082262a92b13af68d92237d3d27e1e92 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:51:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:55 +0000 textproc/rubygem-actiontext70: Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr --- textproc/rubygem-actiontext70/Makefile | 11 ++++++----- textproc/rubygem-actiontext70/pkg-descr | 2 -- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/textproc/rubygem-actiontext70/Makefile b/textproc/rubygem-actiontext70/Makefile index 233d68c018cc..ed14815b0151 100644 --- a/textproc/rubygem-actiontext70/Makefile +++ b/textproc/rubygem-actiontext70/Makefile @@ -6,15 +6,16 @@ PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Edit and display rich text in Rails applications -WWW= https://github.com/rails/rails/tree/main/actiontext +WWW= https://github.com/rails/rails/tree/main/actiontext \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ - rubygem-activerecord70>=${PORTVERSION}:databases/rubygem-activerecord70 \ - rubygem-activestorage70>=${PORTVERSION}:net/rubygem-activestorage70 \ - rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \ + rubygem-activerecord70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord70 \ + rubygem-activestorage70>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage70 \ + rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-globalid-rails70>=0.6.0:databases/rubygem-globalid-rails70 \ rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri diff --git a/textproc/rubygem-actiontext70/pkg-descr b/textproc/rubygem-actiontext70/pkg-descr index e7392812a0de..785267e465f8 100644 --- a/textproc/rubygem-actiontext70/pkg-descr +++ b/textproc/rubygem-actiontext70/pkg-descr @@ -5,5 +5,3 @@ editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model. - -See also: https://rubyonrails.org/