diff --git a/textproc/rubygem-actiontext61/Makefile b/textproc/rubygem-actiontext61/Makefile index cf7c43789c0d..dea85981f076 100644 --- a/textproc/rubygem-actiontext61/Makefile +++ b/textproc/rubygem-actiontext61/Makefile @@ -1,28 +1,28 @@ # Created by: Po-Chuan Hsieh PORTNAME= actiontext -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Edit and display rich text in Rails applications 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 \ 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 c761cbd20d70..61266e3eb09f 100644 --- a/textproc/rubygem-actiontext61/distinfo +++ b/textproc/rubygem-actiontext61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664518 -SHA256 (rubygem/actiontext-6.1.4.1.gem) = 02953e65adb6805e0279ffaf44f4faceb4e89adc038d0ed7b73b018831f18e54 -SIZE (rubygem/actiontext-6.1.4.1.gem) = 19456 +TIMESTAMP = 1641046828 +SHA256 (rubygem/actiontext-6.1.4.4.gem) = 23eef9fb76ae313a0ba4442a972984f365c3f34dc9944347a7e96a8a7e4825c9 +SIZE (rubygem/actiontext-6.1.4.4.gem) = 19456 diff --git a/textproc/rubygem-actiontext61/pkg-descr b/textproc/rubygem-actiontext61/pkg-descr index bac5cd69d009..036cbddc577e 100644 --- a/textproc/rubygem-actiontext61/pkg-descr +++ b/textproc/rubygem-actiontext61/pkg-descr @@ -1,10 +1,10 @@ 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. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/actiontext +WWW: https://github.com/rails/rails/tree/main/actiontext