summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca>2015-06-03 10:48:18 +0000
committertaca <taca>2015-06-03 10:48:18 +0000
commitda163aee14e5ba6a3b730729817f55224cf812f0 (patch)
tree21cbb2c5175c97a50b53a0838d09ff48859af4a6 /databases/ruby-pg/Makefile
parent23733baec7926648176ef620fe8eac6c1ab8ad0e (diff)
downloadpkgsrc-da163aee14e5ba6a3b730729817f55224cf812f0.tar.gz
Update ruby-pg to 0.18.2.
== v0.18.2 [2015-05-14] Michael Granger <ged@FaerieMUD.org> Enhancements: - Allow URI connection string (thanks to Chris Bandy) Bugfixes: - Speedups and fixes for PG::TextDecoder::Identifier and quoting behavior - Revert addition of PG::Connection#hostaddr [#202]. - Fix decoding of fractional timezones and timestamps [#203] - Fixes for non-C99 compilers - Avoid possible symbol name clash when linking againt static libpq.
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 d1ca52a5199..f2399c95455 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2015/02/01 13:24:46 taca Exp $
+# $NetBSD: Makefile,v 1.21 2015/06/03 10:48:18 taca Exp $
-DISTNAME= pg-0.18.1
+DISTNAME= pg-0.18.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases