Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5603B84D31 for ; Tue, 6 Jun 2023 13:53:15 +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 0HWDlwYcX7Lk for ; Tue, 6 Jun 2023 13:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CAEFE84C13 for ; Tue, 6 Jun 2023 13:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7F81FA89; Tue, 6 Jun 2023 13:53:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168605959426040" MIME-Version: 1.0 Date: Tue, 6 Jun 2023 13:53:14 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/finance/ruby-braintree To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230606135314.C7F81FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168605959426040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jun 6 13:53:14 UTC 2023 Modified Files: pkgsrc/finance/ruby-braintree: Makefile distinfo Log Message: finance/ruby-braintree: update to 4.12.0 4.12.0 (2023-05-31) * Add merchant_advice_code and merchant_advice_code_text to Transaction object To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/finance/ruby-braintree/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/finance/ruby-braintree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168605959426040 Content-Disposition: inline Content-Length: 1579 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/ruby-braintree/Makefile diff -u pkgsrc/finance/ruby-braintree/Makefile:1.15 pkgsrc/finance/ruby-braintree/Makefile:1.16 --- pkgsrc/finance/ruby-braintree/Makefile:1.15 Thu Apr 27 14:46:16 2023 +++ pkgsrc/finance/ruby-braintree/Makefile Tue Jun 6 13:53:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/04/27 14:46:16 taca Exp $ +# $NetBSD: Makefile,v 1.16 2023/06/06 13:53:14 taca Exp $ -DISTNAME= braintree-4.11.0 +DISTNAME= braintree-4.12.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/finance/ruby-braintree/distinfo diff -u pkgsrc/finance/ruby-braintree/distinfo:1.18 pkgsrc/finance/ruby-braintree/distinfo:1.19 --- pkgsrc/finance/ruby-braintree/distinfo:1.18 Thu Apr 27 14:46:16 2023 +++ pkgsrc/finance/ruby-braintree/distinfo Tue Jun 6 13:53:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2023/04/27 14:46:16 taca Exp $ +$NetBSD: distinfo,v 1.19 2023/06/06 13:53:14 taca Exp $ -BLAKE2s (braintree-4.11.0.gem) = fcf29052f3ecd9a5a671561214d4761011a5b3ca57fc71f32f70b333a165010e -SHA512 (braintree-4.11.0.gem) = d884e0661055fda4f94e522c7474eb5967eaf73e985d4e5b03b5479b0c64e280b10e91840ea3c00ae2d7237df546868dd0a927160a09e594c58ffb1ad246ffde -Size (braintree-4.11.0.gem) = 236032 bytes +BLAKE2s (braintree-4.12.0.gem) = f0b0c3801b304c0d0479bc919f60bb0dac4f5d27ad53682fad0726320810efaf +SHA512 (braintree-4.12.0.gem) = f68675640392fd099a47e5639b95ce9e87e6468a3873144f1dc6159534695b2675376010d238b85f1c2806620b901a49780ebb32e588723a70d95de113e7de33 +Size (braintree-4.12.0.gem) = 236544 bytes --_----------=_168605959426040--