This updates databases/ruby-pg to the latest version. Changes: - 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) - Allow URI connection string (thanks to Chris Bandy) - 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]
Tested on amd64 and i386. Will be committing this weekend unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/databases/ruby-pg/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile 8 Jan 2015 19:00:19 -0000 1.28 +++ Makefile 8 Sep 2015 22:50:43 -0000 @@ -2,7 +2,7 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-0.18.0 +DISTNAME = pg-0.18.3 CATEGORIES = databases MAINTAINER = Jeremy Evans <jer...@openbsd.org> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.15 diff -u -p -r1.15 distinfo --- distinfo 8 Jan 2015 19:00:19 -0000 1.15 +++ distinfo 8 Sep 2015 22:51:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-0.18.0.gem) = DEcHGhID4ozxy1FJFXwoz093NOmvru5w18B8RfmNiXA= -SIZE (pg-0.18.0.gem) = 214016 +SHA256 (pg-0.18.3.gem) = DL3bPi02tdsmKrwfEqF+HpcvJ3jAVnKfYda/Hhsc4wE= +SIZE (pg-0.18.3.gem) = 218624