From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 16 23:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D89031065689 for ; Thu, 16 Oct 2008 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B3C8F8FC24 for ; Thu, 16 Oct 2008 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GNA11R092178 for ; Thu, 16 Oct 2008 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9GNA1HE092177; Thu, 16 Oct 2008 23:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 16 Oct 2008 23:10:01 GMT Resent-Message-Id: <200810162310.m9GNA1HE092177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF30C106568A for ; Thu, 16 Oct 2008 23:02:55 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFF48FC17 for ; Thu, 16 Oct 2008 23:02:55 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9GN2tD6018881; Thu, 16 Oct 2008 16:02:55 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9GN2t85018880; Thu, 16 Oct 2008 16:02:55 -0700 (PDT) (envelope-from leeym) Message-Id: <200810162302.m9GN2t85018880@cn1.leeym.com> Date: Thu, 16 Oct 2008 16:02:55 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: erwin@FreeBSD.org Subject: ports/128166: [PATCH] finance/p5-Business-OnlinePayment-AuthorizeNet: update to 3.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 23:10:01 -0000 >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 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: