pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-PgPP PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be918bfb9402
branches:  trunk
changeset: 392050:be918bfb9402
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Apr 24 14:59:28 2009 +0000

description:
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:

 databases/p5-DBD-PgPP/Makefile |  11 ++++++-----
 databases/p5-DBD-PgPP/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 40ecc5fbcbdf -r be918bfb9402 databases/p5-DBD-PgPP/Makefile
--- a/databases/p5-DBD-PgPP/Makefile    Fri Apr 24 14:13:06 2009 +0000
+++ b/databases/p5-DBD-PgPP/Makefile    Fri Apr 24 14:59:28 2009 +0000
@@ -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@localhost
 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 -r 40ecc5fbcbdf -r be918bfb9402 databases/p5-DBD-PgPP/distinfo
--- a/databases/p5-DBD-PgPP/distinfo    Fri Apr 24 14:13:06 2009 +0000
+++ b/databases/p5-DBD-PgPP/distinfo    Fri Apr 24 14:59:28 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index