Date: Thu, 15 Mar 2012 07:27:58 +0100 (CET) From: Olli Hauer <ohauer@FreeBSD.org> To: <FreeBSD-gnats-submit@FreeBSD.org> Cc: ohauer@gmx.de Subject: ports/166135: [patch] port databases/p5-DBD-Pg update to 2.19.1 Message-ID: <20120315062758.935B72084B@p578be941.dip0.t-ipconnect.de> Resent-Message-ID: <201203150630.q2F6U2mX056144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166135 >Category: ports >Synopsis: [patch] port databases/p5-DBD-Pg update to 2.19.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 15 06:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: Changelog: Version 2.19.1 Released March 10, 2012 - Fix crash when passing in an array with undefined elements. [GSM] Version 2.19.0 Released March 9, 2012 (git commit 05ab092905ce6891ed83e173412ee70d6cdb8cb5) - Use proper formatting for warn() and croak() (CPAN bug #75642) [Niko Tyni] - Fix localized regex in test (CPAN bug #70759) - Fix for named placeholders (CPAN bug #70953) [Jan Pazdziora] - Various fixes to the array-marshalling code [Noah Misch, Mark Stosberg, and David Christensen] (CPAN bug #58552) - Allow hi-bit chars in dollar-quoted identifiers [David Christensen] (CPAN bug #73832) - Have do() return count for things such as CREATE TABLE .. AS SELECT Will only work on 9.0 or better. (CPAN bug #71073) [Pavel Stehule] - Better error message when trying to do things post-disconnect [GSM] - Always respect pg_server_prepare=0 by using PQexec not PQexecParams. [GSM] - Fix error in async docs (CPAN bug #72812) >How-To-Repeat: >Fix: --- patch_p5-DBD-Pg.txt begins here --- Index: p5-DBD-Pg/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-Pg/Makefile,v retrieving revision 1.98 diff -u -r1.98 Makefile --- p5-DBD-Pg/Makefile 13 Mar 2012 16:14:43 -0000 1.98 +++ p5-DBD-Pg/Makefile 15 Mar 2012 06:21:48 -0000 @@ -6,8 +6,7 @@ # PORTNAME= DBD-Pg -PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTVERSION= 2.19.1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: p5-DBD-Pg/distinfo =================================================================== RCS file: /home/pcvs/ports/databases/p5-DBD-Pg/distinfo,v retrieving revision 1.49 diff -u -r1.49 distinfo --- p5-DBD-Pg/distinfo 18 May 2011 15:39:32 -0000 1.49 +++ p5-DBD-Pg/distinfo 15 Mar 2012 06:21:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (DBD-Pg-2.18.1.tar.gz) = f532ec1e69809d510c5267525b7dcc61b5f9d75aa9dd25014330b10741acd982 -SIZE (DBD-Pg-2.18.1.tar.gz) = 235387 +SHA256 (DBD-Pg-2.19.1.tar.gz) = 83d0cace673910d812ab2121e79c65e04b75e460fdd59f076908d9660f69cd9e +SIZE (DBD-Pg-2.19.1.tar.gz) = 235182 --- patch_p5-DBD-Pg.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120315062758.935B72084B>