pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-posix-spawn



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 19 17:05:56 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-posix-spawn: Makefile distinfo

Log Message:
Update ruby-posix-spawn to 0.3.13.

0.3.12

* Fix unsetenv implementation
* LGPL code is gone
* Remove unused variable and warning
* Don't capture unused to a variable

0.3.13

* replace references to Fixnum with Integer (2.4 unifies Fixnum/Bignum)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-posix-spawn/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-posix-spawn/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-posix-spawn/Makefile
diff -u pkgsrc/devel/ruby-posix-spawn/Makefile:1.11 pkgsrc/devel/ruby-posix-spawn/Makefile:1.12
--- pkgsrc/devel/ruby-posix-spawn/Makefile:1.11 Thu Jun  4 14:38:43 2015
+++ pkgsrc/devel/ruby-posix-spawn/Makefile      Sun Mar 19 17:05:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2015/06/04 14:38:43 taca Exp $
+# $NetBSD: Makefile,v 1.12 2017/03/19 17:05:56 taca Exp $
 
-DISTNAME=      posix-spawn-0.3.11
+DISTNAME=      posix-spawn-0.3.13
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-posix-spawn/distinfo
diff -u pkgsrc/devel/ruby-posix-spawn/distinfo:1.6 pkgsrc/devel/ruby-posix-spawn/distinfo:1.7
--- pkgsrc/devel/ruby-posix-spawn/distinfo:1.6  Tue Nov  3 03:29:26 2015
+++ pkgsrc/devel/ruby-posix-spawn/distinfo      Sun Mar 19 17:05:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:29:26 agc Exp $
+$NetBSD: distinfo,v 1.7 2017/03/19 17:05:56 taca Exp $
 
-SHA1 (posix-spawn-0.3.11.gem) = 4c5527f81f579111fbe355c07a8c10ae94b1712f
-RMD160 (posix-spawn-0.3.11.gem) = 0c820001cb36270e9e6446040f37cef94c368151
-SHA512 (posix-spawn-0.3.11.gem) = a053d80b5f8fca5c70b7aa0799ca07b3fb24b6cbf8b8c04e302f0864e72597e0843a120608838ca71a413a24422e571f4d3422141b726177d360b892e914cbc3
-Size (posix-spawn-0.3.11.gem) = 29696 bytes
+SHA1 (posix-spawn-0.3.13.gem) = cf05fb4cdbe5e2343b197c16154c853b6baff3e1
+RMD160 (posix-spawn-0.3.13.gem) = 56af1f1b2d2ac141926917ece4fb5241557501a3
+SHA512 (posix-spawn-0.3.13.gem) = a9cd878571440cc0aaee541cbb97b6f4dcb03e48a8ef8588693f4c68990eb530e3b1685d615546763c9bba5d3109134442285023938eb2f116e9749f0da12bb9
+Size (posix-spawn-0.3.13.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index