pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-puma www/ruby-puma: update to 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6badf02878da
branches:  trunk
changeset: 307352:6badf02878da
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 06 02:28:11 2018 +0000
description:
www/ruby-puma: update to 3.11.4

## 3.11.4 / 2018-04-12

* 2 features:
  * Manage puma as a service using rc.d (#1529)
  * Server stats are now available from a top level method (#1532)
* 5 bugfixes:
  * Fix parsing CLI options (#1482)
  * Order of stderr and stdout is made before redirecting to a log file (#1511)
  * Init.d fix of `ps -p` to check if pid exists (#1545)
  * Early hits bugfix (#1550)
  * Purge interrupt queue when closing socket fails (#1553)

diffstat:

 www/ruby-puma/Makefile |   4 ++--
 www/ruby-puma/PLIST    |   5 ++++-
 www/ruby-puma/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r a4a59817767b -r 6badf02878da www/ruby-puma/Makefile
--- a/www/ruby-puma/Makefile    Sun May 06 02:26:56 2018 +0000
+++ b/www/ruby-puma/Makefile    Sun May 06 02:28:11 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/03/17 14:45:05 taca Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/06 02:28:11 taca Exp $
 
-DISTNAME=      puma-3.11.3
+DISTNAME=      puma-3.11.4
 CATEGORIES=    www
 
 MAINTAINER=    taca%NetBSD.org@localhost
diff -r a4a59817767b -r 6badf02878da www/ruby-puma/PLIST
--- a/www/ruby-puma/PLIST       Sun May 06 02:26:56 2018 +0000
+++ b/www/ruby-puma/PLIST       Sun May 06 02:28:11 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/03/17 14:45:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/05/06 02:28:11 taca Exp $
 bin/puma${RUBY_SUFFIX}
 bin/pumactl${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -78,6 +78,9 @@
 ${GEM_LIBDIR}/tools/jungle/init.d/README.md
 ${GEM_LIBDIR}/tools/jungle/init.d/puma
 ${GEM_LIBDIR}/tools/jungle/init.d/run-puma
+${GEM_LIBDIR}/tools/jungle/rc.d/README.md
+${GEM_LIBDIR}/tools/jungle/rc.d/puma
+${GEM_LIBDIR}/tools/jungle/rc.d/puma.conf
 ${GEM_LIBDIR}/tools/jungle/upstart/README.md
 ${GEM_LIBDIR}/tools/jungle/upstart/puma-manager.conf
 ${GEM_LIBDIR}/tools/jungle/upstart/puma.conf
diff -r a4a59817767b -r 6badf02878da www/ruby-puma/distinfo
--- a/www/ruby-puma/distinfo    Sun May 06 02:26:56 2018 +0000
+++ b/www/ruby-puma/distinfo    Sun May 06 02:28:11 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/03/17 14:45:05 taca Exp $
+$NetBSD: distinfo,v 1.13 2018/05/06 02:28:11 taca Exp $
 
-SHA1 (puma-3.11.3.gem) = 400615dd380eac610401103ca357b23205f66b1b
-RMD160 (puma-3.11.3.gem) = e5f5b7bf5c38dffa69eea5b47bafef9f640907eb
-SHA512 (puma-3.11.3.gem) = b3b466fa8b67d3ad3528fc55135f4546169957771898a2b66b7e4f17b00edf9d340ba1138fe9691c49467e789f71a11200f33113a7f3f8f2c42be092654930a0
-Size (puma-3.11.3.gem) = 158720 bytes
+SHA1 (puma-3.11.4.gem) = 034eb6578840422b5d82669e07788c5eaead0caf
+RMD160 (puma-3.11.4.gem) = 7e9bb04d903b0dc64d51507be2b339bfb4ff2927
+SHA512 (puma-3.11.4.gem) = 2c83c2f2ac538fab915bf2f1846728f70185d3fd3825c3081a36dddcff8bafef1e9ba022a000ee6fe3dcece886ea189779f0cd0af0d55523d151ae300bf5adda
+Size (puma-3.11.4.gem) = 160256 bytes



Home | Main Index | Thread Index | Old Index