summaryrefslogtreecommitdiff
path: root/devel/ruby-ffi
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-11 07:32:27 +0000
committertaca <taca@pkgsrc.org>2013-03-11 07:32:27 +0000
commit021dba0b26c6e2644e4db5476b7a9ad108cdaaeb (patch)
treec84036f0b91014416383f3b055945c59284ff22b /devel/ruby-ffi
parentee118fbd54fc00563094b08468bbcfe9a8dfd835 (diff)
downloadpkgsrc-021dba0b26c6e2644e4db5476b7a9ad108cdaaeb.tar.gz
Update ruby-ffi to 1.4.0.
No official changes are available but here is some of them from commit log on github. * Add tests for block-form of Buffer::new and MemoryPointer::new * spec: Test absolute library path. * DynamicLibrary.c: Avoiding dlsym(dlopen(0,0), sym). * spec: Replace absolute_.. with expand_path. * Use rb_thread_call_without_gvl where available. * Trap & save exceptions from ruby callbacks.
Diffstat (limited to 'devel/ruby-ffi')
-rw-r--r--devel/ruby-ffi/Makefile4
-rw-r--r--devel/ruby-ffi/PLIST4
-rw-r--r--devel/ruby-ffi/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-ffi/Makefile b/devel/ruby-ffi/Makefile
index d5561ee290f..6cc9e839839 100644
--- a/devel/ruby-ffi/Makefile
+++ b/devel/ruby-ffi/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2013/01/14 05:54:21 taca Exp $
+# $NetBSD: Makefile,v 1.10 2013/03/11 07:32:27 taca Exp $
-DISTNAME= ffi-1.3.1
+DISTNAME= ffi-1.4.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby-ffi/PLIST b/devel/ruby-ffi/PLIST
index d767e3659b3..9c1893a8239 100644
--- a/devel/ruby-ffi/PLIST
+++ b/devel/ruby-ffi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/01/14 05:54:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/03/11 07:32:27 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/COPYING.LESSER
@@ -335,7 +335,6 @@ ${GEM_LIBDIR}/ext/ffi_c/rbffi_endian.h
${GEM_LIBDIR}/ext/ffi_c/win32/stdint.h
${GEM_LIBDIR}/ffi.gemspec
${GEM_LIBDIR}/gen/Rakefile
-${GEM_LIBDIR}/lib/Lib.iml
${GEM_LIBDIR}/lib/ffi.rb
${GEM_LIBDIR}/lib/ffi/autopointer.rb
${GEM_LIBDIR}/lib/ffi/buffer.rb
@@ -349,6 +348,7 @@ ${GEM_LIBDIR}/lib/ffi/managedstruct.rb
${GEM_LIBDIR}/lib/ffi/memorypointer.rb
${GEM_LIBDIR}/lib/ffi/platform.rb
${GEM_LIBDIR}/lib/ffi/platform/arm-linux/types.conf
+${GEM_LIBDIR}/lib/ffi/platform/i386-cygwin/types.conf
${GEM_LIBDIR}/lib/ffi/platform/i386-darwin/types.conf
${GEM_LIBDIR}/lib/ffi/platform/i386-freebsd/types.conf
${GEM_LIBDIR}/lib/ffi/platform/i386-linux/types.conf
diff --git a/devel/ruby-ffi/distinfo b/devel/ruby-ffi/distinfo
index 91f065ed20f..66b895c70b9 100644
--- a/devel/ruby-ffi/distinfo
+++ b/devel/ruby-ffi/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/01/14 05:54:21 taca Exp $
+$NetBSD: distinfo,v 1.8 2013/03/11 07:32:27 taca Exp $
-SHA1 (ffi-1.3.1.gem) = a23b098f20ed9cb07607e026a3a0d6728addeb62
-RMD160 (ffi-1.3.1.gem) = a00363aa23674f05c5cf44943b8814bd39f5e1a1
-Size (ffi-1.3.1.gem) = 879616 bytes
+SHA1 (ffi-1.4.0.gem) = f45e364d9f1b826ee54bb320a95e8dcde99f626b
+RMD160 (ffi-1.4.0.gem) = 80de2e011fbb25728755f91fb668a42f67a4c9f3
+Size (ffi-1.4.0.gem) = 879616 bytes