From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 22:08:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 88A84672A20; Sun, 18 Jul 2021 22:08:20 +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 4GSfHl3hHvz3JVM; Sun, 18 Jul 2021 22:08:19 +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 B97B733DB; Sun, 18 Jul 2021 22:08:17 +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 16IM8Hni074912; Sun, 18 Jul 2021 22:08:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16IM8HVr074911; Sun, 18 Jul 2021 22:08:17 GMT (envelope-from git) Date: Sun, 18 Jul 2021 22:08:17 GMT Message-Id: <202107182208.16IM8HVr074911@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: 7a72d2f4dcf2 - main - security/rubygem-six: Update to 0.2.2 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: 7a72d2f4dcf2a90c3b10cdf31e6386cedd5be511 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2021 22:08:21 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a72d2f4dcf2a90c3b10cdf31e6386cedd5be511 commit 7a72d2f4dcf2a90c3b10cdf31e6386cedd5be511 Author: Po-Chuan Hsieh AuthorDate: 2021-07-18 21:46:06 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-18 22:07:17 +0000 security/rubygem-six: Update to 0.2.2 - Add LICENSE_FILE - Update WWW Changes: https://github.com/dzaporozhets/six/blob/master/CHANGELOG https://github.com/dzaporozhets/six/commits/master --- security/rubygem-six/Makefile | 9 +++++---- security/rubygem-six/distinfo | 6 +++--- security/rubygem-six/pkg-descr | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile index cf666ebf7f7a..d4f3f9c8bf9d 100644 --- a/security/rubygem-six/Makefile +++ b/security/rubygem-six/Makefile @@ -1,5 +1,5 @@ PORTNAME= six -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -7,10 +7,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Very simple authorization gem LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include diff --git a/security/rubygem-six/distinfo b/security/rubygem-six/distinfo index c06d19635c63..baddd72aea2c 100644 --- a/security/rubygem-six/distinfo +++ b/security/rubygem-six/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515599813 -SHA256 (rubygem/six-0.2.1.gem) = 97424f909700f6bcdbd9f2a7ee2da9812a34e54a5149eba467e9e8eb6a35502e -SIZE (rubygem/six-0.2.1.gem) = 6144 +TIMESTAMP = 1626542098 +SHA256 (rubygem/six-0.2.2.gem) = 37b7c6476687f6271c2904995cc5cc967254433d9c9064922a3bc3a69c93e9fc +SIZE (rubygem/six-0.2.2.gem) = 6144 diff --git a/security/rubygem-six/pkg-descr b/security/rubygem-six/pkg-descr index 0bc887d0e282..8b04e0c4b58c 100644 --- a/security/rubygem-six/pkg-descr +++ b/security/rubygem-six/pkg-descr @@ -1,3 +1,3 @@ Very simple authorization gem -WWW: https://github.com/randx/six +WWW: https://github.com/dzaporozhets/six