From owner-dev-commits-ports-main@freebsd.org Wed Jun 30 20:48:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E2F164D58B; Wed, 30 Jun 2021 20:48:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFYN95BT7z3wS9; Wed, 30 Jun 2021 20:48:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 408FB13B1D; Wed, 30 Jun 2021 20:48:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15UKmfZt057754; Wed, 30 Jun 2021 20:48:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UKmfcH057753; Wed, 30 Jun 2021 20:48:41 GMT (envelope-from git) Date: Wed, 30 Jun 2021 20:48:41 GMT Message-Id: <202106302048.15UKmfcH057753@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 71c14f5d5ecd - main - devel/rubygem-json_schema: Update to 0.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 71c14f5d5ecdf172f2573b5e95a7299ff73415d5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 20:48:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=71c14f5d5ecdf172f2573b5e95a7299ff73415d5 commit 71c14f5d5ecdf172f2573b5e95a7299ff73415d5 Author: Po-Chuan Hsieh AuthorDate: 2021-06-30 20:40:25 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-30 20:44:16 +0000 devel/rubygem-json_schema: Update to 0.21.0 - Add LICENSE_FILE Changes: https://github.com/brandur/json_schema/blob/master/CHANGELOG --- devel/rubygem-json_schema/Makefile | 6 ++++-- devel/rubygem-json_schema/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-json_schema/Makefile b/devel/rubygem-json_schema/Makefile index fd66eb083d3b..5f8ec16c1e7e 100644 --- a/devel/rubygem-json_schema/Makefile +++ b/devel/rubygem-json_schema/Makefile @@ -1,7 +1,7 @@ # Created by: Stéphane D'Alu PORTNAME= json_schema -PORTVERSION= 0.20.9 +PORTVERSION= 0.21.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,11 +9,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= JSON Schema V4 and Hyperschema V4 parser and validator LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes -PLIST_FILES= bin/validate-schema NO_ARCH= yes +PLIST_FILES= bin/validate-schema + .include diff --git a/devel/rubygem-json_schema/distinfo b/devel/rubygem-json_schema/distinfo index db5908ac7fd1..9ae8bddeca34 100644 --- a/devel/rubygem-json_schema/distinfo +++ b/devel/rubygem-json_schema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608252192 -SHA256 (rubygem/json_schema-0.20.9.gem) = 2ccb9054df9cdbb9b46c89fd7be482108811e080ee32ccef59047d7b2a3dae1d -SIZE (rubygem/json_schema-0.20.9.gem) = 37376 +TIMESTAMP = 1624630302 +SHA256 (rubygem/json_schema-0.21.0.gem) = d6e1eaf004a5185b7679eee34286a79d48e467d794ff68981d72ad23d3b2ec5b +SIZE (rubygem/json_schema-0.21.0.gem) = 37376