pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-slop misc/ruby-slop: update to 4.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5ba20a4d111
branches:  trunk
changeset: 343457:f5ba20a4d111
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Nov 04 15:36:01 2019 +0000

description:
misc/ruby-slop: update to 4.7.0

Update ruby-slop to 4.7.0.

pkgsr change: Add "USE_LANGUAGES=       # none".


v4.7.0 (2019-06-29)
-------------------

Features:
  * Add `Slop::Result#fetch`. It returns the value of given option, or raises an error if given option is not present. [#232](https://github.com/leejarvis/slop/pull/232) ([Giovanni 
Benussi](https://github.com/giovannibenussi))
  * Adding a separator without passing any arguments now creates a separator with the empty string. [#238](https://github.com/leejarvis/slop/pull/238) ([Teemu Matilainen](https://github.com/tmatilai))
Bug fixes
  * Ensure non-string option types have their flags consumed properly [#241] (Sutou Kouhei)

diffstat:

 misc/ruby-slop/Makefile |   6 ++++--
 misc/ruby-slop/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 1af570a6da1c -r f5ba20a4d111 misc/ruby-slop/Makefile
--- a/misc/ruby-slop/Makefile   Mon Nov 04 14:43:00 2019 +0000
+++ b/misc/ruby-slop/Makefile   Mon Nov 04 15:36:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/03/14 15:06:22 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/04 15:36:01 taca Exp $
 
-DISTNAME=      slop-4.6.2
+DISTNAME=      slop-4.7.0
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Simple Lightweight Option Parsing
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1af570a6da1c -r f5ba20a4d111 misc/ruby-slop/distinfo
--- a/misc/ruby-slop/distinfo   Mon Nov 04 14:43:00 2019 +0000
+++ b/misc/ruby-slop/distinfo   Mon Nov 04 15:36:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/03/14 15:06:22 taca Exp $
+$NetBSD: distinfo,v 1.5 2019/11/04 15:36:01 taca Exp $
 
-SHA1 (slop-4.6.2.gem) = 15fc1ab21469515d67c33599d10942ffea60ef14
-RMD160 (slop-4.6.2.gem) = 985c3fd7386bc340287d82b37bde4828ac42e97a
-SHA512 (slop-4.6.2.gem) = 9472e394ed264069a530e075ab8f0ed54ef75dc22d6fede1fc3972370f46879723b5f52197aac6da87e55d638ef2626775f9ac2ac1686639710889df90ec3da6
-Size (slop-4.6.2.gem) = 19968 bytes
+SHA1 (slop-4.7.0.gem) = 45d49f7345186125a944d53e5556e2d1c2918954
+RMD160 (slop-4.7.0.gem) = f27e61a2edbcf00897e502bb6107f579e67d31cf
+SHA512 (slop-4.7.0.gem) = 44d503f302a1a76d35ea970ce5a79d6d8dcdbd0b7a2ad1db421dd17c2e4ec9786cd711f2ff8c7eea0296401eb9f661b321e8850d61dc6492502452c214616710
+Size (slop-4.7.0.gem) = 20480 bytes



Home | Main Index | Thread Index | Old Index