Date: Wed, 28 Jun 2017 15:43:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444589 - head/finance/p5-Finance-QuoteHist Message-ID: <201706281543.v5SFh8Za079377@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 28 15:43:07 2017 New Revision: 444589 URL: https://svnweb.freebsd.org/changeset/ports/444589 Log: Update to 1.26 - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes 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 Wed Jun 28 15:43:02 2017 (r444588) +++ head/finance/p5-Finance-QuoteHist/Makefile Wed Jun 28 15:43:07 2017 (r444589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-QuoteHist -PORTVERSION= 1.24 +PORTVERSION= 1.26 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Perl module for fetching historical stock quo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-HTML-TableExtract>=2.07:www/p5-HTML-TableExtract \ Modified: head/finance/p5-Finance-QuoteHist/distinfo ============================================================================== --- head/finance/p5-Finance-QuoteHist/distinfo Wed Jun 28 15:43:02 2017 (r444588) +++ head/finance/p5-Finance-QuoteHist/distinfo Wed Jun 28 15:43:07 2017 (r444589) @@ -1,2 +1,3 @@ -SHA256 (Finance-QuoteHist-1.24.tar.gz) = 66d3216649b7c5e2405935426d641be5e7b6bf8a8d7a0b05db00bc2a2fa01305 -SIZE (Finance-QuoteHist-1.24.tar.gz) = 50996 +TIMESTAMP = 1498655084 +SHA256 (Finance-QuoteHist-1.26.tar.gz) = 54c93650e7c485bfd1d40bcc16798eec96f52df679ea7fff65a445fb284edffe +SIZE (Finance-QuoteHist-1.26.tar.gz) = 49068 Modified: head/finance/p5-Finance-QuoteHist/pkg-plist ============================================================================== --- head/finance/p5-Finance-QuoteHist/pkg-plist Wed Jun 28 15:43:02 2017 (r444588) +++ head/finance/p5-Finance-QuoteHist/pkg-plist Wed Jun 28 15:43:07 2017 (r444589) @@ -2,11 +2,9 @@ %%SITE_PERL%%/Finance/QuoteHist/DailyFinance.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm %%SITE_PERL%%/Finance/QuoteHist/Google.pm -%%SITE_PERL%%/Finance/QuoteHist/StockNod.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm %%PERL5_MAN3%%/Finance::QuoteHist.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz -%%PERL5_MAN3%%/Finance::QuoteHist::StockNod.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Yahoo.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706281543.v5SFh8Za079377>