diff options
author | taca <taca@pkgsrc.org> | 2019-11-04 15:36:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-11-04 15:36:01 +0000 |
commit | 837c76168d64f33fb763de05f9720fd6e0026e59 (patch) | |
tree | 029990fa47d99e15793dd3067f9eb7adcb67d023 /misc | |
parent | 43660e16dd6ccddfa1f4c0082c081063b151b48a (diff) | |
download | pkgsrc-837c76168d64f33fb763de05f9720fd6e0026e59.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/ruby-slop/Makefile | 6 | ||||
-rw-r--r-- | misc/ruby-slop/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/misc/ruby-slop/Makefile b/misc/ruby-slop/Makefile index dd32ec21b41..22321e685e6 100644 --- a/misc/ruby-slop/Makefile +++ b/misc/ruby-slop/Makefile @@ -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 @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/leejarvis/slop COMMENT= Simple Lightweight Option Parsing LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/ruby-slop/distinfo b/misc/ruby-slop/distinfo index cdd394c3d7d..123adfe5116 100644 --- a/misc/ruby-slop/distinfo +++ b/misc/ruby-slop/distinfo @@ -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 |