Sun May 9 04:29:57 2021 UTC ()
misc/ruby-daemons: update to 1.4.0

pkgsrc change: add "USE_LANGUAGES=	# none".

1.4.0 (2021-05-01)

* Allow for customization which signals are sent to stop process (thanks to
  philister)
* Resolves mismatched indentations (thanks to Luis M Rodriguez)
* Allow to use pry-byebug 3.8.0 (thanks to kamipo)


(taca)
diff -r1.17 -r1.18 pkgsrc/misc/ruby-daemons/Makefile
diff -r1.18 -r1.19 pkgsrc/misc/ruby-daemons/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/misc/ruby-daemons/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-daemons/Makefile 2019/01/20 14:33:08 1.17
+++ pkgsrc/misc/ruby-daemons/Makefile 2021/05/09 04:29:57 1.18
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1# $NetBSD: Makefile,v 1.17 2019/01/20 14:33:08 taca Exp $ 1# $NetBSD: Makefile,v 1.18 2021/05/09 04:29:57 taca Exp $
2 2
3DISTNAME= daemons-1.3.1 3DISTNAME= daemons-1.4.0
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/thuehlinger/daemons 7HOMEPAGE= https://github.com/thuehlinger/daemons
8COMMENT= Toolkit to convert Ruby scripts to a daemon 8COMMENT= Toolkit to convert Ruby scripts to a daemon
9LICENSE= mit 9LICENSE= mit
10 10
 11USE_LANGUAGES= # none
 12
11.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.18 -r1.19 pkgsrc/misc/ruby-daemons/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-daemons/distinfo 2019/01/20 14:33:08 1.18
+++ pkgsrc/misc/ruby-daemons/distinfo 2021/05/09 04:29:57 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2019/01/20 14:33:08 taca Exp $ 1$NetBSD: distinfo,v 1.19 2021/05/09 04:29:57 taca Exp $
2 2
3SHA1 (daemons-1.3.1.gem) = e28c1e78d1a6e34e80f4933b494f1e0501939dd3 3SHA1 (daemons-1.4.0.gem) = 115cf4c03782d981f80bf2532dcab2caa661f81a
4RMD160 (daemons-1.3.1.gem) = 35b4c7d4b7b2a3e584ea156c1a3ebf4e24cd428d 4RMD160 (daemons-1.4.0.gem) = f6363444678f399227b52493a6a82718edf48e60
5SHA512 (daemons-1.3.1.gem) = eede065019b5e251e5b7d0959251c8591ec8c38ada6861a1c41cf85959666a4865efc69178f63bf2acfc1e993c8222d581ac5d689be439744ee3cef0ca6f5138 5SHA512 (daemons-1.4.0.gem) = 48510e9873c692c7060d99d9aab3215225f193373e91cb9121b08859afb3119a0a668838b9018807523889ecf23211f64e39540b3aa683f5c7dee7126e8c36a0
6Size (daemons-1.3.1.gem) = 29184 bytes 6Size (daemons-1.4.0.gem) = 29696 bytes