svn commit: r374610 - head/databases/p5-DBD-mysql

Kurt Jaeger pi at FreeBSD.org
Fri Dec 12 23:04:16 UTC 2014


Author: pi
Date: Fri Dec 12 23:04:14 2014
New Revision: 374610
URL: https://svnweb.freebsd.org/changeset/ports/374610
QAT: https://qat.redports.org/buildarchive/r374610/

Log:
  databases/p5-DBD-mysql: 4.028 -> 4.029
  
  - Added fix to tests to create test database if not exists (constant
    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.org)
  - Milan Sorm <sorm at is4u.cz> for work on statistics_info
  - Fix for RT 97625, use after free()
    Reini Urban rurban at cpan.org and Giovanni Bechis <giovanni at bigio.snb.it>

Modified:
  head/databases/p5-DBD-mysql/Makefile
  head/databases/p5-DBD-mysql/distinfo

Modified: head/databases/p5-DBD-mysql/Makefile
==============================================================================
--- head/databases/p5-DBD-mysql/Makefile	Fri Dec 12 22:51:48 2014	(r374609)
+++ head/databases/p5-DBD-mysql/Makefile	Fri Dec 12 23:04:14 2014	(r374610)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DBD-mysql
-PORTVERSION=	4.028
-PORTREVISION=	1
+PORTVERSION=	4.029
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/databases/p5-DBD-mysql/distinfo
==============================================================================
--- head/databases/p5-DBD-mysql/distinfo	Fri Dec 12 22:51:48 2014	(r374609)
+++ head/databases/p5-DBD-mysql/distinfo	Fri Dec 12 23:04:14 2014	(r374610)
@@ -1,2 +1,2 @@
-SHA256 (DBD-mysql-4.028.tar.gz) = 5842b24affdabce8b17122f910cd5b5b253bf266d7e5084af5df4248523811ed
-SIZE (DBD-mysql-4.028.tar.gz) = 138614
+SHA256 (DBD-mysql-4.029.tar.gz) = a49d1c1bcfacc09cf2d1fa638ae653c2e6c58ebc08160930692282ab1873d50c
+SIZE (DBD-mysql-4.029.tar.gz) = 139722


More information about the svn-ports-head mailing list