summaryrefslogtreecommitdiff
path: root/databases/ruby-pg
diff options
context:
space:
mode:
authortaca <taca>2013-12-08 16:50:14 +0000
committertaca <taca>2013-12-08 16:50:14 +0000
commitca1bae068c126615aaac6ed062d1f2cbaaa8d286 (patch)
tree3cdcce8132ee5693c5e53ef2be73f252eb25c9d4 /databases/ruby-pg
parent8c2ec1236ff07a852e4287327f6c602c7521ae1c (diff)
downloadpkgsrc-ca1bae068c126615aaac6ed062d1f2cbaaa8d286.tar.gz
Update ruby-pg to 0.17.0.
== v0.17.0 [2013-09-15] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix crash by calling PQsend* and PQisBusy without GVL (#171). Enhancements: - Add method PG::Connection#copy_data. - Add a Gemfile to allow installation of dependencies with bundler. - Add compatibility with rake-compiler-dev-box. - Return self from PG::Result#check instead of nil. This allows to stack method calls.
Diffstat (limited to 'databases/ruby-pg')
-rw-r--r--databases/ruby-pg/Makefile4
-rw-r--r--databases/ruby-pg/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index d2703245682..a2653c81fb1 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2013/09/11 15:18:55 taca Exp $
+# $NetBSD: Makefile,v 1.18 2013/12/08 16:50:14 taca Exp $
-DISTNAME= pg-0.16.0
+DISTNAME= pg-0.17.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo
index caa8477ca40..4b34defbbe1 100644
--- a/databases/ruby-pg/distinfo
+++ b/databases/ruby-pg/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2013/09/11 15:18:55 taca Exp $
+$NetBSD: distinfo,v 1.12 2013/12/08 16:50:14 taca Exp $
-SHA1 (pg-0.16.0.gem) = 63e1394d99c070296138477ac19a9870ab39fd25
-RMD160 (pg-0.16.0.gem) = 3a09e9f565506ad6c3d1bb2f5c24756a0f74d414
-Size (pg-0.16.0.gem) = 139776 bytes
+SHA1 (pg-0.17.0.gem) = b4cd7b5379f6ec08a77a437e0bd2c3d4352963a5
+RMD160 (pg-0.17.0.gem) = a3f7d137e8bb7b6b0eaf406ae029128234a3a5a9
+Size (pg-0.17.0.gem) = 142336 bytes