summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-07-07 20:17:11 +0000
committersno <sno@pkgsrc.org>2009-07-07 20:17:11 +0000
commite67d367ebf12aa9669877e395b5a11a2ca48d984 (patch)
treec2ccd3b741f24776774da289e590d2aa28cb84e8 /databases/p5-DBD-mysql/Makefile
parent9556fb2bbb81ab840cfd256b8388ac2887a55d0e (diff)
downloadpkgsrc-e67d367ebf12aa9669877e395b5a11a2ca48d984.tar.gz
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)
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r--databases/p5-DBD-mysql/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index f9a4054ca40..87013fc417e 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2008/11/05 15:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2009/07/07 20:17:11 sno Exp $
#
-DISTNAME= DBD-mysql-4.010
+DISTNAME= DBD-mysql-4.012
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dmy
CATEGORIES= databases perl5
@@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://dev.mysql.com/downloads/dbi.html
COMMENT= Perl DBI/DBD driver for MySQL databases
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir