Date: Tue, 3 Sep 2019 16:29:49 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510962 - head/textproc/p5-Spreadsheet-Read Message-ID: <201909031629.x83GTnRf041545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Sep 3 16:29:49 2019 New Revision: 510962 URL: https://svnweb.freebsd.org/changeset/ports/510962 Log: textproc/p5-Spreadsheet-Read: update to 0.81 Modified: head/textproc/p5-Spreadsheet-Read/Makefile (contents, props changed) head/textproc/p5-Spreadsheet-Read/distinfo (contents, props changed) head/textproc/p5-Spreadsheet-Read/pkg-plist (contents, props changed) Modified: head/textproc/p5-Spreadsheet-Read/Makefile ============================================================================== --- head/textproc/p5-Spreadsheet-Read/Makefile Tue Sep 3 16:14:04 2019 (r510961) +++ head/textproc/p5-Spreadsheet-Read/Makefile Tue Sep 3 16:29:49 2019 (r510962) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Spreadsheet-Read -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -14,14 +14,15 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Text-CSV_XS>=0.71:textproc/p5-Text-CSV_XS \ - p5-Text-CSV>=1.33:textproc/p5-Text-CSV \ +RUN_DEPENDS= p5-Spreadsheet-ParseExcel>=0.13:textproc/p5-Spreadsheet-ParseExcel \ p5-Spreadsheet-ReadSXC>=0.20:textproc/p5-Spreadsheet-ReadSXC \ - p5-Spreadsheet-ParseExcel>=0.13:textproc/p5-Spreadsheet-ParseExcel + p5-Text-CSV>=1.33:textproc/p5-Text-CSV \ + p5-Text-CSV_XS>=0.71:textproc/p5-Text-CSV_XS TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings USES= perl5 tar:tgz USE_PERL5= configure + NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/p5-Spreadsheet-Read/distinfo ============================================================================== --- head/textproc/p5-Spreadsheet-Read/distinfo Tue Sep 3 16:14:04 2019 (r510961) +++ head/textproc/p5-Spreadsheet-Read/distinfo Tue Sep 3 16:29:49 2019 (r510962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546288132 -SHA256 (Spreadsheet-Read-0.80.tgz) = 3c39c94749385759b3323dffe6ecd51406db31e10bc3fb0d2a06f2659f5bc7fe -SIZE (Spreadsheet-Read-0.80.tgz) = 183349 +TIMESTAMP = 1567527730 +SHA256 (Spreadsheet-Read-0.81.tgz) = 506162538bb276c8171a96041badb6c36edc8f8c60b23fc4af5a7ec4d5a1a806 +SIZE (Spreadsheet-Read-0.81.tgz) = 194447 Modified: head/textproc/p5-Spreadsheet-Read/pkg-plist ============================================================================== --- head/textproc/p5-Spreadsheet-Read/pkg-plist Tue Sep 3 16:14:04 2019 (r510961) +++ head/textproc/p5-Spreadsheet-Read/pkg-plist Tue Sep 3 16:29:49 2019 (r510962) @@ -3,6 +3,8 @@ bin/ssdiff bin/xls2csv bin/xlscat bin/xlsgrep +bin/xlsx2csv %%PERL5_MAN1%%/xls2csv.1.gz +%%PERL5_MAN1%%/xlsx2csv.1.gz %%PERL5_MAN3%%/Spreadsheet::Read.3.gz %%SITE_PERL%%/Spreadsheet/Read.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031629.x83GTnRf041545>