Date: Sat, 17 Dec 2016 12:57:23 +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: r428736 - head/finance/p5-Finance-Quote Message-ID: <201612171257.uBHCvNrj078190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 17 12:57:23 2016 New Revision: 428736 URL: https://svnweb.freebsd.org/changeset/ports/428736 Log: - Update LICENSE - Add LICENSE_FILE - Fix *_DEPENDS: add missing p5-CGI [1], p5-HTML-Parser and p5-HTTP-Cookies - Bump PORTREVISION for dependency change PR: 215326 [1] Submitted by: madpilot [1] Modified: head/finance/p5-Finance-Quote/Makefile Modified: head/finance/p5-Finance-Quote/Makefile ============================================================================== --- head/finance/p5-Finance-Quote/Makefile Sat Dec 17 12:57:19 2016 (r428735) +++ head/finance/p5-Finance-Quote/Makefile Sat Dec 17 12:57:23 2016 (r428736) @@ -3,6 +3,7 @@ PORTNAME= Finance-Quote PORTVERSION= 1.38 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get stock and mutual fund quotes from various exchanges -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI \ + p5-DateTime>=0:devel/p5-DateTime \ + 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-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171257.uBHCvNrj078190>