From owner-svn-ports-all@FreeBSD.ORG Mon Jan 12 18:35:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84A05441; Mon, 12 Jan 2015 18:35:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56CD5752; Mon, 12 Jan 2015 18:35:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0CIZhoP061039; Mon, 12 Jan 2015 18:35:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0CIZgWr061035; Mon, 12 Jan 2015 18:35:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501121835.t0CIZgWr061035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Jan 2015 18:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376862 - head/finance/p5-Business-OnlinePayment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2015 18:35:43 -0000 Author: sunpoet Date: Mon Jan 12 18:35:42 2015 New Revision: 376862 URL: https://svnweb.freebsd.org/changeset/ports/376862 QAT: https://qat.redports.org/buildarchive/r376862/ Log: - Update to 3.03 - Fix *_DEPENDS: Crypt::SSLeay, Net::SSLeay and URI were replaced by Net::HTTPS::Any since 3.01 Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes Modified: head/finance/p5-Business-OnlinePayment/Makefile head/finance/p5-Business-OnlinePayment/distinfo Modified: head/finance/p5-Business-OnlinePayment/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment/Makefile Mon Jan 12 18:35:37 2015 (r376861) +++ head/finance/p5-Business-OnlinePayment/Makefile Mon Jan 12 18:35:42 2015 (r376862) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Business-OnlinePayment -PORTVERSION= 3.02 -PORTREVISION= 1 +PORTVERSION= 3.03 CATEGORIES= finance perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:IVAN @@ -15,11 +14,8 @@ COMMENT= Generic interface for processin LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Net-HTTPS-Any>=0:${PORTSDIR}/net/p5-Net-HTTPS-Any \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash RUN_DEPENDS:= ${BUILD_DEPENDS} PORTSCOUT= limit:^[0-9\.]*$$ Modified: head/finance/p5-Business-OnlinePayment/distinfo ============================================================================== --- head/finance/p5-Business-OnlinePayment/distinfo Mon Jan 12 18:35:37 2015 (r376861) +++ head/finance/p5-Business-OnlinePayment/distinfo Mon Jan 12 18:35:42 2015 (r376862) @@ -1,2 +1,2 @@ -SHA256 (Business-OnlinePayment-3.02.tar.gz) = eb0f3a704627fc3fcc4d7734c13bd696fe42d8b8f2a8ed0901f0f1f02b09abd3 -SIZE (Business-OnlinePayment-3.02.tar.gz) = 19536 +SHA256 (Business-OnlinePayment-3.03.tar.gz) = 9f6bd5ce639739a10988b69040f2173396c7884facbc81f9381fb4a704d2ba77 +SIZE (Business-OnlinePayment-3.03.tar.gz) = 20415