Date: Fri, 19 Dec 2014 20:22:37 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374973 - head/databases/p5-DBD-Pg Message-ID: <201412192022.sBJKMbZk041953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Dec 19 20:22:36 2014 New Revision: 374973 URL: https://svnweb.freebsd.org/changeset/ports/374973 QAT: https://qat.redports.org/buildarchive/r374973/ Log: databases/p5-DBD-Pg: 3.4.1 -> 3.4.2 Fixes bug where single-quoted type arguments to the table_info() method were causing a SQL error. [Greg Sabino Mullane] https://rt.cpan.org/Public/Bug/Display.html?id=99144 PR: 196140 Submitted by: freebsdpr-20121114@billmail.scconsult.com Modified: head/databases/p5-DBD-Pg/Makefile head/databases/p5-DBD-Pg/distinfo Modified: head/databases/p5-DBD-Pg/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Fri Dec 19 20:19:08 2014 (r374972) +++ head/databases/p5-DBD-Pg/Makefile Fri Dec 19 20:22:36 2014 (r374973) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-Pg -PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTVERSION= 3.4.2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-Pg/distinfo ============================================================================== --- head/databases/p5-DBD-Pg/distinfo Fri Dec 19 20:19:08 2014 (r374972) +++ head/databases/p5-DBD-Pg/distinfo Fri Dec 19 20:22:36 2014 (r374973) @@ -1,2 +1,2 @@ -SHA256 (DBD-Pg-3.4.1.tar.gz) = f25cb23087504a381ee74497beb2fc33f90707e6cbd2043bc6be7aa969e081fd -SIZE (DBD-Pg-3.4.1.tar.gz) = 253147 +SHA256 (DBD-Pg-3.4.2.tar.gz) = 7b76930cec143b90a068e1e64a3beb6f640c10b22d0a41f9a032516683892f24 +SIZE (DBD-Pg-3.4.2.tar.gz) = 253346
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412192022.sBJKMbZk041953>