diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-06 08:02:04 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-06 08:02:04 +0000 |
commit | 94a9b327bec2b9cc8afa1f5c0df9c7a73b0225f4 (patch) | |
tree | 12f24146b2f19fd4ad3f8efc01df03f5e3c678e3 /finance | |
parent | 1c06cc339f4a56e6b6a0b8d8784dd1dcdc91f172 (diff) | |
download | ports-94a9b327bec2b9cc8afa1f5c0df9c7a73b0225f4.tar.gz ports-94a9b327bec2b9cc8afa1f5c0df9c7a73b0225f4.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-PayflowPro/Makefile | 2 | ||||
-rw-r--r-- | finance/p5-PayflowPro/distinfo | 4 | ||||
-rw-r--r-- | finance/p5-PayflowPro/pkg-descr | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/finance/p5-PayflowPro/Makefile b/finance/p5-PayflowPro/Makefile index 90fac5a078fe..a66c0c5ef040 100644 --- a/finance/p5-PayflowPro/Makefile +++ b/finance/p5-PayflowPro/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PayflowPro -PORTVERSION= 2111 +PORTVERSION= 3101 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/V/VK/VKHERA diff --git a/finance/p5-PayflowPro/distinfo b/finance/p5-PayflowPro/distinfo index 5b600d8676de..078058d1712d 100644 --- a/finance/p5-PayflowPro/distinfo +++ b/finance/p5-PayflowPro/distinfo @@ -1,2 +1,2 @@ -SHA256 (PayflowPro-2111.tar.gz) = 0a3fec050508914b706155a334c81e061ce1856aa1e986b8960eb5599401b5f8 -SIZE (PayflowPro-2111.tar.gz) = 266634 +SHA256 (PayflowPro-3101.tar.gz) = 417b03b18c66f5d3eb2825e6519eff520c115bd2b97818b60c99c5ae6751e1bc +SIZE (PayflowPro-3101.tar.gz) = 328228 diff --git a/finance/p5-PayflowPro/pkg-descr b/finance/p5-PayflowPro/pkg-descr index a3a7a687d4a5..0e5b72964d56 100644 --- a/finance/p5-PayflowPro/pkg-descr +++ b/finance/p5-PayflowPro/pkg-descr @@ -1,10 +1,12 @@ Interface to HTTP gateway for PayPal's Payflow Pro service, as described on -the PayPal developer forums at -http://www.pdncommunity.com/pdn/board?board.id=payflow +the PayPal developer site at https://www.x.com/docs/DOC-1642 + +See also the developer area: +https://www.x.com/community/ppx/xspaces/web_checkout/payflow?view=documents This module is intended to be a drop-in replacement for PFProAPI (a couple of minor changes to your code are necessary to use this module instead of PFProAPI). The major difference is that it is pure Perl, and not architecture dependent (ie, you can use this on your 64-bit FreeBSD platform.) -WWW: http://labs.mailermailer.com/downloads/ +WWW: http://www.mailermailer.com/labs/projects/Payflow-Pro-API.rwp |