ports/120693: [UPDATE] finance/p5-Business-OnlinePayment

Felippe de Meirelles Motta lippemail at gmail.com
Fri Feb 15 14:20:03 UTC 2008


>Number:         120693
>Category:       ports
>Synopsis:       [UPDATE] finance/p5-Business-OnlinePayment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 14:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 3.00_08;
- Use CPAN macro;
- Add missing dependency;
- Added newer files and manpages installed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/finance/p5-Business-OnlinePayment/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	21 Apr 2007 10:47:55 -0000	1.9
+++ Makefile	15 Feb 2008 12:42:00 -0000
@@ -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 at 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 <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/finance/p5-Business-OnlinePayment/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	26 Nov 2005 17:00:33 -0000	1.4
+++ distinfo	15 Feb 2008 12:42:00 -0000
@@ -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
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/finance/p5-Business-OnlinePayment/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	24 Oct 2002 16:47:39 -0000	1.1
+++ pkg-descr	15 Feb 2008 12:42:00 -0000
@@ -7,3 +7,5 @@
 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/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/finance/p5-Business-OnlinePayment/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	21 Apr 2007 10:47:55 -0000	1.7
+++ pkg-plist	15 Feb 2008 12:42:00 -0000
@@ -1,9 +1,7 @@
-%%SITE_PERL%%/Business/OnlinePayment.pm
-%%SITE_PERL%%/auto/Business/OnlinePayment/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment
- at 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
- at dirrmtry %%SITE_PERL%%/Business
- at dirrm %%SITE_PERL%%/auto/Business/OnlinePayment
- at dirrm %%SITE_PERL%%/auto/Business
+ at dirrmtry %%SITE_PERL%%/Business/FraudDetect


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list