From ohauer@FreeBSD.org  Thu Mar 15 06:28:08 2012
Return-Path: <ohauer@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7E912106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 06:28:08 +0000 (UTC)
	(envelope-from ohauer@FreeBSD.org)
Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65])
	by mx1.freebsd.org (Postfix) with ESMTP id 3B4498FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Mar 2012 06:28:08 +0000 (UTC)
Received: by p578be941.dip0.t-ipconnect.de (Postfix, from userid 1100)
	id 935B72084B; Thu, 15 Mar 2012 07:27:58 +0100 (CET)
Message-Id: <20120315062758.935B72084B@p578be941.dip0.t-ipconnect.de>
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: [patch] port databases/p5-DBD-Pg update to 2.19.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166135
>Category:       ports
>Synopsis:       [patch] port databases/p5-DBD-Pg update to 2.19.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 06:30:02 UTC 2012
>Closed-Date:    Thu Mar 15 19:58:10 UTC 2012
>Last-Modified:  Thu Mar 15 20:00:10 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 15 06:30:14 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166135 
Responsible-Changed-From-To: perl->jgh 
Responsible-Changed-By: jgh 
Responsible-Changed-When: Thu Mar 15 15:08:36 UTC 2012 
Responsible-Changed-Why:  
taking this with hat pgsql@ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166135 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Thu Mar 15 19:58:09 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166135 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166135: commit references a PR
Date: Thu, 15 Mar 2012 19:58:05 +0000 (UTC)

 jgh         2012-03-15 19:57:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-DBD-Pg  Makefile distinfo 
   Log:
   - Update to 2.19.1
   
   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)
   
   PR:     ports/166135
   Submitted by:   ohauer@
   Feature safe:   yes
   
   Revision  Changes    Path
   1.99      +1 -2      ports/databases/p5-DBD-Pg/Makefile
   1.50      +2 -2      ports/databases/p5-DBD-Pg/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
