From owner-svn-ports-all@freebsd.org Sat Dec 19 20:21:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6588F4A8B21; Sat, 19 Dec 2020 20:21:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cyxvf2tn9z4nRw; Sat, 19 Dec 2020 20:21:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 130CE22F6F; Sat, 19 Dec 2020 20:21:15 +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 0BJKLEol021225; Sat, 19 Dec 2020 20:21:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJKLEEn021224; Sat, 19 Dec 2020 20:21:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192021.0BJKLEEn021224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558643 - head/textproc/p5-Parse-CSV X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Parse-CSV X-SVN-Commit-Revision: 558643 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.34 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: Sat, 19 Dec 2020 20:21:21 -0000 Author: sunpoet Date: Sat Dec 19 20:21:14 2020 New Revision: 558643 URL: https://svnweb.freebsd.org/changeset/ports/558643 Log: Update to 2.07 - Add LICENSE_FILE Changes: https://metacpan.org/changes/distribution/Parse-CSV Modified: head/textproc/p5-Parse-CSV/Makefile head/textproc/p5-Parse-CSV/distinfo Modified: head/textproc/p5-Parse-CSV/Makefile ============================================================================== --- head/textproc/p5-Parse-CSV/Makefile Sat Dec 19 20:21:09 2020 (r558642) +++ head/textproc/p5-Parse-CSV/Makefile Sat Dec 19 20:21:14 2020 (r558643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Parse-CSV -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,13 +12,15 @@ COMMENT= Highly flexible CSV parser for large files LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Params-Util>=1:devel/p5-Params-Util \ - p5-Text-CSV_XS>=0.80:textproc/p5-Text-CSV_XS + p5-Text-CSV_XS>=1.22:textproc/p5-Text-CSV_XS -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/textproc/p5-Parse-CSV/distinfo ============================================================================== --- head/textproc/p5-Parse-CSV/distinfo Sat Dec 19 20:21:09 2020 (r558642) +++ head/textproc/p5-Parse-CSV/distinfo Sat Dec 19 20:21:14 2020 (r558643) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604523966 -SHA256 (Parse-CSV-2.06.tar.gz) = 7d297ac9c57f90b077372a453a87103d93bff1b07ae99562df2ee9c85f13472c -SIZE (Parse-CSV-2.06.tar.gz) = 19849 +TIMESTAMP = 1608366336 +SHA256 (Parse-CSV-2.07.tar.gz) = 80c22d56b28d762ddea6aa589c55edc0b0a64cc8f5e83700780c22bb91679f71 +SIZE (Parse-CSV-2.07.tar.gz) = 19865