summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2016-10-09 12:47:27 +0000
committertaca <taca@pkgsrc.org>2016-10-09 12:47:27 +0000
commit9abef12efe93436b40fcd74dc0cdb2c0e723cb59 (patch)
tree578f0821ef8846d74dbc5d1faeb7ae2f3e8e896c /databases/ruby-pg/Makefile
parent46b5848ede48702cb7a92ce89fcd7423505a1355 (diff)
downloadpkgsrc-9abef12efe93436b40fcd74dc0cdb2c0e723cb59.tar.gz
Update ruby-pg to 0.19.0.
== v0.19.0 [2016-09-21] Michael Granger <ged@FaerieMUD.org> - Deprecate Ruby 1.9 Enhancements: - Respect and convert character encoding of all strings sent to the server. #231 - Add PostgreSQL-9.5 functions PQsslInUse(), PQsslAttribute() and PQsslAttributeNames(). - Various documentation fixes and improvements. - Add mechanism to build without pg_config: gem install pg -- --with-pg-config=ignore - Update Windows binary gems to Ruby-2.3, PostgreSQL 9.5.4 and OpenSSL 1.0.2f. - Add JSON coders and add them to BasicTypeMapForResults and BasicTypeMapBasedOnResult - Allow build from git per bundler. Bugfixes: - Release GVL while calling PQsetClientEncoding(). #245 - Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x. #236 - Fix wrong exception when running SQL while in Connection#copy_data block for output
Diffstat (limited to 'databases/ruby-pg/Makefile')
-rw-r--r--databases/ruby-pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile
index 4a5b28087c9..e7bc7710264 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/11/29 12:10:16 taca Exp $
+# $NetBSD: Makefile,v 1.24 2016/10/09 12:47:27 taca Exp $
-DISTNAME= pg-0.18.4
+DISTNAME= pg-0.19.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases