pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-ffi Update ruby-ffi to 1.9.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c97486d056b
branches:  trunk
changeset: 353583:9c97486d056b
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 13:54:20 2016 +0000

description:
Update ruby-ffi to 1.9.14.

* Minor documentation and code style improvements.
* Support Ruby 2.1.8.
* Support Ruby 2.3.0.
* Fix library loading symbols.

For more detail, please refer:
<https://github.com/ffi/ffi/compare/1.9.10...1.9.14>.

diffstat:

 devel/ruby-ffi/Makefile |   4 ++--
 devel/ruby-ffi/PLIST    |   5 ++++-
 devel/ruby-ffi/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 6c92fa006c3e -r 9c97486d056b devel/ruby-ffi/Makefile
--- a/devel/ruby-ffi/Makefile   Sun Oct 09 13:16:37 2016 +0000
+++ b/devel/ruby-ffi/Makefile   Sun Oct 09 13:54:20 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/09/13 09:03:17 taca Exp $
+# $NetBSD: Makefile,v 1.16 2016/10/09 13:54:20 taca Exp $
 
-DISTNAME=      ffi-1.9.10
+DISTNAME=      ffi-1.9.14
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6c92fa006c3e -r 9c97486d056b devel/ruby-ffi/PLIST
--- a/devel/ruby-ffi/PLIST      Sun Oct 09 13:16:37 2016 +0000
+++ b/devel/ruby-ffi/PLIST      Sun Oct 09 13:54:20 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2015/03/15 16:04:57 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/10/09 13:54:20 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/ffi_c.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
@@ -429,6 +429,9 @@
 ${GEM_LIBDIR}/spec/ffi/fixtures/GlobalVariable.c
 ${GEM_LIBDIR}/spec/ffi/fixtures/LastErrorTest.c
 ${GEM_LIBDIR}/spec/ffi/fixtures/NumberTest.c
+${GEM_LIBDIR}/spec/ffi/fixtures/PipeHelper.h
+${GEM_LIBDIR}/spec/ffi/fixtures/PipeHelperPosix.c
+${GEM_LIBDIR}/spec/ffi/fixtures/PipeHelperWindows.c
 ${GEM_LIBDIR}/spec/ffi/fixtures/PointerTest.c
 ${GEM_LIBDIR}/spec/ffi/fixtures/ReferenceTest.c
 ${GEM_LIBDIR}/spec/ffi/fixtures/StringTest.c
diff -r 6c92fa006c3e -r 9c97486d056b devel/ruby-ffi/distinfo
--- a/devel/ruby-ffi/distinfo   Sun Oct 09 13:16:37 2016 +0000
+++ b/devel/ruby-ffi/distinfo   Sun Oct 09 13:54:20 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2015/11/03 03:29:22 agc Exp $
+$NetBSD: distinfo,v 1.15 2016/10/09 13:54:20 taca Exp $
 
-SHA1 (ffi-1.9.10.gem) = dcb88563a9d2e88f8d9b73ce893bc44d8f26d449
-RMD160 (ffi-1.9.10.gem) = f93eed545141fe5ea516b9ef7e2661a0bbfc3d96
-SHA512 (ffi-1.9.10.gem) = 382c5e36b73c126cb9388384daf3bfa3564620bfeb2484523ed07ed2413c360fb6f27988ec0f397c471acd0b108c9f092454a8e5b086d519193542d8c73f7e23
-Size (ffi-1.9.10.gem) = 881664 bytes
+SHA1 (ffi-1.9.14.gem) = 20145d750cb436fdb30ed131604473eb7b0ab82f
+RMD160 (ffi-1.9.14.gem) = 2a61e5891a1f54465d55c389d065dc65b3c5b1a3
+SHA512 (ffi-1.9.14.gem) = ab010e1da8a7ddfc65941c87f3be2205fb7d5428fcadb6d15bd5b1cf3d7572c7dd766fd7c57867290d0e1eb911271a515d7b1238dcfb09e14b3a7a7fa12f3b47
+Size (ffi-1.9.14.gem) = 884736 bytes



Home | Main Index | Thread Index | Old Index