diff options
author | taca <taca@pkgsrc.org> | 2013-12-08 16:50:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-12-08 16:50:14 +0000 |
commit | 493e3d7939262b74ad5a15250f651d370a6a8dc0 (patch) | |
tree | 3cdcce8132ee5693c5e53ef2be73f252eb25c9d4 | |
parent | 5cc0f50585ab967b7f6444a985f0edf3e2a6e3e7 (diff) | |
download | pkgsrc-493e3d7939262b74ad5a15250f651d370a6a8dc0.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.
-rw-r--r-- | databases/ruby-pg/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-pg/distinfo | 8 |
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 |