pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-slop



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  4 15:36:02 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-slop/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-slop/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-slop/Makefile
diff -u pkgsrc/misc/ruby-slop/Makefile:1.3 pkgsrc/misc/ruby-slop/Makefile:1.4
--- pkgsrc/misc/ruby-slop/Makefile:1.3  Wed Mar 14 15:06:22 2018
+++ pkgsrc/misc/ruby-slop/Makefile      Mon Nov  4 15:36:01 2019
@@ -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 @@ HOMEPAGE=       https://github.com/leejarvis/s
 COMMENT=       Simple Lightweight Option Parsing
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/ruby-slop/distinfo
diff -u pkgsrc/misc/ruby-slop/distinfo:1.4 pkgsrc/misc/ruby-slop/distinfo:1.5
--- pkgsrc/misc/ruby-slop/distinfo:1.4  Wed Mar 14 15:06:22 2018
+++ pkgsrc/misc/ruby-slop/distinfo      Mon Nov  4 15:36:01 2019
@@ -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