pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-daemons



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  9 04:29:57 UTC 2021

Modified Files:
        pkgsrc/misc/ruby-daemons: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/ruby-daemons/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/ruby-daemons/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/ruby-daemons/Makefile
diff -u pkgsrc/misc/ruby-daemons/Makefile:1.17 pkgsrc/misc/ruby-daemons/Makefile:1.18
--- pkgsrc/misc/ruby-daemons/Makefile:1.17      Sun Jan 20 14:33:08 2019
+++ pkgsrc/misc/ruby-daemons/Makefile   Sun May  9 04:29:57 2021
@@ -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@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/thuehlinger
 COMMENT=       Toolkit to convert Ruby scripts to a daemon
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/ruby-daemons/distinfo
diff -u pkgsrc/misc/ruby-daemons/distinfo:1.18 pkgsrc/misc/ruby-daemons/distinfo:1.19
--- pkgsrc/misc/ruby-daemons/distinfo:1.18      Sun Jan 20 14:33:08 2019
+++ pkgsrc/misc/ruby-daemons/distinfo   Sun May  9 04:29:57 2021
@@ -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



Home | Main Index | Thread Index | Old Index