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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 18 21:26:34 UTC 2014


Author: sunpoet
Date: Tue Feb 18 21:26:33 2014
New Revision: 344964
URL: http://svnweb.freebsd.org/changeset/ports/344964
QAT: https://qat.redports.org/buildarchive/r344964/

Log:
  - Update to 1.19
  - Remove post-patch:
  
  Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog

Modified:
  head/finance/p5-Finance-Quote/Makefile
  head/finance/p5-Finance-Quote/distinfo
  head/finance/p5-Finance-Quote/pkg-plist

Modified: head/finance/p5-Finance-Quote/Makefile
==============================================================================
--- head/finance/p5-Finance-Quote/Makefile	Tue Feb 18 21:26:28 2014	(r344963)
+++ head/finance/p5-Finance-Quote/Makefile	Tue Feb 18 21:26:33 2014	(r344964)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Finance-Quote
-PORTVERSION=	1.18
+PORTVERSION=	1.19
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,13 +17,13 @@ BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORT
 		p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
 		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
 		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PERL5=	configure
 USES=		perl5
 
-post-patch:
-	@${FIND} ${WRKSRC}/lib/Finance/ -name '*.orig' -delete
-
 .include <bsd.port.mk>

Modified: head/finance/p5-Finance-Quote/distinfo
==============================================================================
--- head/finance/p5-Finance-Quote/distinfo	Tue Feb 18 21:26:28 2014	(r344963)
+++ head/finance/p5-Finance-Quote/distinfo	Tue Feb 18 21:26:33 2014	(r344964)
@@ -1,2 +1,2 @@
-SHA256 (Finance-Quote-1.18.tar.gz) = 4240faabe0646defd4ec76ca9e111977b9e8060eaec41adeb284eb422a428393
-SIZE (Finance-Quote-1.18.tar.gz) = 147575
+SHA256 (Finance-Quote-1.19.tar.gz) = 4dd4fd81dd5aa01bf2b6f14f21b2fd20170a6915178f102a9ff9f84578c72d7c
+SIZE (Finance-Quote-1.19.tar.gz) = 153743

Modified: head/finance/p5-Finance-Quote/pkg-plist
==============================================================================
--- head/finance/p5-Finance-Quote/pkg-plist	Tue Feb 18 21:26:28 2014	(r344963)
+++ head/finance/p5-Finance-Quote/pkg-plist	Tue Feb 18 21:26:33 2014	(r344964)
@@ -23,6 +23,8 @@
 %%SITE_PERL%%/Finance/Quote/LeRevenu.pm
 %%SITE_PERL%%/Finance/Quote/ManInvestments.pm
 %%SITE_PERL%%/Finance/Quote/Morningstar.pm
+%%SITE_PERL%%/Finance/Quote/MorningstarJP.pm
+%%SITE_PERL%%/Finance/Quote/MtGox.pm
 %%SITE_PERL%%/Finance/Quote/NZX.pm
 %%SITE_PERL%%/Finance/Quote/Platinum.pm
 %%SITE_PERL%%/Finance/Quote/SEB.pm
@@ -74,6 +76,8 @@
 %%PERL5_MAN3%%/Finance::Quote::LeRevenu.3.gz
 %%PERL5_MAN3%%/Finance::Quote::ManInvestments.3.gz
 %%PERL5_MAN3%%/Finance::Quote::Morningstar.3.gz
+%%PERL5_MAN3%%/Finance::Quote::MorningstarJP.3.gz
+%%PERL5_MAN3%%/Finance::Quote::MtGox.3.gz
 %%PERL5_MAN3%%/Finance::Quote::NZX.3.gz
 %%PERL5_MAN3%%/Finance::Quote::Platinum.3.gz
 %%PERL5_MAN3%%/Finance::Quote::SEB.3.gz


More information about the svn-ports-all mailing list