summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-03-08 09:57:03 +0000
committerwen <wen@pkgsrc.org>2015-03-08 09:57:03 +0000
commitc6f15de00eec9b5116bb6ce08dec66651dae9754 (patch)
tree1f5223dc5a36fec06e6a31db4afdb6e82fb8cd4b /databases
parent6fa2ae8c3e34639887e53cfa6367eca7fba74d73 (diff)
downloadpkgsrc-c6f15de00eec9b5116bb6ce08dec66651dae9754.tar.gz
Update to 4.031
Remove unneeded DEPENDS Upstream changes: 2015-03-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.031) * Added LICENSE * Reworked installation documentation in POD. * Allow use of bracketed IPv6 addresses in connection string (RT70640), fix by Tim Mullin @ cPanel). * Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY). * Environment variable DBD_MYSQL_CONFIG actually works now. * Makefile.PL now correcly handles MariaDB's mysql_config. * Correct attribution to David Dick #86030: PATCH: adding statistics_info support * Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY. * Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github). * Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions. * Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test. 2015-03-02 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_02) * Reworked installation documentation in POD. * Allow use of bracketed IPv6 addresses in connection string (RT70640), fix by Tim Mullin @ cPanel). * Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY). * Environment variable DBD_MYSQL_CONFIG actually works now. * Makefile.PL now correcly handles MariaDB's mysql_config. 2015-01-27 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_01) * Correct attribution to David Dick #86030: PATCH: adding statistics_info support * Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY. * Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github). * Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions. * Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test. 2014-12-08 Patrick Galbraith (aka CaptTofu) and community (4.029) * Added fix to tests to create test database if not exists (contstant failure on Travis) (CaptTofu) * Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller<at>cpan<dot>org * Statistics Info Milanrm <sorm<at>is4u<dot>cz> for work on statistics_info * Fix for RT 97625, use after free(), Reini Urban rurban<at>cpan<dot>org 2014-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.028) * Fixed bug in mysql.xs where dbh was being used as error code * RT #97570: fix wrong salloc free in mysql_st_internal_execute - (Reini Urban, cPanel) * Fix RT #97625 use-after-free in mysql_dr_error, and #86153 - (Reini Urban, cPanel) * find mysql.h for MariaDB on Win32 (Graham Ollis) * Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-mysql/Makefile9
-rw-r--r--databases/p5-DBD-mysql/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index 10b842137cb..44b068d22fb 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2014/10/09 13:44:35 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2015/03/08 09:57:03 wen Exp $
-DISTNAME= DBD-mysql-4.027
+DISTNAME= DBD-mysql-4.031
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -11,10 +10,12 @@ HOMEPAGE= http://search.cpan.org/dist/DBD-mysql/
COMMENT= Perl DBI/DBD driver for MySQL databases
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
+#DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable
PERL5_PACKLIST= auto/DBD/mysql/.packlist
+REPLACE_PERL= lib/DBD/mysql.pm
+
MAKE_PARAMS+= --nocatchstderr
.include "../../databases/p5-DBI/buildlink3.mk"
diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo
index 96b47e46720..ad93e2ae79e 100644
--- a/databases/p5-DBD-mysql/distinfo
+++ b/databases/p5-DBD-mysql/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2014/05/28 07:58:20 wen Exp $
+$NetBSD: distinfo,v 1.20 2015/03/08 09:57:03 wen Exp $
-SHA1 (DBD-mysql-4.027.tar.gz) = 3bf1edd6f0b4f6144b2aaa715c80df3fb1cd2119
-RMD160 (DBD-mysql-4.027.tar.gz) = cb8c41ccfdaff6c772086cf8a8640b40aebb19ce
-Size (DBD-mysql-4.027.tar.gz) = 137476 bytes
+SHA1 (DBD-mysql-4.031.tar.gz) = e413320e7a7899d801acd10ccee27c9460b53b3a
+RMD160 (DBD-mysql-4.031.tar.gz) = dc25a5c307d99b2c3b875ede3755409ddd9334e1
+Size (DBD-mysql-4.031.tar.gz) = 145217 bytes