From owner-svn-ports-all@freebsd.org Mon Nov 13 19:36:21 2017 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 BD906DC9532; Mon, 13 Nov 2017 19:36:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2C5397A5AF; Mon, 13 Nov 2017 19:36:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vADJaHIM000896; Mon, 13 Nov 2017 19:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vADJaHHX000893; Mon, 13 Nov 2017 19:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711131936.vADJaHHX000893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 13 Nov 2017 19:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454141 - head/finance/p5-Finance-YahooQuote X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/finance/p5-Finance-YahooQuote X-SVN-Commit-Revision: 454141 X-SVN-Commit-Repository: ports 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.25 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: Mon, 13 Nov 2017 19:36:22 -0000 Author: sunpoet Date: Mon Nov 13 19:36:16 2017 New Revision: 454141 URL: https://svnweb.freebsd.org/changeset/ports/454141 Log: Update to 0.26 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Finance-YahooQuote/CHANGES Modified: head/finance/p5-Finance-YahooQuote/Makefile head/finance/p5-Finance-YahooQuote/distinfo head/finance/p5-Finance-YahooQuote/pkg-plist Modified: head/finance/p5-Finance-YahooQuote/Makefile ============================================================================== --- head/finance/p5-Finance-YahooQuote/Makefile Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/Makefile Mon Nov 13 19:36:16 2017 (r454141) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-YahooQuote -PORTVERSION= 0.25 +PORTVERSION= 0.26 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get stock quotes from Yahoo! Finance -RUN_DEPENDS= p5-HTML-Parser>=2.2:www/p5-HTML-Parser \ +LICENSE= GPLv2+ + +BUILD_DEPENDS= p5-HTML-Parser>=2.2:www/p5-HTML-Parser \ p5-libwww>=1.62:www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/finance/p5-Finance-YahooQuote/distinfo ============================================================================== --- head/finance/p5-Finance-YahooQuote/distinfo Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/distinfo Mon Nov 13 19:36:16 2017 (r454141) @@ -1,2 +1,3 @@ -SHA256 (Finance-YahooQuote-0.25.tar.gz) = d29929ec543a305612996a906081d50fc8eee8428fc4c5af5a7571556839bdba -SIZE (Finance-YahooQuote-0.25.tar.gz) = 20650 +TIMESTAMP = 1510587432 +SHA256 (Finance-YahooQuote-0.26.tar.gz) = 3cc7d08e0ecafe9fdef993ab77b10e0c20d3478697c5890045f877ac85d08abf +SIZE (Finance-YahooQuote-0.26.tar.gz) = 21407 Modified: head/finance/p5-Finance-YahooQuote/pkg-plist ============================================================================== --- head/finance/p5-Finance-YahooQuote/pkg-plist Mon Nov 13 19:36:11 2017 (r454140) +++ head/finance/p5-Finance-YahooQuote/pkg-plist Mon Nov 13 19:36:16 2017 (r454141) @@ -1,4 +1,4 @@ bin/yahooquote %%SITE_PERL%%/Finance/YahooQuote.pm -%%PERL5_MAN3%%/Finance::YahooQuote.3.gz %%PERL5_MAN1%%/yahooquote.1.gz +%%PERL5_MAN3%%/Finance::YahooQuote.3.gz