Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-posix-spawn devel/ruby-posix-spawn: update ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7a24c8597aa
branches:  trunk
changeset: 432764:d7a24c8597aa
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 25 13:43:16 2020 +0000

description:
devel/ruby-posix-spawn: update to 0.3.14

Update ruby-posix-spawn to 0.3.14.

No release note nor changes are available.
A few changes from commit log:

0.3.14 (2020-05-16)

* Fix build when SIZEOF_INT == SIZEOF_LONG.
* Fix memory leak in env preparation.

diffstat:

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

diffs (42 lines):

diff -r 7b91c9d12db7 -r d7a24c8597aa devel/ruby-posix-spawn/Makefile
--- a/devel/ruby-posix-spawn/Makefile   Mon May 25 13:35:18 2020 +0000
+++ b/devel/ruby-posix-spawn/Makefile   Mon May 25 13:43:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2020/04/29 19:44:49 maya Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/25 13:43:16 taca Exp $
 
-DISTNAME=      posix-spawn-0.3.13
+DISTNAME=      posix-spawn-0.3.14
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7b91c9d12db7 -r d7a24c8597aa devel/ruby-posix-spawn/PLIST
--- a/devel/ruby-posix-spawn/PLIST      Mon May 25 13:35:18 2020 +0000
+++ b/devel/ruby-posix-spawn/PLIST      Mon May 25 13:43:16 2020 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2015/03/08 15:17:19 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/05/25 13:43:16 taca Exp $
 bin/posix-spawn-benchmark${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/posix_spawn_ext.${RUBY_DLEXT}
 ${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/HACKING
diff -r 7b91c9d12db7 -r d7a24c8597aa devel/ruby-posix-spawn/distinfo
--- a/devel/ruby-posix-spawn/distinfo   Mon May 25 13:35:18 2020 +0000
+++ b/devel/ruby-posix-spawn/distinfo   Mon May 25 13:43:16 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/03/19 17:05:56 taca Exp $
+$NetBSD: distinfo,v 1.8 2020/05/25 13:43:16 taca Exp $
 
-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
+SHA1 (posix-spawn-0.3.14.gem) = dbf0a587e98d092bf25b9a04301d7907d2a239ed
+RMD160 (posix-spawn-0.3.14.gem) = d4f6476a61414a19e1f0815e5c59aee9471bb398
+SHA512 (posix-spawn-0.3.14.gem) = 85d34d8301e1d0923831890d4ac3191e81cc4c716671bc3b71d44be92e9b0c278bd4ce17b9387fc10359266bbdee1e1aad5cb4bbf1c08ab385b023ba2fec74d7
+Size (posix-spawn-0.3.14.gem) = 29696 bytes



Home | Main Index | Thread Index | Old Index