diff options
author | sno <sno> | 2010-07-17 08:27:19 +0000 |
---|---|---|
committer | sno <sno> | 2010-07-17 08:27:19 +0000 |
commit | d92f3ae5f9885d2a1d5a16672b08d363208c90a1 (patch) | |
tree | 93b452fa772a3f0134b1a6d2cd52450c22378385 /databases | |
parent | 95831727e090b219683f322a6b558afa269db295 (diff) | |
download | pkgsrc-d92f3ae5f9885d2a1d5a16672b08d363208c90a1.tar.gz |
Updating databases/p5-DBD-CSV from 0.28 to 0.30
pkgsrc changes:
- add conflicts for p5-SQL-Statement<=1.27 and p5-DBI<=1.611
Upstream changes (since 1.28):
2010-07-06 0.30 H.Merijn Brand
* Text::CSV_XS now called with auto_diag
* Implement valid_attrs
* Next version will require DBI-1.612 or higher
This is a transition release
2010-07-04 0.29_03 H.Merijn Brand
* Remove leftover debug. Causes fails
2010-07-02 0.29_02 H.Merijn Brand
* More work to keep in sync with DBI development (Jens)
* Better diagnostics for missing modules
* More spell-check fixes
* Tests for ChopBlanks (now fixed in DBD::File)
* Tests changed to accept old and new DBI
* Statement handle attributes handled in new DBD::File
2010-06-11 0.29_01 H.Merijn Brand
* Prepare for DBD::File-0.39 (DBI-1.612+)
Should still work with older DBI versions
* Documentation updates (style, consistency, spell-checking)
* Test folder cleanup
* More tests for insert
* Tested RT#58039
2010-05-03 0.29 H.Merijn Brand
* Fix git URL in META.yml
* Add empty CLONE method to prevent warning when cloning threads
* Minimum perl 5.8.1
* Minimum Text::CSV_XS 0.71
* Support for f_encoding (requires DBI-1.611)
* Documentation updates
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-CSV/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBD-CSV/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index d9f7b4758e3..dd6e0a3146b 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2010/03/16 17:31:39 sno Exp $ +# $NetBSD: Makefile,v 1.26 2010/07/17 08:27:19 sno Exp $ # -DISTNAME= DBD-CSV-0.28 +DISTNAME= DBD-CSV-0.30 PKGNAME= p5-${DISTNAME:S/_/beta/} #PKGREVISION= 1 SVR4_PKGNAME= p5dcs @@ -16,15 +16,16 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-SQL-Statement>=1.25:../../databases/p5-SQL-Statement +DEPENDS+= p5-SQL-Statement>=1.28:../../databases/p5-SQL-Statement DEPENDS+= p5-Text-CSV_XS>=0.71:../../textproc/p5-Text-CSV_XS -CONFLICTS+= p5-SQL-Statement<=1.23 +CONFLICTS+= p5-SQL-Statement<=1.27 +CONFLICTS+= p5-DBI<=1.611 PERL5_PACKLIST= auto/DBD/CSV/.packlist REPLACE_PERL+= lib/DBD/CSV.pm -BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.609 +BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.612 .include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-CSV/distinfo b/databases/p5-DBD-CSV/distinfo index 824dab98ca1..e59d03447d0 100644 --- a/databases/p5-DBD-CSV/distinfo +++ b/databases/p5-DBD-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/03/16 17:31:39 sno Exp $ +$NetBSD: distinfo,v 1.11 2010/07/17 08:27:19 sno Exp $ -SHA1 (DBD-CSV-0.28.tgz) = 665f45c48db3af5247afd6daf9686d7a1f797d69 -RMD160 (DBD-CSV-0.28.tgz) = 08491096c82a2375b27fad56df5c81f3b1ccfaa3 -Size (DBD-CSV-0.28.tgz) = 25943 bytes +SHA1 (DBD-CSV-0.30.tgz) = 26b2f5bf4a7f7e0590f2c952c2bf7c8832b969f4 +RMD160 (DBD-CSV-0.30.tgz) = 3c2fa79804607b669e8ec1e4f93ebebc31f4624d +Size (DBD-CSV-0.30.tgz) = 29705 bytes |