diff options
author | taca <taca@pkgsrc.org> | 2011-09-12 14:52:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-09-12 14:52:29 +0000 |
commit | d35754da743ddcb71e9734b5c71ae4b01b60dc1f (patch) | |
tree | 0a18e388603d3d13f4778e19fdccfc80103c6d37 | |
parent | 9e2c22f577830ef04f615fa4ec7900892b41b4bd (diff) | |
download | pkgsrc-d35754da743ddcb71e9734b5c71ae4b01b60dc1f.tar.gz |
Update ruby-activemerchant package to 1.17.0.
== Version 1.17.0 (August 23, 2011)
* Add Payflow Link integration [jduff]
* Add CardSave gateway [MrJaba/jduff]]
* Quickpay: Support protocal version 4 and fraud parameters [anderslemke/jduff]
* Authorize.net: Add status_recurring [mm1/jduff]
* Paypal Express: Support specifying :items with purchase [sivabudh/jduff]
* ePay: Add Sweden and Norway to supported countries [ePay/jduff]
* Brainreee: Support passing merchant_account_id parameter [braintreeps/jduff]
* Paypal Express: Remove deprecated Address field in favor of ShipToAddress[jduff]
* Add Optimal Payments gateway [jamie/jduff]
* Documentation improvements [dasch/nhemsley/jstorimer/jduff]
* Authorize.Net: Pass through first name, last name, and zip for refunds. [ntalbott]
-rw-r--r-- | finance/ruby-activemerchant/Makefile | 9 | ||||
-rw-r--r-- | finance/ruby-activemerchant/PLIST | 7 | ||||
-rw-r--r-- | finance/ruby-activemerchant/distinfo | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile index 18da29afeb9..cab88334a4f 100644 --- a/finance/ruby-activemerchant/Makefile +++ b/finance/ruby-activemerchant/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/08/13 01:05:17 taca Exp $ +# $NetBSD: Makefile,v 1.6 2011/09/12 14:52:29 taca Exp $ -DISTNAME= activemerchant-1.16.0 +DISTNAME= activemerchant-1.17.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,12 +8,7 @@ HOMEPAGE= http://activemerchant.org/ COMMENT= Ruby library for credit card processing LICENSE= mit -DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder -DEPENDS+= ${RUBY_PKGPREFIX}-braintree>=2.0.0:../../finance/ruby-braintree -DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.5.1:../../textproc/ruby-json - -RUBY_RAILS= 2 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST index 800d7d3dbce..cdf66d29f2a 100644 --- a/finance/ruby-activemerchant/PLIST +++ b/finance/ruby-activemerchant/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/08/13 01:05:17 taca Exp $ +@comment $NetBSD: PLIST,v 1.7 2011/09/12 14:52:29 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/CONTRIBUTORS @@ -28,6 +28,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree/braintree_common.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_blue.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_orange.rb +${GEM_LIBDIR}/lib/active_merchant/billing/gateways/card_save.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/card_stream.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/cyber_source.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/data_cash.rb @@ -59,6 +60,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/netaxept.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/netbilling.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/nmi.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/ogone.rb +${GEM_LIBDIR}/lib/active_merchant/billing/gateways/optimal_payment.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/orbital.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_junction.rb @@ -147,6 +149,9 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/helper.rb ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/notification.rb ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/nochex/return.rb ${GEM_LIBDIR}/lib/active_merchant/billing/integrations/notification.rb +${GEM_LIBDIR}/lib/active_merchant/billing/integrations/payflow_link.rb +${GEM_LIBDIR}/lib/active_merchant/billing/integrations/payflow_link/helper.rb +${GEM_LIBDIR}/lib/active_merchant/billing/integrations/payflow_link/notification.rb ${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 diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo index b6366a73a18..2f296e8130b 100644 --- a/finance/ruby-activemerchant/distinfo +++ b/finance/ruby-activemerchant/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/08/13 01:05:17 taca Exp $ +$NetBSD: distinfo,v 1.6 2011/09/12 14:52:29 taca Exp $ -SHA1 (activemerchant-1.16.0.gem) = 1d47baea20a22210cab1bd56a5bd9a285c0fb3f7 -RMD160 (activemerchant-1.16.0.gem) = 95920d3dd35d67e6346a1ee82c555e8d840a08a8 -Size (activemerchant-1.16.0.gem) = 375296 bytes +SHA1 (activemerchant-1.17.0.gem) = 95a8e1668edfb573b704204dc24409cebd61b37f +RMD160 (activemerchant-1.17.0.gem) = 1f1e646ffe4dfa95603dfa2b78c8895a25d8e617 +Size (activemerchant-1.17.0.gem) = 379904 bytes |