This updates ruby-pg to the latest version. This is a substantial update over previous versions, containing a new typecast system.
Release announcement at https://www.ruby-forum.com/topic/6787099 Tested on amd64 and i386. Will be committing in a few days unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/databases/ruby-pg/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile 9 Jul 2014 17:12:38 -0000 1.27 +++ Makefile 5 Jan 2015 19:57:40 -0000 @@ -2,7 +2,7 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-0.17.1 +DISTNAME = pg-0.18.0 CATEGORIES = databases MAINTAINER = Jeremy Evans <jer...@openbsd.org> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.14 diff -u -p -r1.14 distinfo --- distinfo 9 Jul 2014 17:12:38 -0000 1.14 +++ distinfo 5 Jan 2015 19:57:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-0.17.1.gem) = 55M+j38YTCjoIO2F3fs62KE5M7Kyq4ZWqo+BywqmEKY= -SIZE (pg-0.17.1.gem) = 142848 +SHA256 (pg-0.18.0.gem) = DEcHGhID4ozxy1FJFXwoz093NOmvru5w18B8RfmNiXA= +SIZE (pg-0.18.0.gem) = 214016 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v retrieving revision 1.12 diff -u -p -r1.12 PLIST --- pkg/PLIST 11 Jan 2014 22:51:02 -0000 1.12 +++ pkg/PLIST 5 Jan 2015 19:58:46 -0000 @@ -18,10 +18,15 @@ ${GEM_LIB}/gems/${DISTNAME}/Rakefile.cro ${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/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/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/type_map_by_column.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg_ext.so ${GEM_LIB}/gems/${DISTNAME}/sample/ ${GEM_LIB}/gems/${DISTNAME}/sample/array_insert.rb @@ -46,10 +51,17 @@ ${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/lib/ -${GEM_LIB}/gems/${DISTNAME}/spec/lib/helpers.rb +${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/result_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}/specifications/${DISTNAME}.gemspec