diff options
author | taca <taca@pkgsrc.org> | 2011-12-14 17:03:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-14 17:03:07 +0000 |
commit | 9af78907f27e1897bc7848f490c7bad8f0b0cd33 (patch) | |
tree | 254ef416426b121dc24bc05fbefc3173ac381526 | |
parent | baf493b87757b1038c057d5baf3c6e9b2b7c7916 (diff) | |
download | pkgsrc-9af78907f27e1897bc7848f490c7bad8f0b0cd33.tar.gz |
Update ruby-ffi package to 1.0.11.
Changes are Unknown but it looks like made better support for FreeBSD
and NetBSD.
-rw-r--r-- | devel/ruby-ffi/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-ffi/PLIST | 7 | ||||
-rw-r--r-- | devel/ruby-ffi/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/ruby-ffi/Makefile b/devel/ruby-ffi/Makefile index 656009d4712..0aafb46a096 100644 --- a/devel/ruby-ffi/Makefile +++ b/devel/ruby-ffi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/06/17 15:14:40 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/14 17:03:07 taca Exp $ -DISTNAME= ffi-1.0.9 +DISTNAME= ffi-1.0.11 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-ffi/PLIST b/devel/ruby-ffi/PLIST index 442687768e5..e9cf401e9b4 100644 --- a/devel/ruby-ffi/PLIST +++ b/devel/ruby-ffi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/11/08 15:37:33 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/12/14 17:03:07 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/LICENSE @@ -319,7 +319,9 @@ ${GEM_LIBDIR}/lib/ffi/managedstruct.rb ${GEM_LIBDIR}/lib/ffi/memorypointer.rb ${GEM_LIBDIR}/lib/ffi/platform.rb ${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 +${GEM_LIBDIR}/lib/ffi/platform/i386-netbsd/types.conf ${GEM_LIBDIR}/lib/ffi/platform/i386-openbsd/types.conf ${GEM_LIBDIR}/lib/ffi/platform/i386-solaris/types.conf ${GEM_LIBDIR}/lib/ffi/platform/i386-windows/types.conf @@ -328,6 +330,8 @@ ${GEM_LIBDIR}/lib/ffi/platform/powerpc-darwin/types.conf ${GEM_LIBDIR}/lib/ffi/platform/sparc-solaris/types.conf ${GEM_LIBDIR}/lib/ffi/platform/sparcv9-solaris/types.conf ${GEM_LIBDIR}/lib/ffi/platform/x86_64-darwin/types.conf +${GEM_LIBDIR}/lib/ffi/platform/x86_64-freebsd/types.conf +${GEM_LIBDIR}/lib/ffi/platform/x86_64-netbsd/types.conf ${GEM_LIBDIR}/lib/ffi/platform/x86_64-linux/types.conf ${GEM_LIBDIR}/lib/ffi/platform/x86_64-openbsd/types.conf ${GEM_LIBDIR}/lib/ffi/platform/x86_64-solaris/types.conf @@ -385,4 +389,5 @@ ${GEM_LIBDIR}/tasks/setup.rb ${GEM_LIBDIR}/tasks/spec.rake ${GEM_LIBDIR}/tasks/svn.rake ${GEM_LIBDIR}/tasks/test.rake +${GEM_LIBDIR}/tasks/yard.rake ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-ffi/distinfo b/devel/ruby-ffi/distinfo index 313fb33a668..e8fafc0dda9 100644 --- a/devel/ruby-ffi/distinfo +++ b/devel/ruby-ffi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/06/17 15:14:40 taca Exp $ +$NetBSD: distinfo,v 1.4 2011/12/14 17:03:07 taca Exp $ -SHA1 (ffi-1.0.9.gem) = ee159455c7b4d7bd6554b0e627bbee77d3d11ac8 -RMD160 (ffi-1.0.9.gem) = 2fa334149e6e9c9963a0ddfdb689fdb9841e65ed -Size (ffi-1.0.9.gem) = 823808 bytes +SHA1 (ffi-1.0.11.gem) = f889bc8ed5a6a4b013f6146bba4cd534218fafe0 +RMD160 (ffi-1.0.11.gem) = 64d82a58a435101cbbdec2a638dfc6ab1e518be7 +Size (ffi-1.0.11.gem) = 836608 bytes |