Date: Thu, 16 Oct 2008 16:02:55 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@FreeBSD.org Subject: ports/128166: [PATCH] finance/p5-Business-OnlinePayment-AuthorizeNet: update to 3.20 Message-ID: <200810162302.m9GN2t85018880@cn1.leeym.com> Resent-Message-ID: <200810162310.m9GNA1HE092177@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128166 >Category: ports >Synopsis: [PATCH] finance/p5-Business-OnlinePayment-AuthorizeNet: update to 3.20 >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: Thu Oct 16 23:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 3.20 Port maintainer (erwin@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Business-OnlinePayment-AuthorizeNet-3.20.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile,v retrieving revision 1.13 diff -u -d -b -w -u -r1.13 Makefile --- Makefile 17 Apr 2008 14:26:32 -0000 1.13 +++ Makefile 16 Oct 2008 23:02:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Business-OnlinePayment-AuthorizeNet -PORTVERSION= 3.17 +PORTVERSION= 3.20 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,17 @@ MAINTAINER= erwin@FreeBSD.org COMMENT= A Business::OnlinePayment backend module for Authorize.Net -BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/finance/p5-Business-CreditCard \ - ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/finance/p5-Business-OnlinePayment \ - ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer PERL_CONFIGURE= yes -MAN3= Business::OnlinePayment::AuthorizeNet.3 +MAN3= Business::OnlinePayment::AuthorizeNet.3 \ + Business::OnlinePayment::AuthorizeNet::AIM.3 \ + Business::OnlinePayment::AuthorizeNet::ARB.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo,v retrieving revision 1.9 diff -u -d -b -w -u -r1.9 distinfo --- distinfo 16 Jul 2007 17:08:40 -0000 1.9 +++ distinfo 16 Oct 2008 23:02:30 -0000 @@ -1,3 +1,3 @@ -MD5 (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 34994b265a0f55bc17d48cdc025d336a -SHA256 (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 4ac57173ffb1564f0e29ff304aa2b45654f1dfceeaefe4fd55bf883a65105651 -SIZE (Business-OnlinePayment-AuthorizeNet-3.17.tar.gz) = 8520 +MD5 (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 01d1ce4b9bc4064ba2d0dcaf71f8313b +SHA256 (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 0dde6d7d5c536983a99944e1a7e2586132db2cde892d611952cefcdbd51678b9 +SIZE (Business-OnlinePayment-AuthorizeNet-3.20.tar.gz) = 14373 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-descr,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 pkg-descr --- pkg-descr 25 Oct 2002 08:45:10 -0000 1.1 +++ pkg-descr 16 Oct 2008 23:02:30 -0000 @@ -3,3 +3,5 @@ account with Authorize.Net: http://www.authorize.net This module has been updated and now implements Authorize.Net API version 3.1. + +WWW: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/ Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/finance/p5-Business-OnlinePayment-AuthorizeNet/pkg-plist,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 pkg-plist --- pkg-plist 22 Nov 2006 20:34:41 -0000 1.5 +++ pkg-plist 16 Oct 2008 23:02:30 -0000 @@ -1,5 +1,8 @@ %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet.pm +%%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/AIM.pm +%%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet/ARB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet -@dirrm %%SITE_PERL%%/auto/Business/OnlinePayment/AuthorizeNet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/AuthorizeNet +@dirrmtry %%SITE_PERL%%/auto/Business/OnlinePayment/AuthorizeNet +@dirrmtry %%SITE_PERL%%/Business/OnlinePayment/AuthorizeNet @dirrmtry %%SITE_PERL%%/Business/OnlinePayment --- p5-Business-OnlinePayment-AuthorizeNet-3.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810162302.m9GN2t85018880>