git: 0481a2a31678 - main - textproc/rubygem-actiontext60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0481a2a31678a2c9027034982ad0cf43e77066cd commit 0481a2a31678a2c9027034982ad0cf43e77066cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:48 +0000 textproc/rubygem-actiontext60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- textproc/rubygem-actiontext60/Makefile | 13 +++++++------ textproc/rubygem-actiontext60/distinfo | 6 +++--- textproc/rubygem-actiontext60/pkg-descr | 2 -- 3 files changed, 10 insertions(+), 11 deletions(-) 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,20 +1,21 @@ 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 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 @@ -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/