Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:15:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5118b8c8e29 - main - devel/rubygem-activesupport60: Update to 6.0.6
Message-ID:  <202212300915.2BU9FZLG023160@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit e5118b8c8e29979dc0e60c84d6f4acb6f48f0477
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:47 +0000

    devel/rubygem-activesupport60: Update to 6.0.6
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/rails/rails/releases
---
 devel/rubygem-activesupport60/Makefile  | 5 +++--
 devel/rubygem-activesupport60/distinfo  | 6 +++---
 devel/rubygem-activesupport60/pkg-descr | 2 --
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/rubygem-activesupport60/Makefile b/devel/rubygem-activesupport60/Makefile
index d1ab7168f14b..d75d0fcee766 100644
--- a/devel/rubygem-activesupport60/Makefile
+++ b/devel/rubygem-activesupport60/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	activesupport
-PORTVERSION=	6.0.5.1
+PORTVERSION=	6.0.6
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	60
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Utility classes and extension that are required by Rails MVC Framework
-WWW=		https://github.com/rails/rails/tree/main/activesupport
+WWW=		https://github.com/rails/rails/tree/main/activesupport \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
diff --git a/devel/rubygem-activesupport60/distinfo b/devel/rubygem-activesupport60/distinfo
index b27dd7faff46..951556252f00 100644
--- a/devel/rubygem-activesupport60/distinfo
+++ b/devel/rubygem-activesupport60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835537
-SHA256 (rubygem/activesupport-6.0.5.1.gem) = 582c64e4a69b9f58eb59edc9ad5f6e46cd8c5d8d7590f44c60a4f72488d514e5
-SIZE (rubygem/activesupport-6.0.5.1.gem) = 215040
+TIMESTAMP = 1669058215
+SHA256 (rubygem/activesupport-6.0.6.gem) = ca64cdc88190cd6e547f21b85cd9ab0325f41c0d7be23cd32cb6ee0a76943824
+SIZE (rubygem/activesupport-6.0.6.gem) = 215040
diff --git a/devel/rubygem-activesupport60/pkg-descr b/devel/rubygem-activesupport60/pkg-descr
index 1a383f69d9bb..67a1ee92e655 100644
--- a/devel/rubygem-activesupport60/pkg-descr
+++ b/devel/rubygem-activesupport60/pkg-descr
@@ -2,5 +2,3 @@ Active Support is a collection of utility classes and standard library
 extensions that were found useful for the Rails framework. These additions
 reside in this package so they can be loaded as needed in Ruby projects outside
 of Rails.
-
-See also: https://rubyonrails.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300915.2BU9FZLG023160>