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