Fri Apr 24 14:59:29 2009 UTC ()
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


(sno)
diff -r1.3 -r1.4 pkgsrc/databases/p5-DBD-PgPP/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/databases/p5-DBD-PgPP/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/databases/p5-DBD-PgPP/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-PgPP/Makefile 2008/10/19 19:17:44 1.3
+++ pkgsrc/databases/p5-DBD-PgPP/Makefile 2009/04/24 14:59:28 1.4
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:44 he Exp $ 1# $NetBSD: Makefile,v 1.4 2009/04/24 14:59:28 sno Exp $
2# 2#
3 3
4DISTNAME= DBD-PgPP-0.05 4DISTNAME= DBD-PgPP-0.06
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= databases 6CATEGORIES= databases
8MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ 7MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
9 8
10MAINTAINER= ficovh@yahoo.com 9MAINTAINER= ficovh@yahoo.com
11HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ 10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
12COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI 11COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
 12LICENSE= artistic-2.0 # or gpl-v2+
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-DBI>=0:../../databases/p5-DBI 
17 
18PERL5_PACKLIST= auto/DBD/PgPP/.packlist 16PERL5_PACKLIST= auto/DBD/PgPP/.packlist
19USE_LANGUAGES= # none 17USE_LANGUAGES= # none
20 18
 19BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59
 20
 21.include "../../databases/p5-DBI/buildlink3.mk"
21.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/databases/p5-DBD-PgPP/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-PgPP/distinfo 2007/02/07 21:37:27 1.1.1.1
+++ pkgsrc/databases/p5-DBD-PgPP/distinfo 2009/04/24 14:59:28 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $ 1$NetBSD: distinfo,v 1.2 2009/04/24 14:59:28 sno Exp $
2 2
3SHA1 (DBD-PgPP-0.05.tar.gz) = ed3ce9886575fb5549fc108a3cad8641ed51e970 3SHA1 (DBD-PgPP-0.06.tar.gz) = 664c1830ab2af2262a61f82f57ae82937af2dd1b
4RMD160 (DBD-PgPP-0.05.tar.gz) = 950ed923eeb8cfc5916aa0f4483ba5901dd491f4 4RMD160 (DBD-PgPP-0.06.tar.gz) = 0aafe44fd3fda67f73229967a60e33d5e203cba2
5Size (DBD-PgPP-0.05.tar.gz) = 16807 bytes 5Size (DBD-PgPP-0.06.tar.gz) = 25369 bytes