This updates to the latest version of the pg gem. Release notes available at: https://github.com/ged/ruby-pg/blob/master/History.rdoc
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.43 diff -u -p -r1.43 Makefile --- Makefile 11 Mar 2022 18:31:44 -0000 1.43 +++ Makefile 16 Mar 2022 15:43:31 -0000 @@ -1,6 +1,6 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-1.2.3 +DISTNAME = pg-1.3.4 CATEGORIES = databases MAINTAINER = Jeremy Evans <jer...@openbsd.org> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.26 diff -u -p -r1.26 distinfo --- distinfo 9 Jun 2020 22:22:33 -0000 1.26 +++ distinfo 16 Mar 2022 15:43:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-1.2.3.gem) = 8uceEB63/ClyIvqaJ3qJqWhnKajfpBbUZAjmlrXPro4= -SIZE (pg-1.2.3.gem) = 196608 +SHA256 (pg-1.3.4.gem) = q7I3I0Y/3IyHf0Jnm4QOgVGO4mtHK1rE/TFW+tUcDCQ= +SIZE (pg-1.3.4.gem) = 200192 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v retrieving revision 1.18 diff -u -p -r1.18 PLIST --- pkg/PLIST 11 Mar 2022 18:31:45 -0000 1.18 +++ pkg/PLIST 16 Mar 2022 15:43:31 -0000 @@ -1,9 +1,22 @@ ${GEM_LIB}/cache/${DISTNAME}.gem ${GEM_LIB}/gems/${DISTNAME}/ +${GEM_LIB}/gems/${DISTNAME}/.appveyor.yml +${GEM_LIB}/gems/${DISTNAME}/.gems ${GEM_LIB}/gems/${DISTNAME}/.gemtest +${GEM_LIB}/gems/${DISTNAME}/.github/ +${GEM_LIB}/gems/${DISTNAME}/.github/workflows/ +${GEM_LIB}/gems/${DISTNAME}/.github/workflows/binary-gems.yml +${GEM_LIB}/gems/${DISTNAME}/.github/workflows/source-gem.yml +${GEM_LIB}/gems/${DISTNAME}/.gitignore +${GEM_LIB}/gems/${DISTNAME}/.hgsigs +${GEM_LIB}/gems/${DISTNAME}/.hgtags +${GEM_LIB}/gems/${DISTNAME}/.irbrc +${GEM_LIB}/gems/${DISTNAME}/.pryrc +${GEM_LIB}/gems/${DISTNAME}/.tm_properties +${GEM_LIB}/gems/${DISTNAME}/.travis.yml ${GEM_LIB}/gems/${DISTNAME}/BSDL -${GEM_LIB}/gems/${DISTNAME}/ChangeLog ${GEM_LIB}/gems/${DISTNAME}/Contributors.rdoc +${GEM_LIB}/gems/${DISTNAME}/Gemfile ${GEM_LIB}/gems/${DISTNAME}/History.rdoc ${GEM_LIB}/gems/${DISTNAME}/LICENSE ${GEM_LIB}/gems/${DISTNAME}/Manifest.txt @@ -14,38 +27,67 @@ ${GEM_LIB}/gems/${DISTNAME}/README.ja.rd ${GEM_LIB}/gems/${DISTNAME}/README.rdoc ${GEM_LIB}/gems/${DISTNAME}/Rakefile ${GEM_LIB}/gems/${DISTNAME}/Rakefile.cross +${GEM_LIB}/gems/${DISTNAME}/certs/ +${GEM_LIB}/gems/${DISTNAME}/certs/ged.pem +${GEM_LIB}/gems/${DISTNAME}/certs/larskanis-2022.pem ${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/basic_type_map_based_on_result.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/basic_type_map_for_queries.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/basic_type_map_for_results.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/basic_type_registry.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 ${GEM_LIB}/gems/${DISTNAME}/lib/pg/exceptions.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/postgresql_lib_path.rb ${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/version.rb @so ${GEM_LIB}/gems/${DISTNAME}/lib/pg_ext.so -${GEM_LIB}/gems/${DISTNAME}/spec/ -${GEM_LIB}/gems/${DISTNAME}/spec/data/ -${GEM_LIB}/gems/${DISTNAME}/spec/data/expected_trace.out -${GEM_LIB}/gems/${DISTNAME}/spec/data/random_binary_data -${GEM_LIB}/gems/${DISTNAME}/spec/helpers.rb -${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 -${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_by_oid_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_in_ruby_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_map_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/pg/type_spec.rb -${GEM_LIB}/gems/${DISTNAME}/spec/pg_spec.rb +${GEM_LIB}/gems/${DISTNAME}/misc/ +${GEM_LIB}/gems/${DISTNAME}/misc/openssl-pg-segfault.rb +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/ +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/History.txt +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/Manifest.txt +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/README.txt +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/Rakefile +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/lib/ +${GEM_LIB}/gems/${DISTNAME}/misc/postgres/lib/postgres.rb +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/ +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/History.txt +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/Manifest.txt +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/README.txt +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/Rakefile +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/lib/ +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/lib/ruby/ +${GEM_LIB}/gems/${DISTNAME}/misc/ruby-pg/lib/ruby/pg.rb +${GEM_LIB}/gems/${DISTNAME}/pg.gemspec +${GEM_LIB}/gems/${DISTNAME}/rakelib/ +${GEM_LIB}/gems/${DISTNAME}/rakelib/task_extension.rb +${GEM_LIB}/gems/${DISTNAME}/sample/ +${GEM_LIB}/gems/${DISTNAME}/sample/array_insert.rb +${GEM_LIB}/gems/${DISTNAME}/sample/async_api.rb +${GEM_LIB}/gems/${DISTNAME}/sample/async_copyto.rb +${GEM_LIB}/gems/${DISTNAME}/sample/async_mixed.rb +${GEM_LIB}/gems/${DISTNAME}/sample/check_conn.rb +${GEM_LIB}/gems/${DISTNAME}/sample/copydata.rb +${GEM_LIB}/gems/${DISTNAME}/sample/copyfrom.rb +${GEM_LIB}/gems/${DISTNAME}/sample/copyto.rb +${GEM_LIB}/gems/${DISTNAME}/sample/cursor.rb +${GEM_LIB}/gems/${DISTNAME}/sample/disk_usage_report.rb +${GEM_LIB}/gems/${DISTNAME}/sample/issue-119.rb +${GEM_LIB}/gems/${DISTNAME}/sample/losample.rb +${GEM_LIB}/gems/${DISTNAME}/sample/minimal-testcase.rb +${GEM_LIB}/gems/${DISTNAME}/sample/notify_wait.rb +${GEM_LIB}/gems/${DISTNAME}/sample/pg_statistics.rb +${GEM_LIB}/gems/${DISTNAME}/sample/replication_monitor.rb +${GEM_LIB}/gems/${DISTNAME}/sample/test_binary_values.rb +${GEM_LIB}/gems/${DISTNAME}/sample/wal_shipper.rb +${GEM_LIB}/gems/${DISTNAME}/sample/warehouse_partitions.rb ${GEM_LIB}/specifications/${DISTNAME}.gemspec