summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-13 18:23:21 +0000
committertaca <taca@pkgsrc.org>2014-03-13 18:23:21 +0000
commit59e10876e17d692a5e0839031dbb84519eb4388e (patch)
tree5f06c26fffc1d9f1a6ec93128c0b002995fec1a0 /databases
parent5ea49574799589a8e77254d8002c3ee25f494386 (diff)
downloadpkgsrc-59e10876e17d692a5e0839031dbb84519eb4388e.tar.gz
Update ruby-pg to 0.17.1
pkgsrc change: Add GEM_EXTSDIR support. == v0.17.1 [2013-12-18] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix compatibility with signal handlers defined in Ruby. This reverts cancelation of queries running on top of the blocking libpq API (like Connection#exec) in case of signals. As an alternative the #async_exec can be used, which is reverted to use the non-blocking API, again. - Wrap PQcancel to be called without GVL. It internally waits for the canceling connection. Documentation fixes: - Fix documentation for PG::Connection::conndefaults.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-pg/Makefile4
-rw-r--r--databases/ruby-pg/PLIST3
-rw-r--r--databases/ruby-pg/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index a2653c81fb1..669cb5618fd 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2013/12/08 16:50:14 taca Exp $
+# $NetBSD: Makefile,v 1.19 2014/03/13 18:23:21 taca Exp $
-DISTNAME= pg-0.17.0
+DISTNAME= pg-0.17.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases
diff --git a/databases/ruby-pg/PLIST b/databases/ruby-pg/PLIST
index 0287c14303c..0e0569f5cb0 100644
--- a/databases/ruby-pg/PLIST
+++ b/databases/ruby-pg/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.11 2013/09/11 15:18:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2014/03/13 18:23:21 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/pg_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/ChangeLog
diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo
index 4b34defbbe1..4412ae16b77 100644
--- a/databases/ruby-pg/distinfo
+++ b/databases/ruby-pg/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2013/12/08 16:50:14 taca Exp $
+$NetBSD: distinfo,v 1.13 2014/03/13 18:23:21 taca Exp $
-SHA1 (pg-0.17.0.gem) = b4cd7b5379f6ec08a77a437e0bd2c3d4352963a5
-RMD160 (pg-0.17.0.gem) = a3f7d137e8bb7b6b0eaf406ae029128234a3a5a9
-Size (pg-0.17.0.gem) = 142336 bytes
+SHA1 (pg-0.17.1.gem) = 2f3c2625f2bb07157647870af97007014e2191fb
+RMD160 (pg-0.17.1.gem) = 75086b8752856501193eb01689587b6c74df80a7
+Size (pg-0.17.1.gem) = 142848 bytes