diff options
author | wen <wen@pkgsrc.org> | 2014-09-06 13:30:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-09-06 13:30:25 +0000 |
commit | 7a619080f3e115f607bbe00e720f3d0ece8fd234 (patch) | |
tree | fe7ebbbbc46f7e91cc5daf316e44cac53383567e /databases/p5-DBD-CSV | |
parent | fecf410328c94275b194c0fc2a550ae07c6e5ff5 (diff) | |
download | pkgsrc-7a619080f3e115f607bbe00e720f3d0ece8fd234.tar.gz |
Update to 0.44
Upstream changes:
0.44 - 2014-08-04, H.Merijn Brand
* Table names case sensitiveness not tested case-problematic FS's
* Fix defaults in doc (annocpan)
* Fix typo in SYNOPSIS (RT#97313)
* Workaround eof bug in Text::CSV_XS-1.10
0.43 - 2014-06-30, H.Merijn Brand
* Updated copyright to 2014
* Unquote schema's in test for cygwin
* Extra guards in Makefile.PL for unmet requirements
0.42 - 2013-08-14, H.Merijn Brand
* Optionally skip tests using File::Spec->tempdir () RT#87684
* And document the use of $TMPDIR in README
* Make the SYNOPSIS more reflect real-world usage
* Detect DBI::Test and use it if available
Diffstat (limited to 'databases/p5-DBD-CSV')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index 9fa638346ba..5aa03980b43 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/05/29 23:35:26 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2014/09/06 13:30:25 wen Exp $ -DISTNAME= DBD-CSV-0.41 +DISTNAME= DBD-CSV-0.44 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5dcs CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo index ef9ea2094f4..f9e5e40aca7 100644 --- a/databases/p5-DBD-CSV/distinfo +++ b/databases/p5-DBD-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/02/23 14:47:47 wen Exp $ +$NetBSD: distinfo,v 1.18 2014/09/06 13:30:25 wen Exp $ -SHA1 (DBD-CSV-0.41.tgz) = 27729f8d61457fcf4bd376d8595937c711f136ef -RMD160 (DBD-CSV-0.41.tgz) = ae4dfe71307a139ead08636191264aa52dc5e5c2 -Size (DBD-CSV-0.41.tgz) = 33291 bytes +SHA1 (DBD-CSV-0.44.tgz) = 0e276ee4488303caa74cd1875ec15df7c1d35bde +RMD160 (DBD-CSV-0.44.tgz) = c63d3ed8dfccf1fd8f10f41f5bf66babdb4a397b +Size (DBD-CSV-0.44.tgz) = 39850 bytes |