From owner-svn-ports-all@freebsd.org Sun Jun 30 16:07:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09CF815D9877; Sun, 30 Jun 2019 16:07:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A19268BE49; Sun, 30 Jun 2019 16:07:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6695127C9E; Sun, 30 Jun 2019 16:07:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5UG7vHW074979; Sun, 30 Jun 2019 16:07:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5UG7ukt074976; Sun, 30 Jun 2019 16:07:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201906301607.x5UG7ukt074976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 30 Jun 2019 16:07:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505431 - head/finance/p5-Finance-Quote X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/finance/p5-Finance-Quote X-SVN-Commit-Revision: 505431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A19268BE49 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.950,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 30 Jun 2019 16:07:58 -0000 Author: sunpoet Date: Sun Jun 30 16:07:56 2019 New Revision: 505431 URL: https://svnweb.freebsd.org/changeset/ports/505431 Log: Update to 1.48 Changes: https://metacpan.org/changes/distribution/Finance-Quote Modified: head/finance/p5-Finance-Quote/Makefile head/finance/p5-Finance-Quote/distinfo head/finance/p5-Finance-Quote/pkg-plist Modified: head/finance/p5-Finance-Quote/Makefile ============================================================================== --- head/finance/p5-Finance-Quote/Makefile Sun Jun 30 16:07:51 2019 (r505430) +++ head/finance/p5-Finance-Quote/Makefile Sun Jun 30 16:07:56 2019 (r505431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-Quote -PORTVERSION= 1.47 +PORTVERSION= 1.48 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,21 +16,26 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \ p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \ p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTML-TableExtract>=0:www/p5-HTML-TableExtract \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-JSON>=0:converters/p5-JSON \ + p5-JSON-Parse>=0:devel/p5-JSON-Parse \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Mozilla-CA>=0:www/p5-Mozilla-CA \ + p5-String-Util>=0:textproc/p5-String-Util \ + p5-Text-Template>=0:textproc/p5-Text-Template \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww TEST_DEPENDS= p5-Test-Kwalitee>=0:devel/p5-Test-Kwalitee \ p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/finance/p5-Finance-Quote/distinfo ============================================================================== --- head/finance/p5-Finance-Quote/distinfo Sun Jun 30 16:07:51 2019 (r505430) +++ head/finance/p5-Finance-Quote/distinfo Sun Jun 30 16:07:56 2019 (r505431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510696027 -SHA256 (Finance-Quote-1.47.tar.gz) = 27af2df1f5eee570a8af577be3850468a869251dd212ae644ac2a1710ac2eb3f -SIZE (Finance-Quote-1.47.tar.gz) = 270335 +TIMESTAMP = 1561906603 +SHA256 (Finance-Quote-1.48.tar.gz) = 98e9eb7900bd1297beb21955be94a3d85a7fd612a919821b3207c5549f2011f3 +SIZE (Finance-Quote-1.48.tar.gz) = 274650 Modified: head/finance/p5-Finance-Quote/pkg-plist ============================================================================== --- head/finance/p5-Finance-Quote/pkg-plist Sun Jun 30 16:07:51 2019 (r505430) +++ head/finance/p5-Finance-Quote/pkg-plist Sun Jun 30 16:07:56 2019 (r505431) @@ -24,11 +24,14 @@ %%SITE_PERL%%/Finance/Quote/GoldMoney.pm %%SITE_PERL%%/Finance/Quote/HEX.pm %%SITE_PERL%%/Finance/Quote/HU.pm +%%SITE_PERL%%/Finance/Quote/IEXCloud.pm %%SITE_PERL%%/Finance/Quote/IndiaMutual.pm %%SITE_PERL%%/Finance/Quote/LeRevenu.pm %%SITE_PERL%%/Finance/Quote/MStaruk.pm %%SITE_PERL%%/Finance/Quote/ManInvestments.pm %%SITE_PERL%%/Finance/Quote/Morningstar.pm +%%SITE_PERL%%/Finance/Quote/MorningstarAU.pm +%%SITE_PERL%%/Finance/Quote/MorningstarCH.pm %%SITE_PERL%%/Finance/Quote/MorningstarJP.pm %%SITE_PERL%%/Finance/Quote/NZX.pm %%SITE_PERL%%/Finance/Quote/Platinum.pm @@ -48,17 +51,13 @@ %%SITE_PERL%%/Finance/Quote/Union.pm %%SITE_PERL%%/Finance/Quote/UserAgent.pm %%SITE_PERL%%/Finance/Quote/VWD.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Asia.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Australia.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Base.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Brasil.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/Europe.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/NZ.pm -%%SITE_PERL%%/Finance/Quote/Yahoo/USA.pm %%SITE_PERL%%/Finance/Quote/YahooJSON.pm %%SITE_PERL%%/Finance/Quote/YahooYQL.pm %%SITE_PERL%%/Finance/Quote/ZA.pm %%SITE_PERL%%/Finance/Quote/ZA_UnitTrusts.pm +%%SITE_PERL%%/GPATH +%%SITE_PERL%%/GRTAGS +%%SITE_PERL%%/GTAGS %%PERL5_MAN3%%/Finance::Quote.3.gz %%PERL5_MAN3%%/Finance::Quote::AEX.3.gz %%PERL5_MAN3%%/Finance::Quote::AIAHK.3.gz @@ -89,6 +88,8 @@ %%PERL5_MAN3%%/Finance::Quote::MStaruk.3.gz %%PERL5_MAN3%%/Finance::Quote::ManInvestments.3.gz %%PERL5_MAN3%%/Finance::Quote::Morningstar.3.gz +%%PERL5_MAN3%%/Finance::Quote::MorningstarAU.3.gz +%%PERL5_MAN3%%/Finance::Quote::MorningstarCH.3.gz %%PERL5_MAN3%%/Finance::Quote::MorningstarJP.3.gz %%PERL5_MAN3%%/Finance::Quote::NZX.3.gz %%PERL5_MAN3%%/Finance::Quote::Platinum.3.gz @@ -104,13 +105,6 @@ %%PERL5_MAN3%%/Finance::Quote::USFedBonds.3.gz %%PERL5_MAN3%%/Finance::Quote::Union.3.gz %%PERL5_MAN3%%/Finance::Quote::VWD.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::Asia.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::Australia.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::Base.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::Brasil.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::Europe.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::NZ.3.gz -%%PERL5_MAN3%%/Finance::Quote::Yahoo::USA.3.gz %%PERL5_MAN3%%/Finance::Quote::YahooJSON.3.gz %%PERL5_MAN3%%/Finance::Quote::YahooYQL.3.gz %%PERL5_MAN3%%/Finance::Quote::ZA.3.gz