summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-09-03 15:13:47 +0000
committertaca <taca>2012-09-03 15:13:47 +0000
commit63ecfa763f90e9190511c344d0d4aa7e041268e2 (patch)
treeb897bd9f1efee483b82d3ee9d5d56a8f8be41316 /databases/ruby-pg/Makefile
parent64d95de2d1ad97160ebffce9752a11540332c6f8 (diff)
downloadpkgsrc-63ecfa763f90e9190511c344d0d4aa7e041268e2.tar.gz
Update ruby-pg to 0.14.1.
== v0.14.1 [2012-09-02] Michael Granger <ged@FaerieMUD.org> Important bugfix: - Fix stack overflow bug in PG::Result#values and #column_values (#135). Thanks to everyone who reported the bug, and Lars Kanis especially for figuring out the problem. PostgreSQL 9.2 beta fixes: - Recognize PGRES_SINGLE_TUPLE as OK when checking PGresult (Jeremy Evans) Documentation fixes: - Add note about the usage scope of the result object received by the #set_notice_receiver block. (Lars Kanis) - Add PGRES_COPY_BOTH to documentation of PG::Result#result_status. (Lars Kanis) - Add some documentation to PG::Result#fnumber (fix for #139)
Diffstat (limited to 'databases/ruby-pg/Makefile')
-rw-r--r--databases/ruby-pg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index a4eff5cc369..5699db997bf 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2012/08/21 13:46:20 taca Exp $
+# $NetBSD: Makefile,v 1.14 2012/09/03 15:13:47 taca Exp $
-DISTNAME= pg-0.14.0
+DISTNAME= pg-0.14.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
-PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org