diff --git a/textproc/rubygem-actiontext60/Makefile b/textproc/rubygem-actiontext60/Makefile index 44926c46e23f..f587172732ec 100644 --- a/textproc/rubygem-actiontext60/Makefile +++ b/textproc/rubygem-actiontext60/Makefile @@ -1,27 +1,28 @@ PORTNAME= actiontext -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 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-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \ - rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \ - rubygem-activestorage60>=${PORTVERSION}:net/rubygem-activestorage60 \ - rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \ + rubygem-activerecord60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord60 \ + rubygem-activestorage60>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage60 \ + rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-nokogiri>=1.8.5:textproc/rubygem-nokogiri USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.0\. .include diff --git a/textproc/rubygem-actiontext60/distinfo b/textproc/rubygem-actiontext60/distinfo index 3b73f36b7fac..1bf12a1047ed 100644 --- a/textproc/rubygem-actiontext60/distinfo +++ b/textproc/rubygem-actiontext60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835545 -SHA256 (rubygem/actiontext-6.0.5.1.gem) = 09f3d6e36a32672369d1e6838ad18a2baddeccc61b5d583a72cc30eea5bce015 -SIZE (rubygem/actiontext-6.0.5.1.gem) = 17920 +TIMESTAMP = 1669058223 +SHA256 (rubygem/actiontext-6.0.6.gem) = 2a7aeebf61d6dd003150e78b61a08e0d3a18a4c4b8dab7a240b30c35c592d9c7 +SIZE (rubygem/actiontext-6.0.6.gem) = 17920 diff --git a/textproc/rubygem-actiontext60/pkg-descr b/textproc/rubygem-actiontext60/pkg-descr index e7392812a0de..785267e465f8 100644 --- a/textproc/rubygem-actiontext60/pkg-descr +++ b/textproc/rubygem-actiontext60/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/