diff options
author | sno <sno@pkgsrc.org> | 2013-06-22 09:21:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-06-22 09:21:22 +0000 |
commit | 36c8ba371af54c9fe768368e8c386301e2723930 (patch) | |
tree | ddd018f7c0178ed26b3c6836b988a34dfb280d9f /databases/p5-SQL-Statement/distinfo | |
parent | 56eb968cfb979ddfbac3eae3bbbd6404e33e94a9 (diff) | |
download | pkgsrc-36c8ba371af54c9fe768368e8c386301e2723930.tar.gz |
Updating package for CPAN distribution SQL-Statement, providing pure Perl
implementation of an SQL engine.
pkgsrc changes:
- killing DBI build dependency - was an error introduced by the author
for better test coverage, leads easily to circular dependency, bad stuff
==> kicking
- since 5.10.1 a suitable test framework is distributed with Perl5 core
==> no reason to mention it explicitely
- Bumping conflict DBI version to 1.622 (with 1.623 DBI::DBD::SqlEngine
received great improve - and forces a lot of fixes in SQL::Statement
and vice versa)
Upstream changes since 1.402:
Version 1.405, released June 17, 2013
-------------------------------------------------
[Bug fixes]
* INSERT now expands incomplete rows (Thanks to H.Merijn Brand)
Version 1.404, released May 23, 2013
-------------------------------------------------
[Bug fixes]
* re-enable cleanup test_output* after test done
* recommend Text::Soundex and do soundex-test only when have it,
because it's going to be removed from core for Perl 5.19 (thank Merijn)
Version 1.403, released May 22, 2013
-------------------------------------------------
[Bug fixes]
* fix documentation (rt#84889 - thanks Xavier Guimard and Florian,
rt#85257 - thanks Andreas Koenig)
Diffstat (limited to 'databases/p5-SQL-Statement/distinfo')
-rw-r--r-- | databases/p5-SQL-Statement/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-SQL-Statement/distinfo b/databases/p5-SQL-Statement/distinfo index 34504aae936..da70602c634 100644 --- a/databases/p5-SQL-Statement/distinfo +++ b/databases/p5-SQL-Statement/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2013/01/10 15:11:57 wen Exp $ +$NetBSD: distinfo,v 1.21 2013/06/22 09:21:22 sno Exp $ -SHA1 (SQL-Statement-1.402.tar.gz) = 145836496a46f764a159a0b16dbd0d482ff8fc6b -RMD160 (SQL-Statement-1.402.tar.gz) = 0d99de2aae5706bb0413eb3461fba8508572dea3 -Size (SQL-Statement-1.402.tar.gz) = 138283 bytes +SHA1 (SQL-Statement-1.405.tar.gz) = 7d44271ffc21dd373fa861acb0df17c21972d22d +RMD160 (SQL-Statement-1.405.tar.gz) = 6327850d49a37038af324e64aa01decea8c3707c +Size (SQL-Statement-1.405.tar.gz) = 138703 bytes |