Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D42284ECD for ; Sat, 15 Jul 2023 14:38:42 +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 aR0ljdFV7WBB for ; Sat, 15 Jul 2023 14:38:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C016984D6B for ; Sat, 15 Jul 2023 14:38:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCFE1FBDB; Sat, 15 Jul 2023 14:38:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689431921194870" MIME-Version: 1.0 Date: Sat, 15 Jul 2023 14:38:41 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rgl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230715143841.BCFE1FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689431921194870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Jul 15 14:38:41 UTC 2023 Modified Files: pkgsrc/devel/ruby-rgl: Makefile distinfo Log Message: devel/ruby-rgl: update to 0.6.6 0.6.6 (2023-07-10) * Bump GoogleCloudPlatform/release-please-action from 2 to 3 (#120, #122) (3e804d4) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby-rgl/Makefile \ pkgsrc/devel/ruby-rgl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689431921194870 Content-Disposition: inline Content-Length: 1433 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rgl/Makefile diff -u pkgsrc/devel/ruby-rgl/Makefile:1.20 pkgsrc/devel/ruby-rgl/Makefile:1.21 --- pkgsrc/devel/ruby-rgl/Makefile:1.20 Sun Jul 2 05:28:59 2023 +++ pkgsrc/devel/ruby-rgl/Makefile Sat Jul 15 14:38:41 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2023/07/02 05:28:59 taca Exp $ +# $NetBSD: Makefile,v 1.21 2023/07/15 14:38:41 taca Exp $ -DISTNAME= rgl-0.6.5 +DISTNAME= rgl-0.6.6 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-rgl/distinfo diff -u pkgsrc/devel/ruby-rgl/distinfo:1.20 pkgsrc/devel/ruby-rgl/distinfo:1.21 --- pkgsrc/devel/ruby-rgl/distinfo:1.20 Sun Jul 2 05:28:59 2023 +++ pkgsrc/devel/ruby-rgl/distinfo Sat Jul 15 14:38:41 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2023/07/02 05:28:59 taca Exp $ +$NetBSD: distinfo,v 1.21 2023/07/15 14:38:41 taca Exp $ -BLAKE2s (rgl-0.6.5.gem) = 97a185905bd57046b2d8849e8906ce5e24bdfcfea072a9b3eab028305ee57d65 -SHA512 (rgl-0.6.5.gem) = 16e3bd9643a6dc37042b989046528f31470906adfab65ae55808d47ef9063c64a2b5f0d777572c6bdad2fcfae278a63a8717cc1a5048f72e547461f280a6bf7e -Size (rgl-0.6.5.gem) = 69120 bytes +BLAKE2s (rgl-0.6.6.gem) = 52560ff079ba4445a1b0dde6c10ca6d1f1c2f5225711b988eeb7c6b332fcf59d +SHA512 (rgl-0.6.6.gem) = bc4f548145d20457f748edc80ca9180efb48c825d0a71b783f6df71ca8e4c0bfdda3b497db5cd7802927fb84e1f0917f16316a69404104d99dd7c7ef5e702a88 +Size (rgl-0.6.6.gem) = 69120 bytes --_----------=_1689431921194870--