Date: Wed, 10 Oct 2012 13:11:13 +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: r305657 - in head/finance/p5-Finance-Quote: . files Message-ID: <201210101311.q9ADBDua033268@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 10 13:11:13 2012 New Revision: 305657 URL: http://svn.freebsd.org/changeset/ports/305657 Log: - Update to 1.18 Changes: https://github.com/pfenwick/finance-quote/commits/master Deleted: head/finance/p5-Finance-Quote/files/ Modified: head/finance/p5-Finance-Quote/Makefile head/finance/p5-Finance-Quote/distinfo (contents, props changed) head/finance/p5-Finance-Quote/pkg-plist (contents, props changed) Modified: head/finance/p5-Finance-Quote/Makefile ============================================================================== --- head/finance/p5-Finance-Quote/Makefile Wed Oct 10 13:08:23 2012 (r305656) +++ head/finance/p5-Finance-Quote/Makefile Wed Oct 10 13:11:13 2012 (r305657) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-Quote -PORTVERSION= 1.17 -PORTREVISION= 2 +PORTVERSION= 1.18 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,11 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ 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-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/finance/p5-Finance-Quote/distinfo ============================================================================== --- head/finance/p5-Finance-Quote/distinfo Wed Oct 10 13:08:23 2012 (r305656) +++ head/finance/p5-Finance-Quote/distinfo Wed Oct 10 13:11:13 2012 (r305657) @@ -1,2 +1,2 @@ -SHA256 (Finance-Quote-1.17.tar.gz) = 10c3e7d98e71997f7e32bff5898ff5153c9ebf1b46063f91c184db8e6089e170 -SIZE (Finance-Quote-1.17.tar.gz) = 130686 +SHA256 (Finance-Quote-1.18.tar.gz) = 4240faabe0646defd4ec76ca9e111977b9e8060eaec41adeb284eb422a428393 +SIZE (Finance-Quote-1.18.tar.gz) = 147575 Modified: head/finance/p5-Finance-Quote/pkg-plist ============================================================================== --- head/finance/p5-Finance-Quote/pkg-plist Wed Oct 10 13:08:23 2012 (r305656) +++ head/finance/p5-Finance-Quote/pkg-plist Wed Oct 10 13:11:13 2012 (r305657) @@ -26,6 +26,8 @@ %%SITE_PERL%%/Finance/Quote/NZX.pm %%SITE_PERL%%/Finance/Quote/Platinum.pm %%SITE_PERL%%/Finance/Quote/SEB.pm +%%SITE_PERL%%/Finance/Quote/SIXfunds.pm +%%SITE_PERL%%/Finance/Quote/SIXshares.pm %%SITE_PERL%%/Finance/Quote/StockHouseCanada.pm %%SITE_PERL%%/Finance/Quote/TSP.pm %%SITE_PERL%%/Finance/Quote/TSX.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210101311.q9ADBDua033268>