diff options
author | sno <sno@pkgsrc.org> | 2009-04-24 14:59:28 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-24 14:59:28 +0000 |
commit | 2cd53885bf9b5b3a4a3993f6ca0d9c78d9d981f5 (patch) | |
tree | 656253b0c2b0089daa4cf5c463c20cbbe330ab20 /databases/p5-DBD-PgPP | |
parent | 4b25c7323c13682db46153d8f5daab733ed36c16 (diff) | |
download | pkgsrc-2cd53885bf9b5b3a4a3993f6ca0d9c78d9d981f5.tar.gz |
PkgSrc changes:
- Updating package for p5 module DBD::PgPP to 0.06 from 0.05
- Setting license to artistic-2.0
- To satisfy DBI dependency, the databases/p5-DBI/buildlink3.mk
is included
Upstream changes:
0.06 Tue Feb 24 11:45:16 UTC 2009
- RT#15894: New last_insert_id feature; thanks to Roger Crew for the
implementation.
- RT#7686: Update test suite for newer PostgreSQL
- RT#14318 RT#18733 RT#41511: Allow execution of new queries while
fetching an existing one
- RT#14791 RT#31260: Fix results that have many columns, and long
strings in results
- RT#23900 RT#32864: Fix placeholder values containing "?", and
non-placeholder "?" in queries (both comments and literals)
- Disconnect from the database cleanly
- Fix use of non-default path for Unix-domain sockets
- Fix loss of protocol synchronisation when executing a query that
yields a warning
- Fix various bugs in `bind_param` (or at least the simple, non-typed
versions of it) and in `execute` with arguments
- Better support for PostgreSQL 8.1 and above
- Improved test coverage
Diffstat (limited to 'databases/p5-DBD-PgPP')
-rw-r--r-- | databases/p5-DBD-PgPP/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBD-PgPP/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/databases/p5-DBD-PgPP/Makefile b/databases/p5-DBD-PgPP/Makefile index 88ad72afd59..96dce1ad900 100644 --- a/databases/p5-DBD-PgPP/Makefile +++ b/databases/p5-DBD-PgPP/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:44 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/24 14:59:28 sno Exp $ # -DISTNAME= DBD-PgPP-0.05 +DISTNAME= DBD-PgPP-0.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ MAINTAINER= ficovh@yahoo.com HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI +LICENSE= artistic-2.0 # or gpl-v2+ PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-DBI>=0:../../databases/p5-DBI - PERL5_PACKLIST= auto/DBD/PgPP/.packlist USE_LANGUAGES= # none +BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59 + +.include "../../databases/p5-DBI/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-PgPP/distinfo b/databases/p5-DBD-PgPP/distinfo index c9e65ae81fb..e7a9cbd342d 100644 --- a/databases/p5-DBD-PgPP/distinfo +++ b/databases/p5-DBD-PgPP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $ +$NetBSD: distinfo,v 1.2 2009/04/24 14:59:28 sno Exp $ -SHA1 (DBD-PgPP-0.05.tar.gz) = ed3ce9886575fb5549fc108a3cad8641ed51e970 -RMD160 (DBD-PgPP-0.05.tar.gz) = 950ed923eeb8cfc5916aa0f4483ba5901dd491f4 -Size (DBD-PgPP-0.05.tar.gz) = 16807 bytes +SHA1 (DBD-PgPP-0.06.tar.gz) = 664c1830ab2af2262a61f82f57ae82937af2dd1b +RMD160 (DBD-PgPP-0.06.tar.gz) = 0aafe44fd3fda67f73229967a60e33d5e203cba2 +Size (DBD-PgPP-0.06.tar.gz) = 25369 bytes |