pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-ffi



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct  9 13:54:20 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-ffi: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-ffi/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-ffi/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-ffi/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-ffi/Makefile
diff -u pkgsrc/devel/ruby-ffi/Makefile:1.15 pkgsrc/devel/ruby-ffi/Makefile:1.16
--- pkgsrc/devel/ruby-ffi/Makefile:1.15 Sun Sep 13 09:03:17 2015
+++ pkgsrc/devel/ruby-ffi/Makefile      Sun Oct  9 13:54:20 2016
@@ -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

Index: pkgsrc/devel/ruby-ffi/PLIST
diff -u pkgsrc/devel/ruby-ffi/PLIST:1.13 pkgsrc/devel/ruby-ffi/PLIST:1.14
--- pkgsrc/devel/ruby-ffi/PLIST:1.13    Sun Mar 15 16:04:57 2015
+++ pkgsrc/devel/ruby-ffi/PLIST Sun Oct  9 13:54:20 2016
@@ -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/GNUmakef
 ${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

Index: pkgsrc/devel/ruby-ffi/distinfo
diff -u pkgsrc/devel/ruby-ffi/distinfo:1.14 pkgsrc/devel/ruby-ffi/distinfo:1.15
--- pkgsrc/devel/ruby-ffi/distinfo:1.14 Tue Nov  3 03:29:22 2015
+++ pkgsrc/devel/ruby-ffi/distinfo      Sun Oct  9 13:54:20 2016
@@ -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