summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-05 15:07:10 +0000
committerwiz <wiz@pkgsrc.org>2008-11-05 15:07:10 +0000
commit0305441e0c2c9f5466d1a2796641bb7b3d6be114 (patch)
treead4fed14c30322eb2553704fe302a34e0c597cd5 /databases/p5-DBD-mysql/Makefile
parent0d51f00151fdb883b348e35fc305e1f6bf7e4600 (diff)
downloadpkgsrc-0305441e0c2c9f5466d1a2796641bb7b3d6be114.tar.gz
Update to 4.010:
2008-10-24 Patrick Galbraith <patg@patg.net> (4.010) * Fix to dbd_bind_ph() for uninitialized value 'buffer_length' thanks for bug report and patch from Askniel.com (thanks!) 2008-10-21 Patrick Galbraith <patg@patg.net> (4.009) * Fix to re-enable TAKE_IMP_DATA_VERSION. Still have to ensure DBI version 1.607 or higher * Fix to escaped single quotes throwing off bind param detection. Patch from Zhurs (zhurs@yandex.ru) Spasibo! 2008-8-15 Patrick Galbraith <patg@patg.net> (4.008) * Multi statement patch, thanks to Chris Heath! * Disabled TAKE_IMP_DATA_VERSION because segfault with DBI < 1.607 * #29528: bind_param(..., SQL_FLOAT) ignores exponents - fixed, Thanks to Tokuhiro Matsuno! * Cleanups to make mysqlEmb work under Cygwin - Thanks to Chris Rodgers <http://rodgers.org.uk/> ! * Modified and disabled tests for MySQL version < 4.1 for unsupported features 2008-5-11 Patrick Galbraith <patg@patg.net> (4.007) * Took out mysql_server_init call where not needed * Complete re-write of test suit to use Test::More - tons of cleanups! * Makefile.PL changes to use current user in 'make test' if not defined
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r--databases/p5-DBD-mysql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index dac9c1a9c35..f9a4054ca40 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2008/10/19 19:17:44 he Exp $
+# $NetBSD: Makefile,v 1.39 2008/11/05 15:07:10 wiz Exp $
#
-DISTNAME= DBD-mysql-4.006
+DISTNAME= DBD-mysql-4.010
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5dmy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}