Update to the latest version of pg.  Changelog:

* Fix PG::BinaryDecoder::Timestamp on 32 bit systems.
* Add new error-codes of PostgreSQL-11.

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.38
diff -u -p -r1.38 Makefile
--- Makefile    29 Oct 2018 14:44:44 -0000      1.38
+++ Makefile    24 Mar 2019 23:23:09 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      PostgreSQL database interface for ruby
 
-DISTNAME =     pg-1.1.3
+DISTNAME =     pg-1.1.4
 CATEGORIES =   databases
 
 MAINTAINER =   Jeremy Evans <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo    29 Oct 2018 14:44:44 -0000      1.23
+++ distinfo    24 Mar 2019 23:23:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (pg-1.1.3.gem) = CwvnzBxpdY6EBrdG7alHMT/a9LJSEOe71tK1q/Pg0t4=
-SIZE (pg-1.1.3.gem) = 233472
+SHA256 (pg-1.1.4.gem) = XooJOJ7lEWZDjApxMJd3PKOY7IM8gXrwW+3t7Fn3tjo=
+SIZE (pg-1.1.4.gem) = 233984

Reply via email to