pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-mixlib-shellout devel/ruby-mixlib-shellout:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/826067ec79df
branches:  trunk
changeset: 439207:826067ec79df
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 14 16:22:14 2020 +0000

description:
devel/ruby-mixlib-shellout: update to 3.1.6

Update ruby-mixlib-shellout package to 3.1.6.

3.1.6 (2020-09-10)

* Use dir instead of FILE #220 (tas50)
* Simplify things a bit with &. #221 (tas50)

3.1.4 (2020-08-13)

* Fix a few typos #217 (tas50)
* Optimize requires for non-omnibus installs #218 (tas50)

3.1.2 (2020-07-24)

* convert helper to default_paths API #216 (lamont-granquist)

3.1.1 (2020-07-18)
3.1.0 (2020-07-17)

* shellout_spec: make "current user" independent of the environment #203
  (terceiro)
* Minor doc fixes #205 (phiggins)
* extracting shell_out helper to mixlib-shellout #206 (lamont-granquist)
* Bumping minor version #207 (lamont-granquist)
* Test on Ruby 2.7 final, update chefstyle, and other CI fixes #208 (tas50)
* Bump minor for release #210 (lamont-granquist)
* Bumping minor for release again, again. #211 (lamont-granquist)

diffstat:

 devel/ruby-mixlib-shellout/Makefile |   4 ++--
 devel/ruby-mixlib-shellout/PLIST    |   3 ++-
 devel/ruby-mixlib-shellout/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r dceeb6153e1e -r 826067ec79df devel/ruby-mixlib-shellout/Makefile
--- a/devel/ruby-mixlib-shellout/Makefile       Mon Sep 14 16:20:07 2020 +0000
+++ b/devel/ruby-mixlib-shellout/Makefile       Mon Sep 14 16:22:14 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/03/24 17:52:35 taca Exp $
+# $NetBSD: Makefile,v 1.11 2020/09/14 16:22:14 taca Exp $
 
-DISTNAME=      mixlib-shellout-3.0.9
+DISTNAME=      mixlib-shellout-3.1.6
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r dceeb6153e1e -r 826067ec79df devel/ruby-mixlib-shellout/PLIST
--- a/devel/ruby-mixlib-shellout/PLIST  Mon Sep 14 16:20:07 2020 +0000
+++ b/devel/ruby-mixlib-shellout/PLIST  Mon Sep 14 16:22:14 2020 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2020/03/24 17:52:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/09/14 16:22:14 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/lib/mixlib/shellout.rb
 ${GEM_LIBDIR}/lib/mixlib/shellout/exceptions.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/helper.rb
 ${GEM_LIBDIR}/lib/mixlib/shellout/unix.rb
 ${GEM_LIBDIR}/lib/mixlib/shellout/version.rb
 ${GEM_LIBDIR}/lib/mixlib/shellout/windows.rb
diff -r dceeb6153e1e -r 826067ec79df devel/ruby-mixlib-shellout/distinfo
--- a/devel/ruby-mixlib-shellout/distinfo       Mon Sep 14 16:20:07 2020 +0000
+++ b/devel/ruby-mixlib-shellout/distinfo       Mon Sep 14 16:22:14 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/03/24 17:52:35 taca Exp $
+$NetBSD: distinfo,v 1.12 2020/09/14 16:22:14 taca Exp $
 
-SHA1 (mixlib-shellout-3.0.9.gem) = ec201d9d1581b45f581afd334c2d5f6b727408d0
-RMD160 (mixlib-shellout-3.0.9.gem) = a9c7ba87db7ea73fd90c3561c27488cd753fbebe
-SHA512 (mixlib-shellout-3.0.9.gem) = 0ae1262616447b156fad428d0f05a71f3f1c1c56c098e9031da0af55fd34b627283c4b2088a49fecb8ff6a99dcb4cb86af165c9c8d804c64caa7763162fa4cd9
-Size (mixlib-shellout-3.0.9.gem) = 24576 bytes
+SHA1 (mixlib-shellout-3.1.6.gem) = fe4f71a8a3e617128b74a04ccad400d82fb41997
+RMD160 (mixlib-shellout-3.1.6.gem) = db44dcb4f8a2212d6fa057d80d936c6feffdbeb6
+SHA512 (mixlib-shellout-3.1.6.gem) = 66f86731957a01a262e10404cde24c174cc30c4e12ae3b980eccce221f4b8d6c2bae5107ae01459fd83643f3550e36ae84b1dc9850255d61fefd7f1003ff1ebf
+Size (mixlib-shellout-3.1.6.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index