diff options
author | seb <seb> | 2009-08-30 00:51:19 +0000 |
---|---|---|
committer | seb <seb> | 2009-08-30 00:51:19 +0000 |
commit | 50d9e0086f19e2f640e304201fa665bc5a5bcfc8 (patch) | |
tree | 2fb586bf73c74b1cbcea293f8d2214d8dd6b4bec /math | |
parent | 95379f534f441ef6f952df43105ceff6ea58ef7f (diff) | |
download | pkgsrc-50d9e0086f19e2f640e304201fa665bc5a5bcfc8.tar.gz |
Update p5-Spreadsheet-Read from version 0.34 to version 0.35.
Pkgsrc changes:
- Adjust/fix dependencies (according to META.yml and not the bundled
Makefile.PL which seems out of sync!?)
Upstream changes:
0.35 Wed 03 Jun 2009
- Add Test::NoWarnings, which is not run in AUTOMATED_TESTING
- Switched to Test::More using tests_done ()
- Text::CSV_XS requires 0.43 or up, as we use ->eof ()
still prefer a really new release, like 0.65, which
is Test::NoWarnings safe
- Spreadsheet::XLSX 0.10 still does not support attributes
- Added -n to xlscat
- XLSX tests skip on feature, not on version
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Spreadsheet-Read/Makefile | 15 | ||||
-rw-r--r-- | math/p5-Spreadsheet-Read/distinfo | 8 |
2 files changed, 14 insertions, 9 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile index 7fda30022fc..2b35dd814a1 100644 --- a/math/p5-Spreadsheet-Read/Makefile +++ b/math/p5-Spreadsheet-Read/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 16:53:27 seb Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/30 00:51:19 seb Exp $ # -DISTNAME= Spreadsheet-Read-0.34 +DISTNAME= Spreadsheet-Read-0.35 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} @@ -20,10 +20,15 @@ MAKE_ENV+= AUTOMATED_TESTING=1 # This is useless but placate check-interpreter.mk REPLACE_PERL+= Read.pm -DEPENDS+= p5-Spreadsheet-ParseExcel>=0.26:../../math/p5-Spreadsheet-ParseExcel +DEPENDS+= p5-Spreadsheet-ParseExcel>=0.49:../../math/p5-Spreadsheet-ParseExcel DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC -DEPENDS+= p5-Text-CSV_XS>=0.23:../../textproc/p5-Text-CSV_XS -DEPENDS+= p5-Spreadsheet-XLSX-[0-9]*:../../math/p5-Spreadsheet-XLSX +DEPENDS+= p5-Text-CSV_XS>=0.65:../../textproc/p5-Text-CSV_XS +DEPENDS+= p5-Text-CSV>=1.12:../../textproc/p5-Text-CSV +DEPENDS+= p5-Spreadsheet-XLSX>=0.10:../../math/p5-Spreadsheet-XLSX +DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC + +BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Spreadsheet-Read/distinfo b/math/p5-Spreadsheet-Read/distinfo index 28bab42f741..effff558922 100644 --- a/math/p5-Spreadsheet-Read/distinfo +++ b/math/p5-Spreadsheet-Read/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/02/01 16:53:27 seb Exp $ +$NetBSD: distinfo,v 1.2 2009/08/30 00:51:19 seb Exp $ -SHA1 (Spreadsheet-Read-0.34.tgz) = cb025c5aa526e01f9025607e189fd918da80a41d -RMD160 (Spreadsheet-Read-0.34.tgz) = efcec0c28dd4caf28584f0524a47daa28cd132c8 -Size (Spreadsheet-Read-0.34.tgz) = 117363 bytes +SHA1 (Spreadsheet-Read-0.35.tgz) = 599b85a64ef67124f11d3b857891c2561844c0f6 +RMD160 (Spreadsheet-Read-0.35.tgz) = db7050a82596f1ddead204b50328039f5e69f30d +Size (Spreadsheet-Read-0.35.tgz) = 117870 bytes |