svn commit: r428736 - head/finance/p5-Finance-Quote

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 17 12:57:24 UTC 2016


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 at 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 \


More information about the svn-ports-all mailing list