summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-09-11 15:18:55 +0000
committertaca <taca>2013-09-11 15:18:55 +0000
commitfa1f4df5485bb1e53b51acc7738af55fa02abe29 (patch)
tree0122d95beba7257fec356a4f9117a9f63f651849 /databases/ruby-pg/Makefile
parent660939bdb67aa20e0983213dc90253f3cb1fa662 (diff)
downloadpkgsrc-fa1f4df5485bb1e53b51acc7738af55fa02abe29.tar.gz
Update ruby-pg to 0.16.0.
== v0.16.0 [2013-07-22] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Avoid warnings about uninitialized instance variables. - Use a more standard method of adding library and include directories. This fixes build on AIX (Github #7) and Solaris (#164). - Cancel the running query, if a thread is about to be killed (e.g. by CTRL-C). - Fix GVL issue with wait_for_notify/notifies and notice callbacks. - Set proper encoding on the string returned by quote_ident, escape_literal and escape_identifier (#163). - Use nil as PG::Error#result in case of a NULL-result from libpq (#166). - Recalculate the timeout of conn#wait_for_notify and conn#block in case of socket events that require re-runs of select(). Documentation fixes: - Fix non working example for PGresult#error_field. Enhancements: - Add unique exception classes for each PostgreSQL error type (#5). - Return result of the block in conn#transaction instead of nil (#158). - Allow 'rake compile' and 'rake gem' on non mercurial repos. - Add support for PG_DIAG_*_NAME error fields of PostgreSQL-9.3 (#161).
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 a273f06479f..d2703245682 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2013/07/07 15:22:55 taca Exp $
+# $NetBSD: Makefile,v 1.17 2013/09/11 15:18:55 taca Exp $
-DISTNAME= pg-0.15.0
+DISTNAME= pg-0.16.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
-PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org