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 | |
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')
-rw-r--r-- | databases/p5-SQL-Statement/Makefile | 13 | ||||
-rw-r--r-- | databases/p5-SQL-Statement/distinfo | 8 |
2 files changed, 7 insertions, 14 deletions
diff --git a/databases/p5-SQL-Statement/Makefile b/databases/p5-SQL-Statement/Makefile index b3343d95e92..41828cbcbff 100644 --- a/databases/p5-SQL-Statement/Makefile +++ b/databases/p5-SQL-Statement/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/05/31 12:39:54 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/06/22 09:21:22 sno Exp $ # -DISTNAME= SQL-Statement-1.402 +DISTNAME= SQL-Statement-1.405 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5sqs CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -13,12 +12,10 @@ HOMEPAGE= http://search.cpan.org/dist/SQL-Statement/ COMMENT= Small, abstract SQL engine LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.90}:../../devel/p5-Test-Simple - DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util -CONFLICTS+= p5-DBI<=1.611 +CONFLICTS+= p5-DBI<=1.622 PERL5_PACKLIST= auto/SQL/Statement/.packlist MAKE_ENV+= SQL_STATEMENT_WARN_UPDATE=sure @@ -30,8 +27,4 @@ post-extract: ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \; .include "../../lang/perl5/module.mk" -.include "../../databases/p5-DBI/buildlink3.mk" -BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.612 -BUILDLINK_DEPMETHOD.p5-DBI= build - .include "../../mk/bsd.pkg.mk" 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 |