Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 14:42:20 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: 0ca240729286 - main - devel/rubygem-json: Update to 2.7.3
Message-ID:  <202410291442.49TEgKro068466@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=0ca240729286c73ec8839d58b3148846fdd99f96

commit 0ca240729286c73ec8839d58b3148846fdd99f96
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:20:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:48 +0000

    devel/rubygem-json: Update to 2.7.3
    
    - Update COMMENT
    - Update WWW
    - Add LICENSE_FILE
    - Take maintainership
    
    Changes:        https://github.com/ruby/json/releases
---
 devel/rubygem-json/Makefile | 11 +++++++----
 devel/rubygem-json/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile
index 92d9d545a8b7..d0726bd73c4f 100644
--- a/devel/rubygem-json/Makefile
+++ b/devel/rubygem-json/Makefile
@@ -1,14 +1,17 @@
 PORTNAME=	json
-PORTVERSION=	2.7.2
+PORTVERSION=	2.7.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Parse JSON texts and generate them from ruby data structures
-WWW=		https://flori.github.io/json/
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	JSON implementation as a Ruby extension in C
+WWW=		https://ruby.github.io/json/ \
+		https://github.com/ruby/json/releases
 
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
 
 USES=		gem
 
diff --git a/devel/rubygem-json/distinfo b/devel/rubygem-json/distinfo
index 4c817c89812a..347d8514a819 100644
--- a/devel/rubygem-json/distinfo
+++ b/devel/rubygem-json/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712330707
-SHA256 (rubygem/json-2.7.2.gem) = 1898b5cbc81cd36c0fd4d0b7ad2682c39fb07c5ff682fc6265f678f550d4982c
-SIZE (rubygem/json-2.7.2.gem) = 68608
+TIMESTAMP = 1729994394
+SHA256 (rubygem/json-2.7.3.gem) = 7cc3ccbfc5f83025f5524776ae8581e911772944169666988406679251932bdf
+SIZE (rubygem/json-2.7.3.gem) = 67072



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