Simple update the latest version, with many performance enhancements and new features, and some deprecated features. For a list of changes since 1.0.0, see https://github.com/ged/ruby-pg/blob/master/History.rdoc
Tested on amd64, will commit next week unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/databases/ruby-pg/Makefile,v retrieving revision 1.37 diff -u -p -r1.37 Makefile --- Makefile 13 Jun 2018 22:26:52 -0000 1.37 +++ Makefile 23 Oct 2018 15:29:50 -0000 @@ -2,8 +2,7 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-1.0.0 -REVISION = 0 +DISTNAME = pg-1.1.3 CATEGORIES = databases MAINTAINER = Jeremy Evans <jer...@openbsd.org> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.22 diff -u -p -r1.22 distinfo --- distinfo 16 Jan 2018 01:43:10 -0000 1.22 +++ distinfo 23 Oct 2018 15:29:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-1.0.0.gem) = 2d4bquUWG3rmmjh3sNHwfALHvHqcZbYUBGPfFF3vawo= -SIZE (pg-1.0.0.gem) = 213504 +SHA256 (pg-1.1.3.gem) = CwvnzBxpdY6EBrdG7alHMT/a9LJSEOe71tK1q/Pg0t4= +SIZE (pg-1.1.3.gem) = 233472 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v retrieving revision 1.15 diff -u -p -r1.15 PLIST --- pkg/PLIST 16 Jan 2018 01:43:10 -0000 1.15 +++ pkg/PLIST 23 Oct 2018 15:38:04 -0000 @@ -19,6 +19,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/pg/ ${GEM_LIB}/gems/${DISTNAME}/lib/pg.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/basic_type_mapping.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/binary_decoder.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/coder.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/connection.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/constants.rb @@ -26,6 +27,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/pg/excep ${GEM_LIB}/gems/${DISTNAME}/lib/pg/result.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/text_decoder.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/text_encoder.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/tuple.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg/type_map_by_column.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg_ext.so ${GEM_LIB}/gems/${DISTNAME}/spec/ @@ -36,7 +38,9 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/helpers ${GEM_LIB}/gems/${DISTNAME}/spec/pg/ ${GEM_LIB}/gems/${DISTNAME}/spec/pg/basic_type_mapping_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/pg/connection_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/pg/connection_sync_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/pg/result_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/pg/tuple_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_by_class_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_by_column_spec.rb ${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_by_mri_type_spec.rb