From 6f9e80e50256d8323556a766230893fc7c97e9c1 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 13 Sep 2015 04:47:39 +0000 Subject: Update ruby-pg to 0.18.3. == v0.18.3 [2015-09-03] Michael Granger Enhancements: - Use rake-compiler-dock to build windows gems easily. - Add CI-tests on appveyor and fix test cases accordingly. Bugfixes: - Fix data type resulting in wrong base64 encoding. - Change instance_of checks to kind_of for subclassing. #220 - TextDecoder::Date returns an actual Ruby Date instead of a Time (thanks to Thomas Ramfjord) --- databases/ruby-pg/Makefile | 4 ++-- databases/ruby-pg/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'databases') diff --git a/databases/ruby-pg/Makefile b/databases/ruby-pg/Makefile index f2399c95455..79f404952ca 100644 --- a/databases/ruby-pg/Makefile +++ b/databases/ruby-pg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2015/06/03 10:48:18 taca Exp $ +# $NetBSD: Makefile,v 1.22 2015/09/13 04:47:39 taca Exp $ -DISTNAME= pg-0.18.2 +DISTNAME= pg-0.18.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/} CATEGORIES= databases diff --git a/databases/ruby-pg/distinfo b/databases/ruby-pg/distinfo index eb86ec43583..aa6260996ba 100644 --- a/databases/ruby-pg/distinfo +++ b/databases/ruby-pg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2015/06/03 10:48:18 taca Exp $ +$NetBSD: distinfo,v 1.16 2015/09/13 04:47:39 taca Exp $ -SHA1 (pg-0.18.2.gem) = 6b35a1a2b565277db26fabe9ce66e1fe62306528 -RMD160 (pg-0.18.2.gem) = d6797990b435afc803bf52c21e1e22d745ab08a7 -Size (pg-0.18.2.gem) = 216576 bytes +SHA1 (pg-0.18.3.gem) = fc7af57ab8b8d58a35b78cfbe6be869b130127fe +RMD160 (pg-0.18.3.gem) = 2622cd1b422ea0f3716edfe583a6aa082f80819c +Size (pg-0.18.3.gem) = 218624 bytes -- cgit v1.2.3