Update to the newest version of Puma, released today.  Changelog at
https://github.com/puma/puma/blob/master/History.md

Tested on amd64.  I plan to commit in a couple days unless I hear
objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-puma/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile    25 Nov 2022 00:20:16 -0000      1.14
+++ Makefile    31 May 2023 20:29:39 -0000
@@ -1,6 +1,6 @@
 COMMENT =              simple, fast, threaded webserver for rack applications
 
-DISTNAME =             puma-6.0.0
+DISTNAME =             puma-6.3.0
 CATEGORIES =           www
 
 HOMEPAGE =             https://puma.io/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/ruby-puma/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    25 Nov 2022 00:20:16 -0000      1.10
+++ distinfo    31 May 2023 20:29:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (puma-6.0.0.gem) = KvMRCVdPIlog/y1l5SvT9F4edYtaRa5Q6WLli2uvS/k=
-SIZE (puma-6.0.0.gem) = 218112
+SHA256 (puma-6.3.0.gem) = sONbT+euRAI3qf8WR8a7JSocCVH/NWAgZw0uYsGu7uw=
+SIZE (puma-6.3.0.gem) = 225792
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/ruby-puma/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   25 Nov 2022 00:20:16 -0000      1.10
+++ pkg/PLIST   31 May 2023 20:30:30 -0000
@@ -64,6 +64,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puma/min
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/null_io.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/plugin/
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/plugin.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/puma/plugin/systemd.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/rack/
@@ -73,10 +74,10 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/puma/rac
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/reactor.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/request.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/runner.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/puma/sd_notify.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/server.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/single.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/state_file.rb
-${GEM_LIB}/gems/${DISTNAME}/lib/puma/systemd.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/thread_pool.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/puma/util.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/rack/

Reply via email to