Simple update to the most recent version of pg. CHANGELOG at: https://github.com/ged/ruby-pg/blob/v1.4.6/History.md
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.48 diff -u -p -r1.48 Makefile --- Makefile 25 Nov 2022 00:17:27 -0000 1.48 +++ Makefile 14 Apr 2023 20:57:39 -0000 @@ -1,6 +1,6 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-1.4.5 +DISTNAME = pg-1.4.6 CATEGORIES = databases MAINTAINER = Jeremy Evans <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.31 diff -u -p -r1.31 distinfo --- distinfo 25 Nov 2022 00:17:27 -0000 1.31 +++ distinfo 14 Apr 2023 20:57:44 -0000 @@ -1,2 +1,2 @@ -SHA256 (pg-1.4.5.gem) = wTm9NJB+e74ykam15lG88A3h+KmaMUjAZLwtGxC1pvE= -SIZE (pg-1.4.5.gem) = 202240 +SHA256 (pg-1.4.6.gem) = 2Y89y0pq4peAoiGTQMsOVduvu360zMK5n4kvJWmnph4= +SIZE (pg-1.4.6.gem) = 224256 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v retrieving revision 1.19 diff -u -p -r1.19 PLIST --- pkg/PLIST 18 Mar 2022 20:47:45 -0000 1.19 +++ pkg/PLIST 14 Apr 2023 20:47:33 -0000 @@ -17,19 +17,20 @@ ${GEM_LIB}/gems/${DISTNAME}/.travis.yml ${GEM_LIB}/gems/${DISTNAME}/BSDL ${GEM_LIB}/gems/${DISTNAME}/Contributors.rdoc ${GEM_LIB}/gems/${DISTNAME}/Gemfile -${GEM_LIB}/gems/${DISTNAME}/History.rdoc +${GEM_LIB}/gems/${DISTNAME}/History.md ${GEM_LIB}/gems/${DISTNAME}/LICENSE ${GEM_LIB}/gems/${DISTNAME}/Manifest.txt ${GEM_LIB}/gems/${DISTNAME}/POSTGRES ${GEM_LIB}/gems/${DISTNAME}/README-OS_X.rdoc ${GEM_LIB}/gems/${DISTNAME}/README-Windows.rdoc -${GEM_LIB}/gems/${DISTNAME}/README.ja.rdoc -${GEM_LIB}/gems/${DISTNAME}/README.rdoc +${GEM_LIB}/gems/${DISTNAME}/README.ja.md +${GEM_LIB}/gems/${DISTNAME}/README.md ${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}/certs/larskanis-2023.pem ${GEM_LIB}/gems/${DISTNAME}/lib/ ${GEM_LIB}/gems/${DISTNAME}/lib/pg/ ${GEM_LIB}/gems/${DISTNAME}/lib/pg.rb @@ -90,4 +91,10 @@ ${GEM_LIB}/gems/${DISTNAME}/sample/repli ${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}/gems/${DISTNAME}/translation/ +${GEM_LIB}/gems/${DISTNAME}/translation/.po4a-version +${GEM_LIB}/gems/${DISTNAME}/translation/po/ +${GEM_LIB}/gems/${DISTNAME}/translation/po/all.pot +${GEM_LIB}/gems/${DISTNAME}/translation/po/ja.po +${GEM_LIB}/gems/${DISTNAME}/translation/po4a.cfg ${GEM_LIB}/specifications/${DISTNAME}.gemspec
