summaryrefslogtreecommitdiff
path: root/databases/ruby-pg/Makefile
diff options
context:
space:
mode:
authortaca <taca>2015-11-29 12:10:16 +0000
committertaca <taca>2015-11-29 12:10:16 +0000
commit7b7e26b9123c7f108e3b6f55a31ad487b96443df (patch)
tree51d7a92527cb80facd24a2c7c08667145f4409ef /databases/ruby-pg/Makefile
parenta541b73fc37472d482ee2bd0c6a929cf2f92724d (diff)
downloadpkgsrc-7b7e26b9123c7f108e3b6f55a31ad487b96443df.tar.gz
Update ruby-pg to 0.18.4.
== v0.18.4 [2015-11-13] Michael Granger <ged@FaerieMUD.org> Enhancements: - Fixing compilation problems with Microsoft Visual Studio 2008. GH #10 - Avoid name clash with xcode and jemalloc. PR#22, PR#23 Bugfixes: - Avoid segfault, when quote_ident or TextEncoder::Identifier is called with Array containing non-strings. #226
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 79f404952ca..4a5b28087c9 100644
--- a/databases/ruby-pg/Makefile
+++ b/databases/ruby-pg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2015/09/13 04:47:39 taca Exp $
+# $NetBSD: Makefile,v 1.23 2015/11/29 12:10:16 taca Exp $
-DISTNAME= pg-0.18.3
+DISTNAME= pg-0.18.4
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
CATEGORIES= databases