Received: by mail.netbsd.org (Postfix, from userid 605) id 595E984EDC; Mon, 30 Aug 2021 16:08:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 953ED84ED2 for ; Mon, 30 Aug 2021 16:08:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id O_do2MKZD1U1 for ; Mon, 30 Aug 2021 16:08:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16E4D84CDA for ; Mon, 30 Aug 2021 16:08:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10902FA97; Mon, 30 Aug 2021 16:08:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630339718132950" MIME-Version: 1.0 Date: Mon, 30 Aug 2021 16:08:38 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-arel-helpers To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210830160838.10902FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630339718132950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Aug 30 16:08:37 UTC 2021 Modified Files: pkgsrc/databases/ruby-arel-helpers: Makefile distinfo Log Message: databases/ruby-arel-helpers: update to 2.12.1 2.12.1 (2021-08-26) * Support Ruby 3.0. * Move to GitHub actions. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/ruby-arel-helpers/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-arel-helpers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630339718132950 Content-Disposition: inline Content-Length: 1738 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/ruby-arel-helpers/Makefile diff -u pkgsrc/databases/ruby-arel-helpers/Makefile:1.7 pkgsrc/databases/ruby-arel-helpers/Makefile:1.8 --- pkgsrc/databases/ruby-arel-helpers/Makefile:1.7 Sun Jan 10 14:12:20 2021 +++ pkgsrc/databases/ruby-arel-helpers/Makefile Mon Aug 30 16:08:37 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/01/10 14:12:20 taca Exp $ +# $NetBSD: Makefile,v 1.8 2021/08/30 16:08:37 taca Exp $ -DISTNAME= arel-helpers-2.12.0 +DISTNAME= arel-helpers-2.12.1 CATEGORIES= databases MAINTAINER= minskim@NetBSD.org Index: pkgsrc/databases/ruby-arel-helpers/distinfo diff -u pkgsrc/databases/ruby-arel-helpers/distinfo:1.5 pkgsrc/databases/ruby-arel-helpers/distinfo:1.6 --- pkgsrc/databases/ruby-arel-helpers/distinfo:1.5 Sun Jan 10 14:12:20 2021 +++ pkgsrc/databases/ruby-arel-helpers/distinfo Mon Aug 30 16:08:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/01/10 14:12:20 taca Exp $ +$NetBSD: distinfo,v 1.6 2021/08/30 16:08:37 taca Exp $ -SHA1 (arel-helpers-2.12.0.gem) = be0ba0a7f258b207ed1d6afe34fc6d5021e27552 -RMD160 (arel-helpers-2.12.0.gem) = b34581d1cc291e60ecf8535495eb4981ea2b6a7a -SHA512 (arel-helpers-2.12.0.gem) = 6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef -Size (arel-helpers-2.12.0.gem) = 21504 bytes +SHA1 (arel-helpers-2.12.1.gem) = 369674099d3beaff65dd0a96c63990ccde2cae3c +RMD160 (arel-helpers-2.12.1.gem) = 7239dd7e3dea7d5527df1d52d9cc2bce85bfac96 +SHA512 (arel-helpers-2.12.1.gem) = 6d10bd57d74ccf1780927aa1fdccb4697a2e9cdbdf93bcc392b9453890043a8a6a4b57bef25d43f1f7d1597ef92d938afa9c67c54140b9e0b36b7b23c2de1837 +Size (arel-helpers-2.12.1.gem) = 16896 bytes --_----------=_1630339718132950--