Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BCE861A921F for ; Sun, 6 Mar 2022 09:03:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB1C584EEE; Sun, 6 Mar 2022 09:03:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D9FD84E93 for ; Sun, 6 Mar 2022 09:03:07 +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 dCo-Mmp17mRA for ; Sun, 6 Mar 2022 09:03:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8FA8384D22 for ; Sun, 6 Mar 2022 09:03:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E9C0FB24; Sun, 6 Mar 2022 09:03:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646557386283560" MIME-Version: 1.0 Date: Sun, 6 Mar 2022 09:03:06 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/misc/ruby-bundler To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220306090306.7E9C0FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646557386283560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 6 09:03:06 UTC 2022 Modified Files: pkgsrc/misc/ruby-bundler: Makefile distinfo Log Message: misc/ruby-bundler: update to 2.3.8 2.3.8 (2022-02-23) Bug fixes: * Fix corrupted lockfile when running bundle check and having to re-resolve locally #5344 * Fix typo in multiple gemfiles warning #5342 Documentation: * Add clarification for bundle-config "with" option #5346 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/ruby-bundler/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/ruby-bundler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646557386283560 Content-Disposition: inline Content-Length: 1502 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-bundler/Makefile diff -u pkgsrc/misc/ruby-bundler/Makefile:1.53 pkgsrc/misc/ruby-bundler/Makefile:1.54 --- pkgsrc/misc/ruby-bundler/Makefile:1.53 Sun Feb 13 06:47:15 2022 +++ pkgsrc/misc/ruby-bundler/Makefile Sun Mar 6 09:03:06 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2022/02/13 06:47:15 taca Exp $ +# $NetBSD: Makefile,v 1.54 2022/03/06 09:03:06 taca Exp $ -DISTNAME= bundler-2.3.7 +DISTNAME= bundler-2.3.8 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/ruby-bundler/distinfo diff -u pkgsrc/misc/ruby-bundler/distinfo:1.52 pkgsrc/misc/ruby-bundler/distinfo:1.53 --- pkgsrc/misc/ruby-bundler/distinfo:1.52 Sun Feb 13 06:47:15 2022 +++ pkgsrc/misc/ruby-bundler/distinfo Sun Mar 6 09:03:06 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2022/02/13 06:47:15 taca Exp $ +$NetBSD: distinfo,v 1.53 2022/03/06 09:03:06 taca Exp $ -BLAKE2s (bundler-2.3.7.gem) = f4eb01398793fc179562109fadc1c95e67c24b8f3206d3daf7c6f5b110595b4b -SHA512 (bundler-2.3.7.gem) = 9eb0e403c36fe0a65b857bef311748ff898955d9ad89b7d2d09031b23deec5a13eaa5f941deed58811a7f149dfb2f08d999b6d014f731af17653c375e4d18373 -Size (bundler-2.3.7.gem) = 403968 bytes +BLAKE2s (bundler-2.3.8.gem) = 7707814ec50cc21401adf2ced71bb3b3f283e678c6d4914389dbd159bf40414a +SHA512 (bundler-2.3.8.gem) = e04bc9762135bdab7eb70bde4f21289375b7ea9bee795775dc614f31a6f145a5406396dbc638bdac778ac7c39d60c953e5ba38376b8bc72e7a8cfd1c40b25585 +Size (bundler-2.3.8.gem) = 403968 bytes --_----------=_1646557386283560--