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 Update ruby-mixlib-shellout...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/735e828d747d
branches:  trunk
changeset: 652552:735e828d747d
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 04 14:09:53 2015 +0000

description:
Update ruby-mixlib-shellout to 2.1.0.

Release 2.1.0

    * BackSlasher: login flag now correctly does the magic on unix to
      simulate a login shell for a user (secondary groups, environment
      variables, set primary group and generally emulate su -).
    * went back to setsid() to drop the controlling tty, fixed old AIX
      issue with getpgid() via avoiding calling getpgid().
    * converted specs to rspec3

diffstat:

 devel/ruby-mixlib-shellout/Makefile |  4 ++--
 devel/ruby-mixlib-shellout/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 3763a6238430 -r 735e828d747d devel/ruby-mixlib-shellout/Makefile
--- a/devel/ruby-mixlib-shellout/Makefile       Thu Jun 04 14:08:24 2015 +0000
+++ b/devel/ruby-mixlib-shellout/Makefile       Thu Jun 04 14:09:53 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/01/19 20:56:22 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2015/06/04 14:09:53 taca Exp $
 
-DISTNAME=      mixlib-shellout-2.0.1
+DISTNAME=      mixlib-shellout-2.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 3763a6238430 -r 735e828d747d devel/ruby-mixlib-shellout/distinfo
--- a/devel/ruby-mixlib-shellout/distinfo       Thu Jun 04 14:08:24 2015 +0000
+++ b/devel/ruby-mixlib-shellout/distinfo       Thu Jun 04 14:09:53 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/01/19 20:56:22 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2015/06/04 14:09:53 taca Exp $
 
-SHA1 (mixlib-shellout-2.0.1.gem) = aca33dca9145b3766a7d40e5d3110034e4373ed6
-RMD160 (mixlib-shellout-2.0.1.gem) = 9d76f073ea0581bad032ced991790018a6eba824
-Size (mixlib-shellout-2.0.1.gem) = 22016 bytes
+SHA1 (mixlib-shellout-2.1.0.gem) = cfae992cfea985602a478264db3502211312ec91
+RMD160 (mixlib-shellout-2.1.0.gem) = aa55b4ef664b9937ffa71f682be4d3ad84713e07
+Size (mixlib-shellout-2.1.0.gem) = 22528 bytes



Home | Main Index | Thread Index | Old Index