From owner-svn-ports-all@freebsd.org Thu Aug 13 17:34:39 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B806B9B8728; Thu, 13 Aug 2015 17:34:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AFB0166B; Thu, 13 Aug 2015 17:34:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DHYdeh049190; Thu, 13 Aug 2015 17:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DHYc5I049187; Thu, 13 Aug 2015 17:34:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201508131734.t7DHYc5I049187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Aug 2015 17:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394117 - head/finance/p5-Finance-QuoteHist X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2015 17:34:39 -0000 Author: sunpoet Date: Thu Aug 13 17:34:37 2015 New Revision: 394117 URL: https://svnweb.freebsd.org/changeset/ports/394117 Log: - Update to 1.24 - Add NO_ARCH Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes Modified: head/finance/p5-Finance-QuoteHist/Makefile head/finance/p5-Finance-QuoteHist/distinfo head/finance/p5-Finance-QuoteHist/pkg-plist Modified: head/finance/p5-Finance-QuoteHist/Makefile ============================================================================== --- head/finance/p5-Finance-QuoteHist/Makefile Thu Aug 13 17:34:32 2015 (r394116) +++ head/finance/p5-Finance-QuoteHist/Makefile Thu Aug 13 17:34:37 2015 (r394117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-QuoteHist -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSD p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/finance/p5-Finance-QuoteHist/distinfo ============================================================================== --- head/finance/p5-Finance-QuoteHist/distinfo Thu Aug 13 17:34:32 2015 (r394116) +++ head/finance/p5-Finance-QuoteHist/distinfo Thu Aug 13 17:34:37 2015 (r394117) @@ -1,2 +1,2 @@ -SHA256 (Finance-QuoteHist-1.23.tar.gz) = 8b6bedb7f4b3f4db5fd1ad0a51f29ddec7d2ccb89f47915f99079877827bc149 -SIZE (Finance-QuoteHist-1.23.tar.gz) = 51589 +SHA256 (Finance-QuoteHist-1.24.tar.gz) = 66d3216649b7c5e2405935426d641be5e7b6bf8a8d7a0b05db00bc2a2fa01305 +SIZE (Finance-QuoteHist-1.24.tar.gz) = 50996 Modified: head/finance/p5-Finance-QuoteHist/pkg-plist ============================================================================== --- head/finance/p5-Finance-QuoteHist/pkg-plist Thu Aug 13 17:34:32 2015 (r394116) +++ head/finance/p5-Finance-QuoteHist/pkg-plist Thu Aug 13 17:34:37 2015 (r394117) @@ -4,11 +4,9 @@ %%SITE_PERL%%/Finance/QuoteHist/Google.pm %%SITE_PERL%%/Finance/QuoteHist/StockNod.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm -%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm %%PERL5_MAN3%%/Finance::QuoteHist.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::StockNod.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Yahoo.3.gz -%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo::Australia.3.gz