Received: by mail.netbsd.org (Postfix, from userid 605) id 423F985195; Sat, 13 Feb 2021 10:23:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D31484D9B for ; Sat, 13 Feb 2021 10:23:03 +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 TVyx8KHLUrTg for ; Sat, 13 Feb 2021 10:23:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DEE0E84D1D for ; Sat, 13 Feb 2021 10:23:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC606FA95; Sat, 13 Feb 2021 10:23:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613211782298280" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 10:23:02 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/finance/ruby-activemerchant To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210213102302.DC606FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613211782298280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 13 10:23:02 UTC 2021 Modified Files: pkgsrc/finance/ruby-activemerchant: Makefile distinfo Log Message: finance/ruby-activemerchant: update to 1.119.0 Version 1.119.0 (February 9th, 2021) * Payment Express: support verify/validate [therufs] #3874 * GlobalCollect: Truncate address fields [meagabeth] #3878 * Litle: Truncate address fields [meagabeth] #3877 * Netbanx: Add-customer-information(name,email,IP)-to-a-transaction [rockyhakjoong] #3754 * Decidir: Improve error mapping [meagabeth] #3875 * Worldpay: support `skip_capture` [therufs] #3879 * Redsys: Add new response code text [britth] #3880 * Orbital: Update ECP details to use payment source [jessiagee] #3881 * Alelo: Add additional BIN ranges [meagabeth] #3882 * HPS: Update Add support for general credit [naashton] #3885 * Elavon: Fix issue with encoding data sent in the request [naashton] #3865 * Orbital: Update ECP to use EWS verification [jessiagee] #3886 * Eway: Add 3ds field when do direct payment [GavinSun9527] #3860 * Support Creditel cardtype [therufs] #3883 * Elavon: Remove ampersand char from fields [naashton] #3891 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/ruby-activemerchant/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/ruby-activemerchant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613211782298280 Content-Disposition: inline Content-Length: 2173 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/ruby-activemerchant/Makefile diff -u pkgsrc/finance/ruby-activemerchant/Makefile:1.8 pkgsrc/finance/ruby-activemerchant/Makefile:1.9 --- pkgsrc/finance/ruby-activemerchant/Makefile:1.8 Fri Feb 5 16:13:03 2021 +++ pkgsrc/finance/ruby-activemerchant/Makefile Sat Feb 13 10:23:02 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/02/05 16:13:03 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/02/13 10:23:02 taca Exp $ -DISTNAME= activemerchant-1.118.0 +DISTNAME= activemerchant-1.119.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Ruby library for credit card pr LICENSE= mit DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} -DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder +DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder #DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.6.9:../../devel/ruby-i18n DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.4<2:../../textproc/ruby-nokogiri Index: pkgsrc/finance/ruby-activemerchant/distinfo diff -u pkgsrc/finance/ruby-activemerchant/distinfo:1.9 pkgsrc/finance/ruby-activemerchant/distinfo:1.10 --- pkgsrc/finance/ruby-activemerchant/distinfo:1.9 Fri Feb 5 16:13:03 2021 +++ pkgsrc/finance/ruby-activemerchant/distinfo Sat Feb 13 10:23:02 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/02/05 16:13:03 taca Exp $ +$NetBSD: distinfo,v 1.10 2021/02/13 10:23:02 taca Exp $ -SHA1 (activemerchant-1.118.0.gem) = 900f89efdd279139ef5410254e5b21115758bb29 -RMD160 (activemerchant-1.118.0.gem) = 43acaa29c9bc8eac370ba6227308de916f706c18 -SHA512 (activemerchant-1.118.0.gem) = d293a8be69b0e8b3f60fa4b93c75015422f9f54adf87f17a7d021603fe76ce853c34fff7b620fbf095ab3d537875ecc71324e39598a5412fb6cc0ef6d3ac7fb3 -Size (activemerchant-1.118.0.gem) = 689152 bytes +SHA1 (activemerchant-1.119.0.gem) = eccab95fe677cee8e528ab9766030bbd8a50daba +RMD160 (activemerchant-1.119.0.gem) = e6a534845363ecb5dc3beb76bc318d5a56d9f9cf +SHA512 (activemerchant-1.119.0.gem) = 684c1515619e115d2aa0e276512dfe2a256d34b256eddc74a9b8962be2323539504d79ea71892143b51d5af00089270319cf65f35088103c2fc1cb6188a41e8d +Size (activemerchant-1.119.0.gem) = 690688 bytes --_----------=_1613211782298280--