summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/Makefile
diff options
context:
space:
mode:
authorwen <wen>2015-03-08 09:57:03 +0000
committerwen <wen>2015-03-08 09:57:03 +0000
commit4fcee3a6b0d034ffb9b56a22bf1239ffc38a0723 (patch)
tree1f5223dc5a36fec06e6a31db4afdb6e82fb8cd4b /databases/p5-DBD-mysql/Makefile
parent0ac89a8d7a3f3234afd15104815b7482cfa57c83 (diff)
downloadpkgsrc-4fcee3a6b0d034ffb9b56a22bf1239ffc38a0723.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/p5-DBD-mysql/Makefile')
-rw-r--r--databases/p5-DBD-mysql/Makefile9
1 files changed, 5 insertions, 4 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"