diff --git a/textproc/rubygem-actiontext61/Makefile b/textproc/rubygem-actiontext61/Makefile index 8217226adc9f..b83883f057d4 100644 --- a/textproc/rubygem-actiontext61/Makefile +++ b/textproc/rubygem-actiontext61/Makefile @@ -1,27 +1,28 @@ PORTNAME= actiontext -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 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-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \ - rubygem-activerecord61>=${PORTVERSION}:databases/rubygem-activerecord61 \ - rubygem-activestorage61>=${PORTVERSION}:net/rubygem-activestorage61 \ - rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \ +RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \ + rubygem-activerecord61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord61 \ + rubygem-activestorage61>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage61 \ + rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \ rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/textproc/rubygem-actiontext61/distinfo b/textproc/rubygem-actiontext61/distinfo index 16919e52f52b..de886108c304 100644 --- a/textproc/rubygem-actiontext61/distinfo +++ b/textproc/rubygem-actiontext61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835571 -SHA256 (rubygem/actiontext-6.1.6.1.gem) = ff26b96769b6f4bdf3c0e74f613b232b2cdab7e46f1433c9cfa4fdcd081afac0 -SIZE (rubygem/actiontext-6.1.6.1.gem) = 19456 +TIMESTAMP = 1669058249 +SHA256 (rubygem/actiontext-6.1.7.gem) = c5d3af4168619923d0ff661207215face3e03f7a04c083b5d347f190f639798e +SIZE (rubygem/actiontext-6.1.7.gem) = 19456 diff --git a/textproc/rubygem-actiontext61/pkg-descr b/textproc/rubygem-actiontext61/pkg-descr index e7392812a0de..785267e465f8 100644 --- a/textproc/rubygem-actiontext61/pkg-descr +++ b/textproc/rubygem-actiontext61/pkg-descr @@ -1,9 +1,7 @@ Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix 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/