From nobody@FreeBSD.org  Fri Feb 15 14:13:15 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC4DA16A417
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:13:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A13D613C442
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:13:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FEAslX094953
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Feb 2008 14:10:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1FEAscK094952;
	Fri, 15 Feb 2008 14:10:54 GMT
	(envelope-from nobody)
Message-Id: <200802151410.m1FEAscK094952@www.freebsd.org>
Date: Fri, 15 Feb 2008 14:10:54 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] finance/p5-Business-OnlinePayment
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120693
>Category:       ports
>Synopsis:       [UPDATE] finance/p5-Business-OnlinePayment
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    erwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 14:20:02 UTC 2008
>Closed-Date:    Mon Feb 18 16:16:56 UTC 2008
>Last-Modified:  Mon Feb 18 16:20:01 UTC 2008
>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@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@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
-@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
-@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment
-@dirrm %%SITE_PERL%%/auto/Business
+@dirrmtry %%SITE_PERL%%/Business/FraudDetect


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->erwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 15 14:20:15 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120693 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Mon Feb 18 16:16:45 UTC 2008 
State-Changed-Why:  
Committed with modification to pkg-plist, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120693 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120693: commit references a PR
Date: Mon, 18 Feb 2008 16:16:46 +0000 (UTC)

 erwin       2008-02-18 16:16:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance/p5-Business-OnlinePayment Makefile distinfo pkg-descr 
                                       pkg-plist 
   Log:
   Update to 3.00
   
   PR:             120693
   Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
   
   Revision  Changes    Path
   1.10      +13 -6     ports/finance/p5-Business-OnlinePayment/Makefile
   1.5       +3 -3      ports/finance/p5-Business-OnlinePayment/distinfo
   1.2       +2 -0      ports/finance/p5-Business-OnlinePayment/pkg-descr
   1.8       +5 -4      ports/finance/p5-Business-OnlinePayment/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
