From cf555ddc82b0baddcf83a1f6d4957fc16b5859ab Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 18 Feb 2008 16:16:39 +0000 Subject: Update to 3.00 PR: 120693 Submitted by: Felippe de Meirelles Motta --- finance/p5-Business-OnlinePayment/Makefile | 19 +++++++++++++------ finance/p5-Business-OnlinePayment/distinfo | 6 +++--- finance/p5-Business-OnlinePayment/pkg-descr | 2 ++ finance/p5-Business-OnlinePayment/pkg-plist | 9 +++++---- 4 files changed, 23 insertions(+), 13 deletions(-) (limited to 'finance') diff --git a/finance/p5-Business-OnlinePayment/Makefile b/finance/p5-Business-OnlinePayment/Makefile index 1206e40a2d54..a1c92ce8adb5 100644 --- a/finance/p5-Business-OnlinePayment/Makefile +++ b/finance/p5-Business-OnlinePayment/Makefile @@ -6,21 +6,28 @@ # PORTNAME= Business-OnlinePayment -PORTVERSION= 2.01 -PORTREVISION= 1 +PORTVERSION= 3.00 CATEGORIES= finance perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Business +MASTER_SITES= CPAN/../by-authors/id/I/IV/IVAN/ PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}_08 MAINTAINER= erwin@FreeBSD.org COMMENT= A generic interface for processing online credit card payments -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Business::OnlinePayment.3 +MAN3= Business::OnlinePayment.3 \ + Business::FraudDetect.3 \ + Business::FraudDetect::preCharge.3 \ + Business::OnlinePayment::HTTPS.3 .include diff --git a/finance/p5-Business-OnlinePayment/distinfo b/finance/p5-Business-OnlinePayment/distinfo index 2546e8ffa85f..5353180ca0e5 100644 --- a/finance/p5-Business-OnlinePayment/distinfo +++ b/finance/p5-Business-OnlinePayment/distinfo @@ -1,3 +1,3 @@ -MD5 (Business-OnlinePayment-2.01.tar.gz) = 1ad6ad0cfff36c813c36195ef91b704a -SHA256 (Business-OnlinePayment-2.01.tar.gz) = ab0e76382fda9db825f68b60b69b0649ae289a391fe50f13c5946ccbf0b99dea -SIZE (Business-OnlinePayment-2.01.tar.gz) = 5514 +MD5 (Business-OnlinePayment-3.00_08.tar.gz) = 5eb8c86124c8305039e4eb0d190e8d12 +SHA256 (Business-OnlinePayment-3.00_08.tar.gz) = f354ecbc695dfcbac8b82a302e3f2ba0c6890e31c265ab99d3064e02dd842475 +SIZE (Business-OnlinePayment-3.00_08.tar.gz) = 16840 diff --git a/finance/p5-Business-OnlinePayment/pkg-descr b/finance/p5-Business-OnlinePayment/pkg-descr index 9f97a08a4fe6..4607806e3f01 100644 --- a/finance/p5-Business-OnlinePayment/pkg-descr +++ b/finance/p5-Business-OnlinePayment/pkg-descr @@ -7,3 +7,5 @@ IMPORTANT: Business::OnlinePayment only defines the frontend interface to the system, in order to use it you also need to have at least one backend processing module installed, the processors supported are listed below along with the types of transactions supported. + +WWW: http://search.cpan.org/dist/Business-OnlinePayment/ diff --git a/finance/p5-Business-OnlinePayment/pkg-plist b/finance/p5-Business-OnlinePayment/pkg-plist index 44c0ddcd73bf..8f19e3eccdf4 100644 --- a/finance/p5-Business-OnlinePayment/pkg-plist +++ b/finance/p5-Business-OnlinePayment/pkg-plist @@ -1,9 +1,10 @@ -%%SITE_PERL%%/Business/OnlinePayment.pm -%%SITE_PERL%%/auto/Business/OnlinePayment/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business +%%SITE_PERL%%/Business/FraudDetect.pm +%%SITE_PERL%%/Business/OnlinePayment.pm +%%SITE_PERL%%/Business/FraudDetect/preCharge.pm +%%SITE_PERL%%/Business/OnlinePayment/HTTPS.pm @dirrmtry %%SITE_PERL%%/Business/OnlinePayment +@dirrmtry %%SITE_PERL%%/Business/FraudDetect @dirrmtry %%SITE_PERL%%/Business -@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment -@dirrm %%SITE_PERL%%/auto/Business -- cgit v1.2.3