Date: Mon, 13 Nov 2017 19:36:17 +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: r454141 - head/finance/p5-Finance-YahooQuote Message-ID: <201711131936.vADJaHHX000893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 13 19:36:16 2017 New Revision: 454141 URL: https://svnweb.freebsd.org/changeset/ports/454141 Log: Update to 0.26 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Finance-YahooQuote/CHANGES Modified: head/finance/p5-Finance-YahooQuote/Makefile head/finance/p5-Finance-YahooQuote/distinfo head/finance/p5-Finance-YahooQuote/pkg-plist Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/Makefile Mon Nov 13 19:36:16 2017 (r454141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-YahooQuote -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get stock quotes from Yahoo! Finance -RUN_DEPENDS= p5-HTML-Parser>=2.2:www/p5-HTML-Parser \ +LICENSE= GPLv2+ + +BUILD_DEPENDS= p5-HTML-Parser>=2.2:www/p5-HTML-Parser \ p5-libwww>=1.62:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/finance/p5-Finance-YahooQuote/distinfo ============================================================================== --- head/finance/p5-Finance-YahooQuote/distinfo Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/distinfo Mon Nov 13 19:36:16 2017 (r454141) @@ -1,2 +1,3 @@ -SHA256 (Finance-YahooQuote-0.25.tar.gz) = d29929ec543a305612996a906081d50fc8eee8428fc4c5af5a7571556839bdba -SIZE (Finance-YahooQuote-0.25.tar.gz) = 20650 +TIMESTAMP = 1510587432 +SHA256 (Finance-YahooQuote-0.26.tar.gz) = 3cc7d08e0ecafe9fdef993ab77b10e0c20d3478697c5890045f877ac85d08abf +SIZE (Finance-YahooQuote-0.26.tar.gz) = 21407 Modified: head/finance/p5-Finance-YahooQuote/pkg-plist ============================================================================== --- head/finance/p5-Finance-YahooQuote/pkg-plist Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/pkg-plist Mon Nov 13 19:36:16 2017 (r454141) @@ -1,4 +1,4 @@ bin/yahooquote %%SITE_PERL%%/Finance/YahooQuote.pm -%%PERL5_MAN3%%/Finance::YahooQuote.3.gz %%PERL5_MAN1%%/yahooquote.1.gz +%%PERL5_MAN3%%/Finance::YahooQuote.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711131936.vADJaHHX000893>