From owner-svn-ports-all@FreeBSD.ORG Sat Jan 10 13:08:31 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDE2E9E7; Sat, 10 Jan 2015 13:08:31 +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 B0B942B1; Sat, 10 Jan 2015 13:08:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0AD8VOi034504; Sat, 10 Jan 2015 13:08:31 GMT (envelope-from tobez@FreeBSD.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0AD8VjV034501; Sat, 10 Jan 2015 13:08:31 GMT (envelope-from tobez@FreeBSD.org) Message-Id: <201501101308.t0AD8VjV034501@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tobez set sender to tobez@FreeBSD.org using -f From: Anton Berezin Date: Sat, 10 Jan 2015 13:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376703 - head/finance/p5-Finance-QuoteHist 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: Sat, 10 Jan 2015 13:08:32 -0000 Author: tobez Date: Sat Jan 10 13:08:30 2015 New Revision: 376703 URL: https://svnweb.freebsd.org/changeset/ports/376703 QAT: https://qat.redports.org/buildarchive/r376703/ Log: Update to 1.21. Modified: head/finance/p5-Finance-QuoteHist/Makefile head/finance/p5-Finance-QuoteHist/distinfo head/finance/p5-Finance-QuoteHist/pkg-plist Modified: head/finance/p5-Finance-QuoteHist/Makefile ============================================================================== --- head/finance/p5-Finance-QuoteHist/Makefile Sat Jan 10 13:05:46 2015 (r376702) +++ head/finance/p5-Finance-QuoteHist/Makefile Sat Jan 10 13:08:30 2015 (r376703) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-QuoteHist -PORTVERSION= 1.20 -PORTREVISION= 1 +PORTVERSION= 1.21 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/finance/p5-Finance-QuoteHist/distinfo ============================================================================== --- head/finance/p5-Finance-QuoteHist/distinfo Sat Jan 10 13:05:46 2015 (r376702) +++ head/finance/p5-Finance-QuoteHist/distinfo Sat Jan 10 13:08:30 2015 (r376703) @@ -1,2 +1,2 @@ -SHA256 (Finance-QuoteHist-1.20.tar.gz) = bd4904a4f75721ec7f8b5b242d60e89a8255d5b2c92395c50a12c53c5c28e1cb -SIZE (Finance-QuoteHist-1.20.tar.gz) = 53223 +SHA256 (Finance-QuoteHist-1.21.tar.gz) = 923c7d15e055e996bbbf935fc2ce27646e3a691b781ae2482c5fc7eb6c70e236 +SIZE (Finance-QuoteHist-1.21.tar.gz) = 51394 Modified: head/finance/p5-Finance-QuoteHist/pkg-plist ============================================================================== --- head/finance/p5-Finance-QuoteHist/pkg-plist Sat Jan 10 13:05:46 2015 (r376702) +++ head/finance/p5-Finance-QuoteHist/pkg-plist Sat Jan 10 13:08:30 2015 (r376703) @@ -1,5 +1,4 @@ %%SITE_PERL%%/Finance/QuoteHist.pm -%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm %%SITE_PERL%%/Finance/QuoteHist/DailyFinance.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm %%SITE_PERL%%/Finance/QuoteHist/Google.pm @@ -7,7 +6,6 @@ %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm %%PERL5_MAN3%%/Finance::QuoteHist.3.gz -%%PERL5_MAN3%%/Finance::QuoteHist::BusinessWeek.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz