Tue Jul 7 20:17:11 2009 UTC ()
pkgsrc changes:
  - Updating package for p5 module DBD::mysql from 4.010 to 4.012
  - Setting LICENSE=${PERL5_LICENSE}

Upstream changes:
2009-06-18 Patrick Galbraith <patg@patg.net> (4.012)

* Patch to bind_type_guessing from Craigslist,
  Thanks to Chris! Happiness is no quoted numbers.
  Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
  Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
  Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
  See https://rt.cpan.org/Ticket/Display.html?id=46308
  Add connection flag mysql_no_autocommit_cmd which users of
  MySQL Proxy can use to prevent 'set autocommit=#' from being
  issued by the driver. 'perldoc DBD::mysql' to see how to use
  this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
  test suite can be run with bind_type_guessing set.

2009-04-13 Patrick Galbraith <patg@patg.net> (4.011)
* Renamed unsafe_bind_type_guessing, fixed some of the logic. This
can be used to deal with bug 43822
(https://rt.cpan.org/Ticket/Display.html?id=43822)
* Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix
issue of binding sever side integer parameters (server-side prepare
statements) resulting in corrupt data, bug 42723
(https://rt.cpan.org/Ticket/Display.html?id=42723)
* Updated documentation, cruft cleanup (as always)


(sno)
diff -r1.39 -r1.40 pkgsrc/databases/p5-DBD-mysql/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/p5-DBD-mysql/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/databases/p5-DBD-mysql/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-mysql/Makefile 2008/11/05 15:07:10 1.39
+++ pkgsrc/databases/p5-DBD-mysql/Makefile 2009/07/07 20:17:11 1.40
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.39 2008/11/05 15:07:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2009/07/07 20:17:11 sno Exp $
2# 2#
3 3
4DISTNAME= DBD-mysql-4.010 4DISTNAME= DBD-mysql-4.012
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5dmy 6SVR4_PKGNAME= p5dmy
7CATEGORIES= databases perl5 7CATEGORIES= databases perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
9 9
10MAINTAINER= bad@NetBSD.org 10MAINTAINER= bad@NetBSD.org
11HOMEPAGE= http://dev.mysql.com/downloads/dbi.html 11HOMEPAGE= http://dev.mysql.com/downloads/dbi.html
12COMMENT= Perl DBI/DBD driver for MySQL databases 12COMMENT= Perl DBI/DBD driver for MySQL databases
 13LICENSE= ${PERL5_LICENSE}
13 14
14PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
15 16
16DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable 17DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
17 18
18PERL5_PACKLIST= auto/DBD/mysql/.packlist 19PERL5_PACKLIST= auto/DBD/mysql/.packlist
19 20
20MAKE_PARAMS+= --nocatchstderr 21MAKE_PARAMS+= --nocatchstderr
21 22
22.include "../../mk/mysql.buildlink3.mk" 23.include "../../mk/mysql.buildlink3.mk"
23.include "../../databases/p5-DBI/buildlink3.mk" 24.include "../../databases/p5-DBI/buildlink3.mk"
24.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/databases/p5-DBD-mysql/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-mysql/distinfo 2008/11/05 15:07:10 1.10
+++ pkgsrc/databases/p5-DBD-mysql/distinfo 2009/07/07 20:17:11 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2008/11/05 15:07:10 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2009/07/07 20:17:11 sno Exp $
2 2
3SHA1 (DBD-mysql-4.010.tar.gz) = fc17e7a117d4cc6efcaa265653265d7e832ea7fb 3SHA1 (DBD-mysql-4.012.tar.gz) = e9569a3b81fce965add3deb09a426a27a27c72d5
4RMD160 (DBD-mysql-4.010.tar.gz) = f1c584590bec4b459aab052860cbbffcf5ae6627 4RMD160 (DBD-mysql-4.012.tar.gz) = 77bf5a30866f2a781ee0492d61385dcb8c9a713b
5Size (DBD-mysql-4.010.tar.gz) = 125211 bytes 5Size (DBD-mysql-4.012.tar.gz) = 129160 bytes