Sun Oct 11 09:33:51 2009 UTC ()
Updating textproc/p5-Text-CSV from 1.13 to 1.14

pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.14  Thu Oct  8 15:02:24 2009
	- updated the compatibility for Text::CSV_XS version 0.68
	    * fail if first arg to new () is not a hash ref
	    * added empty_is_undef
	    * error_diag () uses warn () in void context instead of STDERR
	    * added auto_diag attribute
	      (not yet implemented localization feature for autodie)
	    * updated documents same as Text::CSV_XS


(sno)
diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-CSV/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-CSV/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-CSV/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV/Makefile 2009/08/08 13:54:54 1.2
+++ pkgsrc/textproc/p5-Text-CSV/Makefile 2009/10/11 09:33:51 1.3
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.2 2009/08/08 13:54:54 sno Exp $ 1# $NetBSD: Makefile,v 1.3 2009/10/11 09:33:51 sno Exp $
2# 2#
3 3
4DISTNAME= Text-CSV-1.13 4DISTNAME= Text-CSV-1.14
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-CSV/ 10HOMEPAGE= http://search.cpan.org/dist/Text-CSV/
11COMMENT= Comma-separated values manipulator (using XS or PurePerl) 11COMMENT= Comma-separated values manipulator (using XS or PurePerl)
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-Text-CSV_XS>=0.65:../../textproc/p5-Text-CSV_XS 16DEPENDS+= p5-Text-CSV_XS>=0.68:../../textproc/p5-Text-CSV_XS
17 17
18PERL5_PACKLIST= auto/Text/CSV/.packlist 18PERL5_PACKLIST= auto/Text/CSV/.packlist
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/textproc/p5-Text-CSV/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV/distinfo 2009/08/08 13:54:54 1.2
+++ pkgsrc/textproc/p5-Text-CSV/distinfo 2009/10/11 09:33:51 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/08/08 13:54:54 sno Exp $ 1$NetBSD: distinfo,v 1.3 2009/10/11 09:33:51 sno Exp $
2 2
3SHA1 (Text-CSV-1.13.tar.gz) = b556f88e03e3dcb98da2369da5b3a8b85cea6ac2 3SHA1 (Text-CSV-1.14.tar.gz) = 7e192768b5378c5ee4e0432abf9aee99980e0bb5
4RMD160 (Text-CSV-1.13.tar.gz) = 5904ddc7690414702cde2a5c85e4e666e2acaf9b 4RMD160 (Text-CSV-1.14.tar.gz) = 12582af3f4cf2053ef3d2bb137caa5b2af1211e2
5Size (Text-CSV-1.13.tar.gz) = 42682 bytes 5Size (Text-CSV-1.14.tar.gz) = 44445 bytes