diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 04:47:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 04:47:39 +0000 |
commit | d18681acd444c9bad562fada32186048f539cb4b (patch) | |
tree | 7d880d6acee936b0bf53a7f46e972962ed4a99bf /databases | |
parent | 3fe20897a0490776f6c3efee0681dd52d39c91ad (diff) | |
download | pkgsrc-d18681acd444c9bad562fada32186048f539cb4b.tar.gz |
Update ruby-pg to 0.18.3.
== v0.18.3 [2015-09-03] Michael Granger <ged@FaerieMUD.org>
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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-pg/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-pg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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 |