pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/ruby-activemerchant



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index