From owner-svn-ports-head@freebsd.org Wed Jul 22 11:04:25 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B2F89A77FA; Wed, 22 Jul 2015 11:04:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9A21055; Wed, 22 Jul 2015 11:04:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MB4Pwt095843; Wed, 22 Jul 2015 11:04:25 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MB4Ob7095840; Wed, 22 Jul 2015 11:04:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201507221104.t6MB4Ob7095840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 22 Jul 2015 11:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392673 - head/databases/p5-DBD-mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 11:04:25 -0000 Author: pi Date: Wed Jul 22 11:04:24 2015 New Revision: 392673 URL: https://svnweb.freebsd.org/changeset/ports/392673 Log: databases/p5-DBD-mysql: 4.031 -> 4.032 http://cpansearch.perl.org/src/CAPTTOFU/DBD-mysql-4.032/ChangeLog - Added support for utf8mb4 by Daniël van Eeden and Eric Herman (Booking.com) - Added patch for connection attributes in MySQL 5.6.6+, by Daniël van Eeden and Eric Herman (Booking.com). - Fixed test rt88006-bit-prepare on MyISAM storage (Reported both in RT102657 and by Scimon on github) - Fix for https://rt.cpan.org/Public/Bug/Display.html?id=102717 "Fritz" Friedrich Haubensak (hsk AT fli-leibniz DOT de) - Corrected name of INSTALL.pm in POD David Farrell 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 Wed Jul 22 11:03:38 2015 (r392672) +++ head/databases/p5-DBD-mysql/Makefile Wed Jul 22 11:04:24 2015 (r392673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-mysql -PORTVERSION= 4.031 +PORTVERSION= 4.032 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-mysql/distinfo ============================================================================== --- head/databases/p5-DBD-mysql/distinfo Wed Jul 22 11:03:38 2015 (r392672) +++ head/databases/p5-DBD-mysql/distinfo Wed Jul 22 11:04:24 2015 (r392673) @@ -1,2 +1,2 @@ -SHA256 (DBD-mysql-4.031.tar.gz) = ae2ee4339fb13429922d76d37e25ce838f98baa011f691a6bbec8513ddb4cfd2 -SIZE (DBD-mysql-4.031.tar.gz) = 145217 +SHA256 (DBD-mysql-4.032.tar.gz) = b8e681e719d8f2d1cecb9e8603e13483b09b56508629b079022778e7dfd7bfb6 +SIZE (DBD-mysql-4.032.tar.gz) = 146476