Download raw body.
Update: ruby-pg 1.5.9
Update to the latest release of the pg gem. Changelog is at
https://github.com/ged/ruby-pg/blob/master/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
diff -u -p -u -p -r1.51 Makefile
--- Makefile 1 Sep 2023 09:11:40 -0000 1.51
+++ Makefile 8 Nov 2024 02:36:57 -0000
@@ -1,6 +1,6 @@
COMMENT = PostgreSQL database interface for ruby
-DISTNAME = pg-1.5.4
+DISTNAME = pg-1.5.9
CATEGORIES = databases
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/distinfo,v
diff -u -p -u -p -r1.34 distinfo
--- distinfo 1 Sep 2023 09:11:40 -0000 1.34
+++ distinfo 8 Nov 2024 02:37:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (pg-1.5.4.gem) = BPeyRxUcY5oLlV2OWppBVBND9GQKo8K990mocsM50l0=
-SIZE (pg-1.5.4.gem) = 233984
+SHA256 (pg-1.5.9.gem) = dh7733O2ZRbwwm/L5lFdx1AMPwqhobhT/q4kVDPGT9w=
+SIZE (pg-1.5.9.gem) = 207872
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v
diff -u -p -u -p -r1.21 PLIST
--- pkg/PLIST 30 Apr 2023 20:08:59 -0000 1.21
+++ pkg/PLIST 8 Nov 2024 02:38:12 -0000
@@ -1,19 +1,5 @@
${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}/Contributors.rdoc
${GEM_LIB}/gems/${DISTNAME}/Gemfile
@@ -29,8 +15,10 @@ ${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/kanis@comcard.de.pem
${GEM_LIB}/gems/${DISTNAME}/certs/larskanis-2022.pem
${GEM_LIB}/gems/${DISTNAME}/certs/larskanis-2023.pem
+${GEM_LIB}/gems/${DISTNAME}/certs/larskanis-2024.pem
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/pg/
${GEM_LIB}/gems/${DISTNAME}/lib/pg.rb
@@ -104,10 +92,4 @@ ${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
Update: ruby-pg 1.5.9