git: 94755421dc7d - main - net/rubygem-activestorage60: Update to 6.0.6

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:15:38 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94755421dc7dff5698691c5c676d9b9af0f4c0ef

commit 94755421dc7dff5698691c5c676d9b9af0f4c0ef
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:48 +0000

    net/rubygem-activestorage60: Update to 6.0.6
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/rails/rails/releases
---
 net/rubygem-activestorage60/Makefile  | 11 ++++++-----
 net/rubygem-activestorage60/distinfo  |  6 +++---
 net/rubygem-activestorage60/pkg-descr |  2 --
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/net/rubygem-activestorage60/Makefile b/net/rubygem-activestorage60/Makefile
index 9addcb14d3e3..6a898a8fb644 100644
--- a/net/rubygem-activestorage60/Makefile
+++ b/net/rubygem-activestorage60/Makefile
@@ -1,19 +1,20 @@
 PORTNAME=	activestorage
-PORTVERSION=	6.0.5.1
+PORTVERSION=	6.0.6
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Attach cloud and local files in Rails applications
-WWW=		https://github.com/rails/rails/tree/main/activestorage
+WWW=		https://github.com/rails/rails/tree/main/activestorage \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
-		rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \
-		rubygem-activerecord60>=${PORTVERSION}:databases/rubygem-activerecord60 \
+RUN_DEPENDS=	rubygem-actionpack60>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack60 \
+		rubygem-activejob60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob60 \
+		rubygem-activerecord60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord60 \
 		rubygem-marcel>=1.0<2:devel/rubygem-marcel
 
 USES=		gem
diff --git a/net/rubygem-activestorage60/distinfo b/net/rubygem-activestorage60/distinfo
index 4a31f8d62aff..b946fd0728f5 100644
--- a/net/rubygem-activestorage60/distinfo
+++ b/net/rubygem-activestorage60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835543
-SHA256 (rubygem/activestorage-6.0.5.1.gem) = 66513f76d3e90b38a25f7c8a33196b889a31bbe8368cfb0554b8f6cf6726b0e5
-SIZE (rubygem/activestorage-6.0.5.1.gem) = 53248
+TIMESTAMP = 1669058221
+SHA256 (rubygem/activestorage-6.0.6.gem) = fc3cd7997ebba8b5978054d010a14fd85465dd4da59caa0061f408e78dc87ca2
+SIZE (rubygem/activestorage-6.0.6.gem) = 53248
diff --git a/net/rubygem-activestorage60/pkg-descr b/net/rubygem-activestorage60/pkg-descr
index d9f893077cf5..48422441ebc3 100644
--- a/net/rubygem-activestorage60/pkg-descr
+++ b/net/rubygem-activestorage60/pkg-descr
@@ -9,5 +9,3 @@ to the cloud.
 
 Image files can furthermore be transformed using on-demand variants for quality,
 aspect ratio, size, or any other MiniMagick or Vips supported transformation.
-
-See also: https://rubyonrails.org/