summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-15 15:34:16 +0000
committertaca <taca@pkgsrc.org>2011-12-15 15:34:16 +0000
commit854c839a818d81e908731fec5da45a56217c94dd (patch)
tree45fada6363654e4683c6528bcad22ccfc27fc5b4
parentbf5336905d1a8fc88258694475bc11278e4bc113 (diff)
downloadpkgsrc-854c839a818d81e908731fec5da45a56217c94dd.tar.gz
Update ruby-activemerchant package to 1.20.0.
= ActiveMerchant CHANGELOG == Version 1.20.0 (November 14, 2011) * Add support for USA ePay Advanced SOAP interface [matthewcalebsmith/jduff] * Beanstram: fix purchase with Secure Profile [pitr/jduff] * Orbital: various fixes [Soleone] * Add Samuari gateway by Fee Fighters [jkrall/odorcicd] * Lock money gem to 3.7.1 or less since newer versions break in 1.9 [jduff] * Braintree: handle gateway rejected transactions gracefully [braintreeps/jduff] * Ogone: support different signature encryptors, custom currency and eci [ZenCocoon/rymai/jduff] * Payflow Link: use secure token [jduff] * Added refund method to Exact, Pay Junction and Skip Jack gateways [jduff] * Elavon: added test url [kylekeesling/jduff] * Fix redundent errors when credit card is expired [castiglione/jduff] * Two Checkout: update service url [vampirechicken/jduff] == Version 1.18.1 (September 23, 2011) * Braintree: allow setting merchant_account_id on initialize [jduff] * Realex: only send letters and numbers in shipping code field [Soleone] == Version 1.18.0 (September 23, 2011) * NoChex: Update the URL that payment requests are posted to [caseywhalen/jduff] * QBMS: fixed test mode check [Soleone] * Realex: encode avs info with shipping address [Soleone] * Add Dwolla offsite gateway [armsteadj1/jduff] * Eway: pass email, customer, description and options to store [moklett/tobi] * New dependency: active_utils gem [odorcicd] * Optimal Payments: fix test mode check [jduff]
-rw-r--r--finance/ruby-activemerchant/Makefile4
-rw-r--r--finance/ruby-activemerchant/PLIST19
-rw-r--r--finance/ruby-activemerchant/distinfo8
3 files changed, 14 insertions, 17 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
index cab88334a4f..4353e7f5277 100644
--- a/finance/ruby-activemerchant/Makefile
+++ b/finance/ruby-activemerchant/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/09/12 14:52:29 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/12/15 15:34:16 taca Exp $
-DISTNAME= activemerchant-1.17.0
+DISTNAME= activemerchant-1.20.0
CATEGORIES= finance
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST
index cdf66d29f2a..d9e4efc3690 100644
--- a/finance/ruby-activemerchant/PLIST
+++ b/finance/ruby-activemerchant/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2011/09/12 14:52:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2011/12/15 15:34:16 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/CONTRIBUTORS
@@ -94,6 +94,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage/sage_core.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage_pay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sallie_mae.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/samurai.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_net.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_au.rb
@@ -105,6 +106,8 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/trans_first.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/transax.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/trust_commerce.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/usa_epay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/usa_epay_advanced.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/usa_epay_transaction.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/verifi.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/viaklix.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/wirecard.rb
@@ -128,6 +131,10 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/directebanking.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/directebanking/helper.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/directebanking/notification.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/directebanking/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/dwolla.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/dwolla/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/dwolla/notification.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/dwolla/return.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/e_payment_plans.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/e_payment_plans/helper.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/e_payment_plans/notification.rb
@@ -178,18 +185,8 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/world_pay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/world_pay/helper.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/world_pay/notification.rb
${GEM_LIBDIR}/lib/active_merchant/billing/response.rb
-${GEM_LIBDIR}/lib/active_merchant/common.rb
-${GEM_LIBDIR}/lib/active_merchant/common/connection.rb
-${GEM_LIBDIR}/lib/active_merchant/common/country.rb
-${GEM_LIBDIR}/lib/active_merchant/common/error.rb
-${GEM_LIBDIR}/lib/active_merchant/common/post_data.rb
-${GEM_LIBDIR}/lib/active_merchant/common/posts_data.rb
-${GEM_LIBDIR}/lib/active_merchant/common/requires_parameters.rb
-${GEM_LIBDIR}/lib/active_merchant/common/utils.rb
-${GEM_LIBDIR}/lib/active_merchant/common/validateable.rb
${GEM_LIBDIR}/lib/active_merchant/version.rb
${GEM_LIBDIR}/lib/activemerchant.rb
-${GEM_LIBDIR}/lib/certs/cacert.pem
${GEM_LIBDIR}/lib/support/gateway_support.rb
${GEM_LIBDIR}/lib/support/outbound_hosts.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo
index 2f296e8130b..2946bff5924 100644
--- a/finance/ruby-activemerchant/distinfo
+++ b/finance/ruby-activemerchant/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/09/12 14:52:29 taca Exp $
+$NetBSD: distinfo,v 1.7 2011/12/15 15:34:16 taca Exp $
-SHA1 (activemerchant-1.17.0.gem) = 95a8e1668edfb573b704204dc24409cebd61b37f
-RMD160 (activemerchant-1.17.0.gem) = 1f1e646ffe4dfa95603dfa2b78c8895a25d8e617
-Size (activemerchant-1.17.0.gem) = 379904 bytes
+SHA1 (activemerchant-1.20.0.gem) = f008c4bb9051fb350f6d73f3d45219f64f9093d6
+RMD160 (activemerchant-1.20.0.gem) = ac45d41aec1788930f82e4741cf2b55a0337bde8
+Size (activemerchant-1.20.0.gem) = 231424 bytes