Simple update to latest version of ruby-pg.  Only a small number of
bugfixes:

- Update error codes to PostgreSQL-9.6
- Use secure JSON methods for JSON (de)serialisation
- Fix Result#inspect on a cleared result

Tested on amd64.  Will be committing in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    4 Nov 2016 21:26:37 -0000       1.33
+++ Makefile    15 Mar 2017 20:59:16 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-0.19.0
-REVISION =     0
+DISTNAME =     pg-0.20.0
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo    25 Sep 2016 15:23:32 -0000      1.19
+++ distinfo    15 Mar 2017 20:59:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (pg-0.19.0.gem) = knxBxdEDkiwbJJJBmALukgV6USLHpFBk4xs50I7Y9C4=
-SIZE (pg-0.19.0.gem) = 228864
+SHA256 (pg-0.20.0.gem) = hV96D4souy73HBs7BWEr5VFFLb3CdRmQjl05oyV/rA8=
+SIZE (pg-0.20.0.gem) = 230400

Reply via email to