diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-16 03:57:51 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-16 03:57:51 +0800 |
commit | 5523395daaf0412af2f75f5f5d343daf0b5f7b64 (patch) | |
tree | 7e2d97f31d6f616a9042629eeece4f2aa7c36164 /databases | |
parent | a6aa8d33e52baa460866a30924c2f4ff86cad2b1 (diff) | |
download | freebsd-ports-gnome-5523395daaf0412af2f75f5f5d343daf0b5f7b64.tar.gz freebsd-ports-gnome-5523395daaf0412af2f75f5f5d343daf0b5f7b64.tar.zst freebsd-ports-gnome-5523395daaf0412af2f75f5f5d343daf0b5f7b64.zip |
- 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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-Pg/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile index 2a973a33df6e..09b35356111a 100644 --- a/databases/p5-DBD-Pg/Makefile +++ b/databases/p5-DBD-Pg/Makefile @@ -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- diff --git a/databases/p5-DBD-Pg/distinfo b/databases/p5-DBD-Pg/distinfo index afda160fca1f..a99d12543e9b 100644 --- a/databases/p5-DBD-Pg/distinfo +++ b/databases/p5-DBD-Pg/distinfo @@ -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 |