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)
This commit is contained in:
parent
002cb50db9
commit
b825aebe45
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2019/01/20 14:33:08 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2021/05/09 04:29:57 taca Exp $
|
||||
|
||||
DISTNAME= daemons-1.3.1
|
||||
DISTNAME= daemons-1.4.0
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/thuehlinger/daemons
|
|||
COMMENT= Toolkit to convert Ruby scripts to a daemon
|
||||
LICENSE= mit
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.18 2019/01/20 14:33:08 taca Exp $
|
||||
$NetBSD: distinfo,v 1.19 2021/05/09 04:29:57 taca Exp $
|
||||
|
||||
SHA1 (daemons-1.3.1.gem) = e28c1e78d1a6e34e80f4933b494f1e0501939dd3
|
||||
RMD160 (daemons-1.3.1.gem) = 35b4c7d4b7b2a3e584ea156c1a3ebf4e24cd428d
|
||||
SHA512 (daemons-1.3.1.gem) = eede065019b5e251e5b7d0959251c8591ec8c38ada6861a1c41cf85959666a4865efc69178f63bf2acfc1e993c8222d581ac5d689be439744ee3cef0ca6f5138
|
||||
Size (daemons-1.3.1.gem) = 29184 bytes
|
||||
SHA1 (daemons-1.4.0.gem) = 115cf4c03782d981f80bf2532dcab2caa661f81a
|
||||
RMD160 (daemons-1.4.0.gem) = f6363444678f399227b52493a6a82718edf48e60
|
||||
SHA512 (daemons-1.4.0.gem) = 48510e9873c692c7060d99d9aab3215225f193373e91cb9121b08859afb3119a0a668838b9018807523889ecf23211f64e39540b3aa683f5c7dee7126e8c36a0
|
||||
Size (daemons-1.4.0.gem) = 29696 bytes
|
||||
|
|
Loading…
Reference in a new issue