From owner-svn-ports-head@freebsd.org Mon Jul 6 17:47:37 2015 Return-Path: Delivered-To: svn-ports-head@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 24F06994A35; Mon, 6 Jul 2015 17:47:37 +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 D80FB1144; Mon, 6 Jul 2015 17:47:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HlaZh093212; Mon, 6 Jul 2015 17:47:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HlZr0093209; Mon, 6 Jul 2015 17:47:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061747.t66HlZr0093209@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, 6 Jul 2015 17:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391461 - head/textproc/p5-Parse-CSV 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.20 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: Mon, 06 Jul 2015 17:47:37 -0000 Author: sunpoet Date: Mon Jul 6 17:47:34 2015 New Revision: 391461 URL: https://svnweb.freebsd.org/changeset/ports/391461 Log: - Update to 2.03 - Sort PLIST Changes: http://search.cpan.org/dist/Parse-CSV/Changes Modified: head/textproc/p5-Parse-CSV/Makefile head/textproc/p5-Parse-CSV/distinfo head/textproc/p5-Parse-CSV/pkg-plist Modified: head/textproc/p5-Parse-CSV/Makefile ============================================================================== --- head/textproc/p5-Parse-CSV/Makefile Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/Makefile Mon Jul 6 17:47:34 2015 (r391461) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Parse-CSV -PORTVERSION= 2.00 -PORTREVISION= 1 +PORTVERSION= 2.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,9 @@ COMMENT= Highly flexible CSV parser for LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS -RUN_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS +BUILD_DEPENDS= p5-Params-Util>=1:${PORTSDIR}/devel/p5-Params-Util \ + p5-Text-CSV_XS>=0.80:${PORTSDIR}/textproc/p5-Text-CSV_XS +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Parse-CSV/distinfo ============================================================================== --- head/textproc/p5-Parse-CSV/distinfo Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/distinfo Mon Jul 6 17:47:34 2015 (r391461) @@ -1,2 +1,2 @@ -SHA256 (Parse-CSV-2.00.tar.gz) = fe42581500ed28cdc3f8bb6d7bb28b1eb295accc9027f3593b02cacbf5947a08 -SIZE (Parse-CSV-2.00.tar.gz) = 34800 +SHA256 (Parse-CSV-2.03.tar.gz) = 4d10eced9ea29837f1ab662f3869716ba32dd1f4accccca5aa5d9dc7e14258a0 +SIZE (Parse-CSV-2.03.tar.gz) = 16929 Modified: head/textproc/p5-Parse-CSV/pkg-plist ============================================================================== --- head/textproc/p5-Parse-CSV/pkg-plist Mon Jul 6 17:47:29 2015 (r391460) +++ head/textproc/p5-Parse-CSV/pkg-plist Mon Jul 6 17:47:34 2015 (r391461) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Parse::CSV.3.gz %%SITE_PERL%%/Parse/CSV.pm +%%PERL5_MAN3%%/Parse::CSV.3.gz