From owner-svn-ports-head@freebsd.org Wed Jun 28 15:43:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CDEADA4B83; Wed, 28 Jun 2017 15:43:09 +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 mx1.freebsd.org (Postfix) with ESMTPS id 281DF7DCF9; Wed, 28 Jun 2017 15:43:09 +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 v5SFh8Bp079379; Wed, 28 Jun 2017 15:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5SFh8Za079377; Wed, 28 Jun 2017 15:43:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706281543.v5SFh8Za079377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Jun 2017 15:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444589 - head/finance/p5-Finance-QuoteHist X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/finance/p5-Finance-QuoteHist X-SVN-Commit-Revision: 444589 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 15:43:09 -0000 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