summaryrefslogtreecommitdiff
path: root/finance/ruby-activemerchant
diff options
context:
space:
mode:
authortaca <taca>2009-06-12 14:02:30 +0000
committertaca <taca>2009-06-12 14:02:30 +0000
commiteca32fbb813fb12bee51266d6f94fd0a3f8a1c10 (patch)
treeb06ddd9267899e9e527ef787e72c89f3dc289c7e /finance/ruby-activemerchant
parentec16363065a34092327fb9ffc599bb3cd2b68240 (diff)
downloadpkgsrc-eca32fbb813fb12bee51266d6f94fd0a3f8a1c10.tar.gz
Update ruby-activemerchant package to 1.4.2, resulting fix recent
build problem. * Add LICENSE == Version 1.4.2 (April 24, 2009) * Fix typo in Authorize.net CIM [infused] * Add missing ISO countries [Edward Ocampo-Gooding] * Add support for Guernsey to country.rb [cody] * Add American Express to the MonerisGateway [cody] * Use :words_connector instead of connector in RequiresParameters [cody] * Fixed CreditCard not validating start_month and start_year when set as string [Tekin] * Update PostsData to support get requests [cody] * Fix broken Quickpay remote test [cody] * Update Quickpay gateway to v3. Add support for offsite integration for Danish Dankort cards [Lars Pind] * Use default partner id when passed in :partner is blank with PayflowGateway [cody] * Remove PayflowGateway.certification_id [cody] * Set Response#test? to true in TrustCommerce gateway when using the demo account in production [cody] * Correctly set Sage.supported_countries [cody] * Add BogusGateway#void [Donald Ball] * Fix PSL gateway capturing [cody] * Fix failed Visa debit purchases with PSL gateway start date info is present [cody] * Support personal fixtures file on Windows [cody] * Clearer variable naming for BraintreeGateway#authorize [Jonathan S. Katz] * Fix brittle Authorize.net tests [cody] * Add support for Authorize.net duplicate window [Seamus Abshere] * Return transaction id for PayPal refunds [jxtps435] * Allow storage of e-checks with BraintreeGateway [jimiray] * Add test URL to PayJunction gateway [boomtowndesigngroup] * More robust parsing for Wirecard gateway [Soleone] * Pass the issue number to CardStream verbatim and update test card numbers [Soleone] == Version 1.4.1 (December 9, 2008) * Update CardStream URL. Note that you will also need to update your login id. [cody] == Version 1.4.0 (November 27, 2008) * Return failed authorization when SkipJack purchase fails [Tron, cody] * Update README [cody] * Add metadata to Authorize.net CIM gateway [cody] * Make ActionViewHelper compatible with changes to concat method in ActionPack [cody] * Remove PayPal and Payflow Name-Value gateways. PayPal is no longer terminating the Payflow XML API. [cody] * Don't directly use the inflector in the action view helper [cody] * Work around Rails Inflector change [cody] * Add configurable timeouts to PostsData [Michael Koziarski] * Add valid_sender? method to gateway integrations [Soleone] * Fix PayPal error parsing [cody] * Fix MIT-LICENSE [cody] * Add a payment gateway for Website Payments Pro Canada [cody] * Fix shipping amount option in Sage gateway [Darrick Wiebe] * Improved message and error message handling [Soleone] * Get Wirecard working in the Live environment [Soleone] * Remove dead code in PayPal Common API files [cody] * Use the PayPal short error message if the long message is empty [cody] * Fix unit tests when being run by Cruise Control [cody] * Add support for PayPal Fraud Review Response [cody] * Add testing support for German Wirecard Gateway [Soleone] * Specify required version of ActiveSupport [cody] * Make ssl_strict a superclass_delegating_accessor so the entire application's validation of SSL certs can be disabled in the event of certificate problem. [cody] * Make Gateway.application_id a superclass_delegating_accessor so it can be set from outside the subclass definition [cody] * Add Discover to the list of supported card types for Braintree [cody] * Add support for Modern Payments gateway [Jeremy Nicoll, cody] * Add support for EFT/ACH and Interac Online to the BeanstreamGateway [cody] * Document the SageGateway [cody] * Add support for echecks with SageGateway. [cody] * Handle all successful SecurePay AU response codes [cody] * Get SageGateway working with real test account. Improve test suite. [cody] * Unify TrustCommerce, Payment Express, and Braintree CC storage [benjamin.curtis] * Update to use new Payflow Pro URLs [cody] * Fix missing Content-Type header for Ruby 1.8.4 [cody] * Fix Authorize.Net CIM response.message [patrick.t.joyce] * Add JCB and Diners Club as supported cards to SageGateway [cody] * Add CA country code to Sage gateway's supported countries [cody] * Add support for Sage Payment Solutions gateway [cody] * Add test mode detection to Beanstream [cody] * Add support for Beanstream payment gateway [xiaobozz] * Add support for PayPal NV Pair API. Will be used to replace the usage of the PayPal SOAP API in ActiveMerchant in the future [Greg Furmanek, cody] * Protx does support UK Maestro [cody] * Add tests for length of UK Maestro cards [cody] * Return all the error messages and codes from paypal responses [cody] * Fail hard when attempting to capture without a credit card with NetRegistry [cody] * Add support for the order fields to the create_customer_profile_transaction in Authorize.net CIM. [Patrick T. Joyce] * Strip invalid characters and limit lengths of Protx customer data [Simon Russell] * Fix empty start or end dates in Protx [Simon Russell] * Add support for Authorize.net CIM [Patrick T. Joyce, Ian Lotinsky] * Add option to skip order review to all PayPal Express gateways [garret.alfert, cody] * Add capturing partial amounts, fix issue number formatting, fix authorization string when nil values returned, fix parsing of multiple '=' characters, simplify message_from [Simon Russell] * Fix StartDate in ProtxGatewy [cody] * Add support for refunds and continuous authority references to DataCashGateway [joel.chippindale] * Fix gross in HiTrust notification. Don't use Money object in Verifi gateway [cody] * Initial implementation of Payflow Name-Value API [Greg Furmanek] * Add support for CyberSource credits [mjuneja]
Diffstat (limited to 'finance/ruby-activemerchant')
-rw-r--r--finance/ruby-activemerchant/Makefile9
-rw-r--r--finance/ruby-activemerchant/PLIST43
-rw-r--r--finance/ruby-activemerchant/distinfo8
3 files changed, 50 insertions, 10 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
index 92b570f9367..2fcdbcfa744 100644
--- a/finance/ruby-activemerchant/Makefile
+++ b/finance/ruby-activemerchant/Makefile
@@ -1,15 +1,20 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2009/06/12 14:02:30 taca Exp $
-DISTNAME= activemerchant-1.3.2
+DISTNAME= activemerchant-1.4.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= finance
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.activemerchant.org/
COMMENT= Ruby library for credit card processing
+LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.1:../../devel/ruby-activesupport
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
+post-extract:
+ cd ${WRKSRC}/test/extra/; \
+ ${CHMOD} -x binding_of_caller.rb breakpoint.rb
+
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST
index d2560200de7..5e174655867 100644
--- a/finance/ruby-activemerchant/PLIST
+++ b/finance/ruby-activemerchant/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/12 14:02:30 taca Exp $
${GEM_HOME}/cache/activemerchant-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/CONTRIBUTERS
@@ -19,6 +19,10 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/expiry_date.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateway.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net_cim.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/beanstream.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/beanstream_interac.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bogus.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/card_stream.rb
@@ -28,6 +32,8 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/efsnet.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/eway.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/exact.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/linkpoint.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments_cim.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/moneris.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/net_registry.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/netbilling.rb
@@ -44,13 +50,19 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payment_express.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_ca.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_express.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_express_common.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/plugnpay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/protx.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psigate.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psl_card.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/realex.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb
+${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/secure_pay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_au.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_tech.rb
@@ -60,6 +72,7 @@ ${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/verifi.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/viaklix.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/wirecard.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/action_view_helper.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus.rb
@@ -89,6 +102,9 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/helper.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/notification.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal/return.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/quickpay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/quickpay/helper.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/integrations/quickpay/notification.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/return.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout.rb
${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout/helper.rb
@@ -104,13 +120,15 @@ ${GEM_LIBDIR}/lib/active_merchant/lib/utils.rb
${GEM_LIBDIR}/lib/active_merchant/lib/validateable.rb
${GEM_LIBDIR}/lib/certs/cacert.pem
${GEM_LIBDIR}/lib/support/gateway_support.rb
-${GEM_LIBDIR}/lib/tasks/cia.rb
${GEM_LIBDIR}/script/destroy
${GEM_LIBDIR}/script/generate
${GEM_LIBDIR}/test/extra/binding_of_caller.rb
${GEM_LIBDIR}/test/extra/breakpoint.rb
${GEM_LIBDIR}/test/fixtures.yml
+${GEM_LIBDIR}/test/remote/gateways/remote_authorize_net_cim_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_authorize_net_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_beanstream_interac_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_beanstream_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_braintree_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_card_stream_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_cyber_source_test.rb
@@ -119,6 +137,8 @@ ${GEM_LIBDIR}/test/remote/gateways/remote_efsnet_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_eway_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_exact_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_linkpoint_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_modern_payments_cim_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_modern_payments_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_moneris_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_net_registry_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_netbilling_test.rb
@@ -136,6 +156,9 @@ ${GEM_LIBDIR}/test/remote/gateways/remote_psigate_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_psl_card_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_quickpay_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_realex_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_sage_bankcard_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_sage_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_sage_virtual_check_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_au_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_tech_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_secure_pay_test.rb
@@ -145,6 +168,7 @@ ${GEM_LIBDIR}/test/remote/gateways/remote_trust_commerce_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_usa_epay_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_verifi_test.rb
${GEM_LIBDIR}/test/remote/gateways/remote_viaklix_test.rb
+${GEM_LIBDIR}/test/remote/gateways/remote_wirecard_test.rb
${GEM_LIBDIR}/test/remote/integrations/remote_gestpay_integration_test.rb
${GEM_LIBDIR}/test/remote/integrations/remote_paypal_integration_test.rb
${GEM_LIBDIR}/test/test_helper.rb
@@ -158,7 +182,10 @@ ${GEM_LIBDIR}/test/unit/credit_card_methods_test.rb
${GEM_LIBDIR}/test/unit/credit_card_test.rb
${GEM_LIBDIR}/test/unit/cvv_result_test.rb
${GEM_LIBDIR}/test/unit/expiry_date_test.rb
+${GEM_LIBDIR}/test/unit/gateways/authorize_net_cim_test.rb
${GEM_LIBDIR}/test/unit/gateways/authorize_net_test.rb
+${GEM_LIBDIR}/test/unit/gateways/beanstream_interac_test.rb
+${GEM_LIBDIR}/test/unit/gateways/beanstream_test.rb
${GEM_LIBDIR}/test/unit/gateways/bogus_test.rb
${GEM_LIBDIR}/test/unit/gateways/braintree_test.rb
${GEM_LIBDIR}/test/unit/gateways/card_stream_test.rb
@@ -169,6 +196,7 @@ ${GEM_LIBDIR}/test/unit/gateways/eway_test.rb
${GEM_LIBDIR}/test/unit/gateways/exact_test.rb
${GEM_LIBDIR}/test/unit/gateways/gateway_test.rb
${GEM_LIBDIR}/test/unit/gateways/linkpoint_test.rb
+${GEM_LIBDIR}/test/unit/gateways/modern_payments_cim_test.rb
${GEM_LIBDIR}/test/unit/gateways/moneris_test.rb
${GEM_LIBDIR}/test/unit/gateways/net_registry_test.rb
${GEM_LIBDIR}/test/unit/gateways/netbilling_test.rb
@@ -187,6 +215,8 @@ ${GEM_LIBDIR}/test/unit/gateways/psigate_test.rb
${GEM_LIBDIR}/test/unit/gateways/psl_card_test.rb
${GEM_LIBDIR}/test/unit/gateways/quickpay_test.rb
${GEM_LIBDIR}/test/unit/gateways/realex_test.rb
+${GEM_LIBDIR}/test/unit/gateways/sage_bankcard_test.rb
+${GEM_LIBDIR}/test/unit/gateways/sage_virtual_check_test.rb
${GEM_LIBDIR}/test/unit/gateways/secure_pay_au_test.rb
${GEM_LIBDIR}/test/unit/gateways/secure_pay_tech_test.rb
${GEM_LIBDIR}/test/unit/gateways/secure_pay_test.rb
@@ -196,6 +226,7 @@ ${GEM_LIBDIR}/test/unit/gateways/trust_commerce_test.rb
${GEM_LIBDIR}/test/unit/gateways/usa_epay_test.rb
${GEM_LIBDIR}/test/unit/gateways/verifi_test.rb
${GEM_LIBDIR}/test/unit/gateways/viaklix_test.rb
+${GEM_LIBDIR}/test/unit/gateways/wirecard_test.rb
${GEM_LIBDIR}/test/unit/generators/test_gateway_generator.rb
${GEM_LIBDIR}/test/unit/generators/test_generator_helper.rb
${GEM_LIBDIR}/test/unit/generators/test_integration_generator.rb
@@ -209,6 +240,7 @@ ${GEM_LIBDIR}/test/unit/integrations/helpers/gestpay_helper_test.rb
${GEM_LIBDIR}/test/unit/integrations/helpers/hi_trust_helper_test.rb
${GEM_LIBDIR}/test/unit/integrations/helpers/nochex_helper_test.rb
${GEM_LIBDIR}/test/unit/integrations/helpers/paypal_helper_test.rb
+${GEM_LIBDIR}/test/unit/integrations/helpers/quickpay_helper_test.rb
${GEM_LIBDIR}/test/unit/integrations/helpers/two_checkout_helper_test.rb
${GEM_LIBDIR}/test/unit/integrations/hi_trust_module_test.rb
${GEM_LIBDIR}/test/unit/integrations/nochex_module_test.rb
@@ -218,8 +250,10 @@ ${GEM_LIBDIR}/test/unit/integrations/notifications/hi_trust_notification_test.rb
${GEM_LIBDIR}/test/unit/integrations/notifications/nochex_notification_test.rb
${GEM_LIBDIR}/test/unit/integrations/notifications/notification_test.rb
${GEM_LIBDIR}/test/unit/integrations/notifications/paypal_notification_test.rb
+${GEM_LIBDIR}/test/unit/integrations/notifications/quickpay_notification_test.rb
${GEM_LIBDIR}/test/unit/integrations/notifications/two_checkout_notification_test.rb
${GEM_LIBDIR}/test/unit/integrations/paypal_module_test.rb
+${GEM_LIBDIR}/test/unit/integrations/quickpay_module_test.rb
${GEM_LIBDIR}/test/unit/integrations/returns/chronopay_return_test.rb
${GEM_LIBDIR}/test/unit/integrations/returns/gestpay_return_test.rb
${GEM_LIBDIR}/test/unit/integrations/returns/hi_trust_return_test.rb
@@ -247,11 +281,10 @@ ${GEM_HOME}/specifications/activemerchant-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/test/extra
@dirrm ${GEM_LIBDIR}/test
@dirrm ${GEM_LIBDIR}/script
-@dirrm ${GEM_LIBDIR}/lib/tasks
-@dirrm ${GEM_LIBDIR}/lib/support
@dirrm ${GEM_LIBDIR}/lib/certs
@dirrm ${GEM_LIBDIR}/lib/active_merchant/lib
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/two_checkout
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/quickpay
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/paypal
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/hi_trust
@@ -259,8 +292,10 @@ ${GEM_HOME}/specifications/activemerchant-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/chronopay
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/bogus
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/integrations
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/sage
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payflow
+@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/beanstream
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing/gateways
@dirrm ${GEM_LIBDIR}/lib/active_merchant/billing
@dirrm ${GEM_LIBDIR}/lib/active_merchant
diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo
index de083a7cb45..0b51280b518 100644
--- a/finance/ruby-activemerchant/distinfo
+++ b/finance/ruby-activemerchant/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:19:08 jlam Exp $
+$NetBSD: distinfo,v 1.2 2009/06/12 14:02:30 taca Exp $
-SHA1 (activemerchant-1.3.2.gem) = c615deec89033d434fd3319623eca66735d50773
-RMD160 (activemerchant-1.3.2.gem) = d0d15b2a6787a356531dae837500ded0a33bbe96
-Size (activemerchant-1.3.2.gem) = 351232 bytes
+SHA1 (activemerchant-1.4.2.gem) = 28e136d84d5e54ca4b1d5c20fc26c389244f1b64
+RMD160 (activemerchant-1.4.2.gem) = 2e48caecf27672ad226ca415a2f27658f252aa93
+Size (activemerchant-1.4.2.gem) = 389632 bytes