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:           Mon May 25 13:43:16 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-posix-spawn/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-posix-spawn/PLIST
cvs rdiff -u -r1.7 -r1.8 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.14 pkgsrc/devel/ruby-posix-spawn/Makefile:1.15
--- pkgsrc/devel/ruby-posix-spawn/Makefile:1.14 Wed Apr 29 19:44:49 2020
+++ pkgsrc/devel/ruby-posix-spawn/Makefile      Mon May 25 13:43:16 2020
@@ -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

Index: pkgsrc/devel/ruby-posix-spawn/PLIST
diff -u pkgsrc/devel/ruby-posix-spawn/PLIST:1.4 pkgsrc/devel/ruby-posix-spawn/PLIST:1.5
--- pkgsrc/devel/ruby-posix-spawn/PLIST:1.4     Sun Mar  8 15:17:19 2015
+++ pkgsrc/devel/ruby-posix-spawn/PLIST Mon May 25 13:43:16 2020
@@ -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

Index: pkgsrc/devel/ruby-posix-spawn/distinfo
diff -u pkgsrc/devel/ruby-posix-spawn/distinfo:1.7 pkgsrc/devel/ruby-posix-spawn/distinfo:1.8
--- pkgsrc/devel/ruby-posix-spawn/distinfo:1.7  Sun Mar 19 17:05:56 2017
+++ pkgsrc/devel/ruby-posix-spawn/distinfo      Mon May 25 13:43:16 2020
@@ -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