pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mixlib-shellout



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 14 16:22:14 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-mixlib-shellout: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-mixlib-shellout/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-mixlib-shellout/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-mixlib-shellout/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-mixlib-shellout/Makefile
diff -u pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.10 pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.11
--- pkgsrc/devel/ruby-mixlib-shellout/Makefile:1.10     Tue Mar 24 17:52:35 2020
+++ pkgsrc/devel/ruby-mixlib-shellout/Makefile  Mon Sep 14 16:22:14 2020
@@ -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

Index: pkgsrc/devel/ruby-mixlib-shellout/PLIST
diff -u pkgsrc/devel/ruby-mixlib-shellout/PLIST:1.3 pkgsrc/devel/ruby-mixlib-shellout/PLIST:1.4
--- pkgsrc/devel/ruby-mixlib-shellout/PLIST:1.3 Tue Mar 24 17:52:35 2020
+++ pkgsrc/devel/ruby-mixlib-shellout/PLIST     Mon Sep 14 16:22:14 2020
@@ -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

Index: pkgsrc/devel/ruby-mixlib-shellout/distinfo
diff -u pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.11 pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.12
--- pkgsrc/devel/ruby-mixlib-shellout/distinfo:1.11     Tue Mar 24 17:52:35 2020
+++ pkgsrc/devel/ruby-mixlib-shellout/distinfo  Mon Sep 14 16:22:14 2020
@@ -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