From owner-svn-ports-head@FreeBSD.ORG Wed Oct 10 13:11:14 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12A9B348; Wed, 10 Oct 2012 13:11:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D4D978FC0A; Wed, 10 Oct 2012 13:11:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9ADBDp3033272; Wed, 10 Oct 2012 13:11:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ADBDua033268; Wed, 10 Oct 2012 13:11:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201210101311.q9ADBDua033268@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Oct 2012 13:11:13 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 13:11:14 -0000 X-List-Received-Date: Wed, 10 Oct 2012 13:11:14 -0000 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