This updates to the latest version of puma.  Changelog at
https://github.com/puma/puma/blob/v6.0.0/History.md

Tested on amd64.  Will be committing in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-puma/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    23 Aug 2022 17:55:22 -0000      1.13
+++ Makefile    14 Oct 2022 02:09:15 -0000
@@ -1,6 +1,6 @@
 COMMENT =              simple, fast, threaded webserver for rack applications
 
-DISTNAME =             puma-5.6.5
+DISTNAME =             puma-6.0.0
 CATEGORIES =           www
 
 HOMEPAGE =             https://puma.io/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/ruby-puma/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    23 Aug 2022 17:55:22 -0000      1.9
+++ distinfo    14 Oct 2022 02:09:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (puma-5.6.5.gem) = ZhAp0VoRXp9sBkGmnIMP/Z8bmsY/zQeR2UzNkA4D+GM=
-SIZE (puma-5.6.5.gem) = 208384
+SHA256 (puma-6.0.0.gem) = KvMRCVdPIlog/y1l5SvT9F4edYtaRa5Q6WLli2uvS/k=
+SIZE (puma-6.0.0.gem) = 218112
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/ruby-puma/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   23 Aug 2022 17:55:22 -0000      1.9
+++ pkg/PLIST   14 Oct 2022 02:10:21 -0000
@@ -29,6 +29,8 @@ ${GEM_LIB}/gems/${DISTNAME}/docs/restart
 ${GEM_LIB}/gems/${DISTNAME}/docs/signals.md
 ${GEM_LIB}/gems/${DISTNAME}/docs/stats.md
 ${GEM_LIB}/gems/${DISTNAME}/docs/systemd.md
+${GEM_LIB}/gems/${DISTNAME}/docs/testing_benchmarks_local_files.md
+${GEM_LIB}/gems/${DISTNAME}/docs/testing_test_rackup_ci_files.md
 ${GEM_LIB}/gems/${DISTNAME}/lib/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma.rb
@@ -52,7 +54,10 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puma/eve
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/io_buffer.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/jruby_restart.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/json_serialization.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/puma/launcher/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/launcher.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/puma/launcher/bundle_pruner.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/puma/log_writer.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/minissl/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/minissl.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/minissl/context_builder.rb
@@ -61,7 +66,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puma/plu
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/plugin.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/plugin/tmp_restart.rb
 @so ${GEM_LIB}/gems/${DISTNAME}/lib/puma/puma_http11.so
-${GEM_LIB}/gems/${DISTNAME}/lib/puma/queue_close.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/rack/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/rack/builder.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/rack/urlmap.rb

Reply via email to